aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2019-10-16 22:29:03 +1030
committerJoel Stanley <joel@jms.id.au>2019-11-01 20:54:45 +1030
commita750904577e8fdadcc3dc73acea0f8379063e4b3 (patch)
treec7d7a9bb64d3d15f374321c7ebd0ccde5ed27ff7
parentARM: dts: aspeed: tacoma: Add UART1 and workaround (diff)
downloadwireguard-linux-a750904577e8fdadcc3dc73acea0f8379063e4b3.tar.xz
wireguard-linux-a750904577e8fdadcc3dc73acea0f8379063e4b3.zip
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 <eajames@linux.ibm.com> Signed-off-by: Joel Stanley <joel@jms.id.au>
-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";
+};