The uart11 reg address was a copy of the value for uart10.
Update it to the correct value.

Signed-off-by: Rebecca Cran <rebe...@os.amperecomputing.com>
---
 arch/arm/dts/ast2600.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/dts/ast2600.dtsi b/arch/arm/dts/ast2600.dtsi
index cb8ce8b6b6f..a048951fa18 100644
--- a/arch/arm/dts/ast2600.dtsi
+++ b/arch/arm/dts/ast2600.dtsi
@@ -794,7 +794,7 @@
 
                        uart11: serial@1e790500 {
                                compatible = "ns16550a";
-                               reg = <0x1e790400 0x20>;
+                               reg = <0x1e790500 0x20>;
                                reg-shift = <2>;
                                interrupts = <GIC_SPI 62 IRQ_TYPE_LEVEL_HIGH>;
                                clocks = <&scu ASPEED_CLK_GATE_UART11CLK>;
-- 
2.30.2

Reply via email to