Commit 1b359d32 authored by Adam Ford's avatar Adam Ford Committed by Tony Lindgren

ARM: dts: logicpd-torpedo: Disable Bluetooth Serial DMA

The default serial driver for omap2plus is the 8250_omap driver.
Unfortunately, this driver does not yet appear to have fully
functional DMA on OMAP3630/DM3730 which causes some timeouts and
frame errors.

This patch removes the DMA entry from the device tree which allow
the UART to operate without Bluetooth frame errors. If/when DMA
is working on OMAP3630, this should be reverted.
Signed-off-by: default avatarAdam Ford <aford173@gmail.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 4dd8f92f
...@@ -51,6 +51,7 @@ wlcore: wlcore@2 { ...@@ -51,6 +51,7 @@ wlcore: wlcore@2 {
}; };
&uart2 { &uart2 {
/delete-property/dma-names;
bluetooth { bluetooth {
compatible = "ti,wl1283-st"; compatible = "ti,wl1283-st";
enable-gpios = <&gpio6 2 GPIO_ACTIVE_HIGH>; /* gpio 162 */ enable-gpios = <&gpio6 2 GPIO_ACTIVE_HIGH>; /* gpio 162 */
......
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