Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: watchdog: dlg,da9062-watchdog: Add fallback for DA9061 watchdog

The DA9061 watchdog is identical to DA9062 watchdog, so no driver changes
are required. The fallback compatible string "dlg,da9062-watchdog" will be
used on DA9061 watchdog.

Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Link: https://lore.kernel.org/r/20231210134717.94020-3-biju.das.jz@bp.renesas.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>

authored by

Biju Das and committed by
Wim Van Sebroeck
ddba46c8 c1a6edf3

+6 -3
+6 -3
Documentation/devicetree/bindings/watchdog/dlg,da9062-watchdog.yaml
··· 14 14 15 15 properties: 16 16 compatible: 17 - enum: 18 - - dlg,da9061-watchdog 19 - - dlg,da9062-watchdog 17 + oneOf: 18 + - enum: 19 + - dlg,da9062-watchdog 20 + - items: 21 + - const: dlg,da9061-watchdog 22 + - const: dlg,da9062-watchdog 20 23 21 24 dlg,use-sw-pm: 22 25 type: boolean