From: Ezequiel Garcia Date: Mon, 10 Feb 2014 23:00:33 +0000 (-0300) Subject: ARM: kirkwood: Add RSTOUT 'reg' entry to devicetree X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=7224cbc18e322d546653ece81c849155006abfaf;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git ARM: kirkwood: Add RSTOUT 'reg' entry to devicetree In order to support multiplatform builds the watchdog devicetree binding was modified and now the 'reg' property is specified to need two entries. This commit adds the second entry as-per the new specification. Tested-by: Andrew Lunn Signed-off-by: Ezequiel Garcia Signed-off-by: Jason Cooper --- diff --git a/arch/arm/boot/dts/kirkwood.dtsi b/arch/arm/boot/dts/kirkwood.dtsi index 6abf44d257df..85542c2f34b1 100644 --- a/arch/arm/boot/dts/kirkwood.dtsi +++ b/arch/arm/boot/dts/kirkwood.dtsi @@ -178,7 +178,7 @@ wdt: watchdog-timer@20300 { compatible = "marvell,orion-wdt"; - reg = <0x20300 0x28>; + reg = <0x20300 0x28>, <0x20108 0x4>; interrupt-parent = <&bridge_intc>; interrupts = <3>; clocks = <&gate_clk 7>;