diff options
author | Joel Stanley <joel@jms.id.au> | 2019-10-16 13:59:03 +0200 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2019-11-01 11:24:45 +0100 |
commit | a750904577e8fdadcc3dc73acea0f8379063e4b3 (patch) | |
tree | c7d7a9bb64d3d15f374321c7ebd0ccde5ed27ff7 /arch | |
parent | ARM: dts: aspeed: tacoma: Add UART1 and workaround (diff) | |
download | linux-a750904577e8fdadcc3dc73acea0f8379063e4b3.tar.xz 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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/aspeed-ast2600-evb.dts | 5 |
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"; +}; |