Commit a7509045 authored by Joel Stanley's avatar Joel Stanley
Browse files

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: default avatarEddie James <eajames@linux.ibm.com>
Signed-off-by: default avatarJoel Stanley <joel@jms.id.au>
parent 77ef1b39
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -147,3 +147,8 @@
		spi-max-frequency = <100000000>;
	};
};

&uart5 {
	// Workaround for A0
	compatible = "snps,dw-apb-uart";
};