Commit a7509045 authored by Joel Stanley's avatar Joel Stanley

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
......@@ -147,3 +147,8 @@ flash@0 {
spi-max-frequency = <100000000>;
};
};
&uart5 {
// Workaround for A0
compatible = "snps,dw-apb-uart";
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment