Message ID | 20231210134717.94020-4-biju.das.jz@bp.renesas.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | Convert DA906{1,2} bindings to json-schema | expand |
On 12/10/23 05:47, Biju Das wrote: > Document DA9063 watchdog device as it is similar to DA9062 watchdog. > > Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com> > Acked-by: Conor Dooley <conor.dooley@microchip.com> > Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Reviewed-by: Guenter Roeck <linux@roeck-us.net> > --- > v4->v5: > * Added Rb tag from Geert. > v3->v4: > * Added Ack from Conor Dooley. > * Updated title DA9062/61->DA906{1,2,3} as it supports DA9063. > * Retained Rb tag since the changes are trivial. > v2->v3: > * No change > v2: > * New patch > --- > .../devicetree/bindings/watchdog/dlg,da9062-watchdog.yaml | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/watchdog/dlg,da9062-watchdog.yaml b/Documentation/devicetree/bindings/watchdog/dlg,da9062-watchdog.yaml > index 9192315e559d..c8f698120597 100644 > --- a/Documentation/devicetree/bindings/watchdog/dlg,da9062-watchdog.yaml > +++ b/Documentation/devicetree/bindings/watchdog/dlg,da9062-watchdog.yaml > @@ -4,7 +4,7 @@ > $id: http://devicetree.org/schemas/watchdog/dlg,da9062-watchdog.yaml# > $schema: http://devicetree.org/meta-schemas/core.yaml# > > -title: Dialog Semiconductor DA9062/61 Watchdog Timer > +title: Dialog Semiconductor DA906{1,2,3} Watchdog Timer > > maintainers: > - Steve Twiss <stwiss.opensource@diasemi.com> > @@ -17,6 +17,7 @@ properties: > oneOf: > - enum: > - dlg,da9062-watchdog > + - dlg,da9063-watchdog > - items: > - const: dlg,da9061-watchdog > - const: dlg,da9062-watchdog
diff --git a/Documentation/devicetree/bindings/watchdog/dlg,da9062-watchdog.yaml b/Documentation/devicetree/bindings/watchdog/dlg,da9062-watchdog.yaml index 9192315e559d..c8f698120597 100644 --- a/Documentation/devicetree/bindings/watchdog/dlg,da9062-watchdog.yaml +++ b/Documentation/devicetree/bindings/watchdog/dlg,da9062-watchdog.yaml @@ -4,7 +4,7 @@ $id: http://devicetree.org/schemas/watchdog/dlg,da9062-watchdog.yaml# $schema: http://devicetree.org/meta-schemas/core.yaml# -title: Dialog Semiconductor DA9062/61 Watchdog Timer +title: Dialog Semiconductor DA906{1,2,3} Watchdog Timer maintainers: - Steve Twiss <stwiss.opensource@diasemi.com> @@ -17,6 +17,7 @@ properties: oneOf: - enum: - dlg,da9062-watchdog + - dlg,da9063-watchdog - items: - const: dlg,da9061-watchdog - const: dlg,da9062-watchdog