]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arm: dts: ast2600.dtsi: Fix typo of uart11 reg address
authorRebecca Cran <rebecca@os.amperecomputing.com>
Thu, 17 Jul 2025 16:15:27 +0000 (16:15 +0000)
committerTom Rini <trini@konsulko.com>
Thu, 24 Jul 2025 19:30:20 +0000 (13:30 -0600)
The uart11 reg address was a copy of the value for uart10.
Update it to the correct value.

Signed-off-by: Rebecca Cran <rebecca@os.amperecomputing.com>
arch/arm/dts/ast2600.dtsi

index cb8ce8b6b6ff07dd5ff94f7caf8ce862e468017f..a048951fa189fb732e25fa8001a545ad1e754926 100644 (file)
 
                        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>;