aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Stanley <[email protected]>2019-10-16 22:29:03 +1030
committerJoel Stanley <[email protected]>2019-11-01 20:54:45 +1030
commita750904577e8fdadcc3dc73acea0f8379063e4b3 (patch)
treec7d7a9bb64d3d15f374321c7ebd0ccde5ed27ff7
parent77ef1b3991e9fc9b4c48edd3be8962c4ea62b01d (diff)
ARM: dts: ast2600evb: Enable UART workaround
The UART has an issue on A0 that can be worked around by using the Synopsis driver. Tested-by: Eddie James <[email protected]> Signed-off-by: Joel Stanley <[email protected]>
-rw-r--r--arch/arm/boot/dts/aspeed-ast2600-evb.dts5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/aspeed-ast2600-evb.dts b/arch/arm/boot/dts/aspeed-ast2600-evb.dts
index d42a9b968fc2..47afc71ed0de 100644
--- a/arch/arm/boot/dts/aspeed-ast2600-evb.dts
+++ b/arch/arm/boot/dts/aspeed-ast2600-evb.dts
@@ -147,3 +147,8 @@
spi-max-frequency = <100000000>;
};
};
+
+&uart5 {
+ // Workaround for A0
+ compatible = "snps,dw-apb-uart";
+};