Skip to content

Commit 064a97a

Browse files
mwalleWim Van Sebroeck
authored andcommitted
dt-bindings: watchdog: add SMARC-sAM67 support
The SMARC-sAM67 board has an on-board uC which has the same register interface as the older CPLD implementation on the SMARC-sAL28 board. Although the MCU emulates the same behavior, be prepared for any quirks and add a board specific compatible. Signed-off-by: Michael Walle <mwalle@kernel.org> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Reviewed-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>
1 parent 7dfd80f commit 064a97a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Documentation/devicetree/bindings/watchdog/kontron,sl28cpld-wdt.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,12 @@ allOf:
1818

1919
properties:
2020
compatible:
21-
const: kontron,sl28cpld-wdt
21+
oneOf:
22+
- items:
23+
- enum:
24+
- kontron,sa67mcu-wdt
25+
- const: kontron,sl28cpld-wdt
26+
- const: kontron,sl28cpld-wdt
2227

2328
reg:
2429
maxItems: 1

0 commit comments

Comments
 (0)