diff options
author | Chris Packham <chris.packham@alliedtelesis.co.nz> | 2019-10-23 01:19:56 +0300 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2019-10-23 20:42:23 +0300 |
commit | 4c365e231bd1d3bbe2bdbc2a0c4e413ffb365b20 (patch) | |
tree | b572fe1712684bc20f0d6c6e9c3639340d6aa15c /arch/arm/boot | |
parent | c0c7d81e0a93101202cc74e16c9b01a64aa1eeaf (diff) | |
download | linux-4c365e231bd1d3bbe2bdbc2a0c4e413ffb365b20.tar.xz |
ARM: dts: bcm: HR2: add label to sp805 watchdog
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>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/bcm-hr2.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/bcm-hr2.dtsi b/arch/arm/boot/dts/bcm-hr2.dtsi index e4d49731287f..6142c672811e 100644 --- a/arch/arm/boot/dts/bcm-hr2.dtsi +++ b/arch/arm/boot/dts/bcm-hr2.dtsi @@ -268,7 +268,7 @@ clock-frequency = <100000>; }; - watchdog@39000 { + watchdog: watchdog@39000 { compatible = "arm,sp805", "arm,primecell"; reg = <0x39000 0x1000>; interrupts = <GIC_SPI 213 IRQ_TYPE_LEVEL_HIGH>; |