mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 05:55:44 +02:00
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>
This commit is contained in:
parent
4dd8f92fa1
commit
1b359d32f2
|
|
@ -51,6 +51,7 @@ wlcore: wlcore@2 {
|
|||
};
|
||||
|
||||
&uart2 {
|
||||
/delete-property/dma-names;
|
||||
bluetooth {
|
||||
compatible = "ti,wl1283-st";
|
||||
enable-gpios = <&gpio6 2 GPIO_ACTIVE_HIGH>; /* gpio 162 */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user