From: Thomas Petazzoni Date: Tue, 2 Jan 2018 14:55:51 +0000 (+0100) Subject: arm64: dts: marvell: fix watchdog unit address in Armada AP806 X-Git-Tag: v4.16-rc1~100^2~18^2~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d3ce06b4dbc4da875dc4e8846de61a7a3478f71a;p=thirdparty%2Fkernel%2Flinux.git arm64: dts: marvell: fix watchdog unit address in Armada AP806 This fixes the following DTC warning: Warning (simple_bus_reg): Node /ap806/config-space@f0000000/watchdog@600000 simple-bus unit address format error, expected "610000" Signed-off-by: Thomas Petazzoni Signed-off-by: Gregory CLEMENT --- diff --git a/arch/arm64/boot/dts/marvell/armada-ap806.dtsi b/arch/arm64/boot/dts/marvell/armada-ap806.dtsi index bbc5a4d3acac9..36f6d7fbb3102 100644 --- a/arch/arm64/boot/dts/marvell/armada-ap806.dtsi +++ b/arch/arm64/boot/dts/marvell/armada-ap806.dtsi @@ -241,7 +241,7 @@ }; - watchdog: watchdog@600000 { + watchdog: watchdog@610000 { compatible = "arm,sbsa-gwdt"; reg = <0x610000 0x1000>, <0x600000 0x1000>; interrupts = ;