summaryrefslogtreecommitdiffstats
path: root/arch/arm64/boot/dts/marvell
diff options
context:
space:
mode:
authorThomas Petazzoni2018-01-02 15:55:51 +0100
committerGregory CLEMENT2018-01-05 17:02:36 +0100
commitd3ce06b4dbc4da875dc4e8846de61a7a3478f71a (patch)
tree64fe5bc21fc13a325b3605f00dcd5f2746c4639b /arch/arm64/boot/dts/marvell
parentarm64: dts: marvell: armada-37xx: add a crypto node (diff)
downloadkernel-qcow2-linux-d3ce06b4dbc4da875dc4e8846de61a7a3478f71a.tar.gz
kernel-qcow2-linux-d3ce06b4dbc4da875dc4e8846de61a7a3478f71a.tar.xz
kernel-qcow2-linux-d3ce06b4dbc4da875dc4e8846de61a7a3478f71a.zip
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 <thomas.petazzoni@free-electrons.com> Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Diffstat (limited to 'arch/arm64/boot/dts/marvell')
-rw-r--r--arch/arm64/boot/dts/marvell/armada-ap806.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/marvell/armada-ap806.dtsi b/arch/arm64/boot/dts/marvell/armada-ap806.dtsi
index bbc5a4d3acac..36f6d7fbb310 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 = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>;