diff options
author | Chris Packham <chris.packham@alliedtelesis.co.nz> | 2022-12-15 05:54:02 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-02-01 10:34:07 +0300 |
commit | e73f5dd9b3221f5db58fdb3a389f5abb41a519b7 (patch) | |
tree | bc16a07b5ba5425bbf85a8dd3862916ba97acfe0 /arch | |
parent | 7b28a8920844042ca9f44934d8f15d210ef42c75 (diff) | |
download | linux-e73f5dd9b3221f5db58fdb3a389f5abb41a519b7.tar.xz |
arm64: dts: marvell: AC5/AC5X: Fix address for UART1
[ Upstream commit 80502ffab2fa92ba9777e381efea2efddc348d13 ]
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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm64/boot/dts/marvell/ac5-98dx25xx.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/marvell/ac5-98dx25xx.dtsi b/arch/arm64/boot/dts/marvell/ac5-98dx25xx.dtsi index 44ed6f963b75..8e2ac687a410 100644 --- a/arch/arm64/boot/dts/marvell/ac5-98dx25xx.dtsi +++ b/arch/arm64/boot/dts/marvell/ac5-98dx25xx.dtsi @@ -97,7 +97,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>; |