ARM: dts: bcm: HR2: add label to sp805 watchdog
authorChris Packham <chris.packham@alliedtelesis.co.nz>
Tue, 22 Oct 2019 22:19:56 +0000 (11:19 +1300)
committerFlorian Fainelli <f.fainelli@gmail.com>
Wed, 23 Oct 2019 17:42:23 +0000 (10:42 -0700)
This allows boards the option of adding properties or disabling the
watchdog entirely.

Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
arch/arm/boot/dts/bcm-hr2.dtsi

index e4d4973..6142c67 100644 (file)
                        clock-frequency = <100000>;
                };
 
-               watchdog@39000 {
+               watchdog: watchdog@39000 {
                        compatible = "arm,sp805", "arm,primecell";
                        reg = <0x39000 0x1000>;
                        interrupts = <GIC_SPI 213 IRQ_TYPE_LEVEL_HIGH>;