arm64: dts: marvell: AC5/AC5X: Fix address for UART1
authorChris Packham <chris.packham@alliedtelesis.co.nz>
Thu, 15 Dec 2022 02:54:02 +0000 (15:54 +1300)
committerGregory CLEMENT <gregory.clement@bootlin.com>
Tue, 10 Jan 2023 09:29:03 +0000 (10:29 +0100)
The correct address offset is 0x12100.

Fixes: 31be791e26cf ("arm64: dts: marvell: Add UART1-3 for AC5/AC5X")
Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz>
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
arch/arm64/boot/dts/marvell/ac5-98dx25xx.dtsi

index 7308f7b6b22c94e72d7336ee6ccf0c41050b18d4..8bce6406913875d38b7d2759561ac8c7db786726 100644 (file)
@@ -98,7 +98,7 @@
 
                        uart1: serial@12100 {
                                compatible = "snps,dw-apb-uart";
-                               reg = <0x11000 0x100>;
+                               reg = <0x12100 0x100>;
                                reg-shift = <2>;
                                interrupts = <GIC_SPI 84 IRQ_TYPE_LEVEL_HIGH>;
                                reg-io-width = <1>;