Message ID | 20191022221956.10746-1-chris.packham@alliedtelesis.co.nz (mailing list archive) |
---|---|
State | Mainlined |
Commit | 4c365e231bd1d3bbe2bdbc2a0c4e413ffb365b20 |
Headers | show |
Series | ARM: dts: bcm: HR2: add label to sp805 watchdog | expand |
On Wed, 23 Oct 2019 11:19:56 +1300, Chris Packham <chris.packham@alliedtelesis.co.nz> wrote: > This allows boards the option of adding properties or disabling the > watchdog entirely. > > Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz> > --- Applied to devicetree/next, thanks! -- Florian
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>;
This allows boards the option of adding properties or disabling the watchdog entirely. Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz> --- arch/arm/boot/dts/bcm-hr2.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)