]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: ast2600evb: Enable UART workaround
authorJoel Stanley <joel@jms.id.au>
Wed, 16 Oct 2019 11:59:03 +0000 (22:29 +1030)
committerJoel Stanley <joel@jms.id.au>
Fri, 1 Nov 2019 10:24:45 +0000 (20:54 +1030)
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>
arch/arm/boot/dts/aspeed-ast2600-evb.dts

index d42a9b968fc2e2c489a8b441c156fb6230836159..47afc71ed0dee271ac55845525e3f198c290cdca 100644 (file)
@@ -147,3 +147,8 @@ flash@0 {
                spi-max-frequency = <100000000>;
        };
 };
+
+&uart5 {
+       // Workaround for A0
+       compatible = "snps,dw-apb-uart";
+};