[PATCH v2 9/9] ARM: orion5x: Update orion-wdt DT node

Ezequiel Garcia ezequiel.garcia at free-electrons.com
Fri Aug 23 18:12:22 EDT 2013


According to the new DT binding, the 'reg' property requires
two cells, which mean: timer control register and watchdog
counter register respectively.

Signed-off-by: Ezequiel Garcia <ezequiel.garcia at free-electrons.com>
---
 arch/arm/boot/dts/orion5x.dtsi | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/orion5x.dtsi b/arch/arm/boot/dts/orion5x.dtsi
index 892c64e..0cce136 100644
--- a/arch/arm/boot/dts/orion5x.dtsi
+++ b/arch/arm/boot/dts/orion5x.dtsi
@@ -70,7 +70,8 @@
 
 		wdt at 20300 {
 			compatible = "marvell,orion-wdt";
-			reg = <0x20300 0x28>;
+			reg = <0x20300 0x4>,
+			      <0x20324 0x4>;
 			status = "okay";
 		};
 
-- 
1.8.1.5




More information about the linux-arm-kernel mailing list