Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

arm64: dts: marvell: AC5/AC5X: Fix address for UART1

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>

authored by

Chris Packham and committed by
Gregory CLEMENT
80502ffa a4d5d2ef

+1 -1
+1 -1
arch/arm64/boot/dts/marvell/ac5-98dx25xx.dtsi
··· 98 98 99 99 uart1: serial@12100 { 100 100 compatible = "snps,dw-apb-uart"; 101 - reg = <0x11000 0x100>; 101 + reg = <0x12100 0x100>; 102 102 reg-shift = <2>; 103 103 interrupts = <GIC_SPI 84 IRQ_TYPE_LEVEL_HIGH>; 104 104 reg-io-width = <1>;