aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/boot/dts/marvell/armada-37xx.dtsi
diff options
context:
space:
mode:
authorallen yan <yanwei@marvell.com>2017-09-07 15:04:53 +0200
committerGregory CLEMENT <gregory.clement@free-electrons.com>2017-09-19 16:11:45 +0200
commitc737abc193d16e62e23e2fb585b8b7398ab380d8 (patch)
treed9d30e47ae10356b7d530d3170d1da53d29cc841 /arch/arm64/boot/dts/marvell/armada-37xx.dtsi
parentarm64: dts: marvell: armada-3720-db: Add vmmc regulator for SD slot (diff)
downloadlinux-dev-c737abc193d16e62e23e2fb585b8b7398ab380d8.tar.xz
linux-dev-c737abc193d16e62e23e2fb585b8b7398ab380d8.zip
arm64: dts: marvell: Fix A37xx UART0 register size
Armada-37xx UART0 registers are 0x200 bytes wide. Right next to them are the UART1 registers that should not be declared in this node. Update the example in DT bindings document accordingly. Signed-off-by: allen yan <yanwei@marvell.com> Signed-off-by: Miquel Raynal <miquel.raynal@free-electrons.com> Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Diffstat (limited to 'arch/arm64/boot/dts/marvell/armada-37xx.dtsi')
-rw-r--r--arch/arm64/boot/dts/marvell/armada-37xx.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/marvell/armada-37xx.dtsi b/arch/arm64/boot/dts/marvell/armada-37xx.dtsi
index 8c0cf7efac65..b554cdaf5e53 100644
--- a/arch/arm64/boot/dts/marvell/armada-37xx.dtsi
+++ b/arch/arm64/boot/dts/marvell/armada-37xx.dtsi
@@ -134,7 +134,7 @@
uart0: serial@12000 {
compatible = "marvell,armada-3700-uart";
- reg = <0x12000 0x400>;
+ reg = <0x12000 0x200>;
interrupts = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>;
status = "disabled";
};