bt: open dma transfer on uart0
authorwdc <wdc@rock-chips.com>
Thu, 27 Mar 2014 12:40:37 +0000 (20:40 +0800)
committerwdc <wdc@rock-chips.com>
Thu, 27 Mar 2014 12:41:37 +0000 (20:41 +0800)
arch/arm/boot/dts/rk3288-tb.dts

index f8decfadfca81581b17e860406c628c50bb0ac0b..47fcfa7c5a5c7589cc7815848b5acc3cc0ad5a07 100755 (executable)
 
 &uart_bt {
         status = "okay";
-        dma-names = "!tx", "!rx";
+        dma-names = "tx", "rx";
         pinctrl-0 = <&uart0_xfer &uart0_cts>;
 };