[PATCH 2/7] dt-bindings: watchdog: Add BCM6345 compatible to BCM7038 binding

From: Florian Fainelli
Date: Thu Oct 28 2021 - 13:23:34 EST


The BCM7038 watchdog binding is updated to include a "brcm,bcm6345-wdt"
compatible string which is the first instance of a DSL (BCM63xx) SoC
seeing the integration of such a watchdog timer block.

Signed-off-by: Florian Fainelli <f.fainelli@xxxxxxxxx>
---
.../devicetree/bindings/watchdog/brcm,bcm7038-wdt.yaml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/watchdog/brcm,bcm7038-wdt.yaml b/Documentation/devicetree/bindings/watchdog/brcm,bcm7038-wdt.yaml
index bbf2e91f9db7..cab3a8ff7bab 100644
--- a/Documentation/devicetree/bindings/watchdog/brcm,bcm7038-wdt.yaml
+++ b/Documentation/devicetree/bindings/watchdog/brcm,bcm7038-wdt.yaml
@@ -4,7 +4,7 @@
$id: http://devicetree.org/schemas/watchdog/brcm,bcm7038-wdt.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#

-title: BCM7038 watchdog timer
+title: BCM63xx and BCM7038 watchdog timer

allOf:
- $ref: "watchdog.yaml#"
@@ -15,6 +15,7 @@ maintainers:

properties:
compatible:
+ const: brcm,bcm6345-wdt
const: brcm,bcm7038-wdt

reg:
--
2.25.1