diff mbox series

[2/4] ARM: dts: mmp3: Fix /soc/watchdog node name

Message ID 20191031163455.1711872-3-lkundrak@v3.sk (mailing list archive)
State Mainlined
Commit d074a263dd8394dfa29e4028ed4dc87c956af5d2
Headers show
Series [1/4] ARM: dts: mmp3: Add a name to /clocks node | expand

Commit Message

Lubomir Rintel Oct. 31, 2019, 4:34 p.m. UTC
There's a typo there that rightfully upsets DTS:

  <stdout>: Warning (simple_bus_reg): /soc/watchdog@2c000620: simple-bus
  unit address format error, expected "e0000620"

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
---
 arch/arm/boot/dts/mmp3.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/mmp3.dtsi b/arch/arm/boot/dts/mmp3.dtsi
index b1e928ed77d66..d9762de0ed34b 100644
--- a/arch/arm/boot/dts/mmp3.dtsi
+++ b/arch/arm/boot/dts/mmp3.dtsi
@@ -517,7 +517,7 @@ 
 			reg = <0xe0000600 0x20>;
 		};
 
-		watchdog@2c000620 {
+		watchdog@e0000620 {
 			compatible = "arm,arm11mp-twd-wdt";
 			reg = <0xe0000620 0x20>;
 			interrupts = <GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(2) |