]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
dt-bindings: watchdog: add SMARC-sAM67 support
authorMichael Walle <mwalle@kernel.org>
Fri, 12 Sep 2025 12:07:43 +0000 (14:07 +0200)
committerWim Van Sebroeck <wim@linux-watchdog.org>
Sun, 28 Sep 2025 12:05:58 +0000 (14:05 +0200)
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>
Documentation/devicetree/bindings/watchdog/kontron,sl28cpld-wdt.yaml

index 179272f74de5fbd1caa8008fdc3b576b65ae5694..b5b624e85468a64ac7b38c259ab242ec4c9accff 100644 (file)
@@ -18,7 +18,12 @@ allOf:
 
 properties:
   compatible:
-    const: kontron,sl28cpld-wdt
+    oneOf:
+      - items:
+          - enum:
+              - kontron,sa67mcu-wdt
+          - const: kontron,sl28cpld-wdt
+      - const: kontron,sl28cpld-wdt
 
   reg:
     maxItems: 1