aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Stanley <[email protected]>2019-10-16 22:29:02 +1030
committerJoel Stanley <[email protected]>2019-11-01 20:54:45 +1030
commit77ef1b3991e9fc9b4c48edd3be8962c4ea62b01d (patch)
tree6dbfefea6e219d4a86ff1a51a936a01e13ae87b9
parentc0d3e181d78223247343a6bd07a15c0585d605aa (diff)
ARM: dts: aspeed: tacoma: Add UART1 and workaround
The UARTs on the AST2600 A0 have a known issue that can be worked around by using the Synopsys driver. Tested-by: Eddie James <[email protected]> Signed-off-by: Joel Stanley <[email protected]>
-rw-r--r--arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts15
1 files changed, 11 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts b/arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts
index fddd29da8671..0ca831344181 100644
--- a/arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts
+++ b/arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts
@@ -10,10 +10,6 @@
model = "Tacoma";
compatible = "ibm,tacoma-bmc", "aspeed,ast2600";
- aliases {
- serial4 = &uart5;
- };
-
chosen {
stdout-path = &uart5;
bootargs = "console=ttyS4,115200n8";
@@ -542,6 +538,17 @@
status = "okay";
};
+&uart1 {
+ status = "okay";
+ // Workaround for A0
+ compatible = "snps,dw-apb-uart";
+};
+
+&uart5 {
+ // Workaround for A0
+ compatible = "snps,dw-apb-uart";
+};
+
&vuart1 {
status = "okay";
};