diff mbox series

[2/3] dt-bindings: watchdog: brcm,bcm63xx-wdt: add BCM4908 compatibility

Message ID 20211028093059.32535-2-zajec5@gmail.com (mailing list archive)
State Changes Requested
Headers show
Series [1/3] dt-bindings: watchdog: convert Broadcom's WDT to the json-schema | expand

Commit Message

Rafał Miłecki Oct. 28, 2021, 9:30 a.m. UTC
From: Rafał Miłecki <rafal@milecki.pl>

BCM4908 is another SoC with the same hardware block. It just uses a
slightly different registers layout.

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
---
 .../devicetree/bindings/watchdog/brcm,bcm63xx-wdt.yaml        | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/watchdog/brcm,bcm63xx-wdt.yaml b/Documentation/devicetree/bindings/watchdog/brcm,bcm63xx-wdt.yaml
index 9d468026550f..4391af0c9698 100644
--- a/Documentation/devicetree/bindings/watchdog/brcm,bcm63xx-wdt.yaml
+++ b/Documentation/devicetree/bindings/watchdog/brcm,bcm63xx-wdt.yaml
@@ -14,7 +14,9 @@  maintainers:
 
 properties:
   compatible:
-    const: brcm,bcm7038-wdt
+    enum:
+      - brcm,bcm4908-wdt
+      - brcm,bcm7038-wdt
 
   reg:
     maxItems: 1