uart0: disable dma temporarily!
authorwdc <wdc@rock-chips.com>
Thu, 3 Apr 2014 03:38:44 +0000 (11:38 +0800)
committerwdc <wdc@rock-chips.com>
Thu, 3 Apr 2014 03:39:14 +0000 (11:39 +0800)
arch/arm/boot/dts/rk3288-tb.dts

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