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 e4d49731287f693ae94c39239b5d51bac1bfc46c..6142c672811e510f416d3c0cfca2b417d3c03c25 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>;