Skip to content

Commit 80502ff

Browse files
cpackham-atlnzgclement
authored andcommitted
arm64: dts: marvell: AC5/AC5X: Fix address for UART1
The correct address offset is 0x12100. Fixes: 31be791 ("arm64: dts: marvell: Add UART1-3 for AC5/AC5X") Signed-off-by: Chris Packham <[email protected]> Signed-off-by: Gregory CLEMENT <[email protected]>
1 parent a4d5d2e commit 80502ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/marvell/ac5-98dx25xx.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898

9999
uart1: serial@12100 {
100100
compatible = "snps,dw-apb-uart";
101-
reg = <0x11000 0x100>;
101+
reg = <0x12100 0x100>;
102102
reg-shift = <2>;
103103
interrupts = <GIC_SPI 84 IRQ_TYPE_LEVEL_HIGH>;
104104
reg-io-width = <1>;

0 commit comments

Comments
 (0)