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>
This commit is contained in:
Joel Stanley 2019-10-16 22:29:03 +10:30
parent 77ef1b3991
commit a750904577
1 changed files with 5 additions and 0 deletions

View File

@ -147,3 +147,8 @@ flash@0 {
spi-max-frequency = <100000000>;
};
};
&uart5 {
// Workaround for A0
compatible = "snps,dw-apb-uart";
};