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

dt-bindings: watchdog: Add BCM6345 compatible to BCM7038 binding

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.

Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Link: https://lore.kernel.org/r/20211112224636.395101-3-f.fainelli@gmail.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>

authored by

Florian Fainelli and committed by
Wim Van Sebroeck
17fffe91 9439c9fd

+4 -2
+4 -2
Documentation/devicetree/bindings/watchdog/brcm,bcm7038-wdt.yaml
··· 4 4 $id: http://devicetree.org/schemas/watchdog/brcm,bcm7038-wdt.yaml# 5 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 - title: BCM7038 watchdog timer 7 + title: BCM63xx and BCM7038 watchdog timer 8 8 9 9 allOf: 10 10 - $ref: "watchdog.yaml#" ··· 16 16 17 17 properties: 18 18 compatible: 19 - const: brcm,bcm7038-wdt 19 + enum: 20 + - brcm,bcm6345-wdt 21 + - brcm,bcm7038-wdt 20 22 21 23 reg: 22 24 maxItems: 1