aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/arm/boot/dts/logicpd-torpedo-37xx-devkit.dts
diff options
context:
space:
mode:
authorAdam Ford <aford173@gmail.com>2019-10-09 14:20:53 -0500
committerTony Lindgren <tony@atomide.com>2019-10-22 09:23:11 -0700
commit1b359d32f2b652032e056b79b20a7e1af7cf8ed2 (patch)
tree55d1e3df0e001fcd720a003cf69a9edc52561927 /arch/arm/boot/dts/logicpd-torpedo-37xx-devkit.dts
parentARM: dts: IGEP: Add WiLink UART node (diff)
downloadwireguard-linux-1b359d32f2b652032e056b79b20a7e1af7cf8ed2.tar.xz
wireguard-linux-1b359d32f2b652032e056b79b20a7e1af7cf8ed2.zip
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: Adam Ford <aford173@gmail.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/logicpd-torpedo-37xx-devkit.dts')
-rw-r--r--arch/arm/boot/dts/logicpd-torpedo-37xx-devkit.dts1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/logicpd-torpedo-37xx-devkit.dts b/arch/arm/boot/dts/logicpd-torpedo-37xx-devkit.dts
index c34ba0ef8b4d..79d56bc14e88 100644
--- a/arch/arm/boot/dts/logicpd-torpedo-37xx-devkit.dts
+++ b/arch/arm/boot/dts/logicpd-torpedo-37xx-devkit.dts
@@ -51,6 +51,7 @@
};
&uart2 {
+ /delete-property/dma-names;
bluetooth {
compatible = "ti,wl1283-st";
enable-gpios = <&gpio6 2 GPIO_ACTIVE_HIGH>; /* gpio 162 */