aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLubomir Rintel <[email protected]>2019-10-31 17:34:53 +0100
committerOlof Johansson <[email protected]>2019-11-03 17:00:37 -0800
commitd074a263dd8394dfa29e4028ed4dc87c956af5d2 (patch)
tree598ba287cbf2129b0ff8b5a63108db8edce88702
parent302417ce9823a1b3b3935ec30b087bb50c234293 (diff)
ARM: dts: mmp3: Fix /soc/watchdog node name
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" Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Lubomir Rintel <[email protected]> Signed-off-by: Olof Johansson <[email protected]>
-rw-r--r--arch/arm/boot/dts/mmp3.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/mmp3.dtsi b/arch/arm/boot/dts/mmp3.dtsi
index b1e928ed77d6..d9762de0ed34 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) |