ARM: dts: mmp3: Fix /soc/watchdog node name
authorLubomir Rintel <lkundrak@v3.sk>
Thu, 31 Oct 2019 16:34:53 +0000 (17:34 +0100)
committerOlof Johansson <olof@lixom.net>
Mon, 4 Nov 2019 01:00:37 +0000 (17:00 -0800)
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/20191031163455.1711872-3-lkundrak@v3.sk
Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/boot/dts/mmp3.dtsi

index b1e928ed77d66847a1e87534b957701640fed1c5..d9762de0ed34be80c943e1bb3e237253ca6fc83a 100644 (file)
                        reg = <0xe0000600 0x20>;
                };
 
-               watchdog@2c000620 {
+               watchdog@e0000620 {
                        compatible = "arm,arm11mp-twd-wdt";
                        reg = <0xe0000620 0x20>;
                        interrupts = <GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(2) |