git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f3820d
)
arm: dts: ast2600.dtsi: Fix typo of uart11 reg address
author
Rebecca Cran
<rebecca@os.amperecomputing.com>
Thu, 17 Jul 2025 16:15:27 +0000
(16:15 +0000)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/arch/arm/dts/ast2600.dtsi
b/arch/arm/dts/ast2600.dtsi
index
cb8ce8b
..
a048951
100644
(file)
--- a/
arch/arm/dts/ast2600.dtsi
+++ b/
arch/arm/dts/ast2600.dtsi
@@
-794,7
+794,7
@@
uart11: serial@1e790500 {
compatible = "ns16550a";
- reg = <0x1e790
4
00 0x20>;
+ reg = <0x1e790
5
00 0x20>;
reg-shift = <2>;
interrupts = <GIC_SPI 62 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&scu ASPEED_CLK_GATE_UART11CLK>;