ARM: dts: imx: Use generic uart-has-rtscts DT property
[linux-2.6-block.git] / arch / arm / boot / dts / imx53-tx53.dtsi
index bd3dfefa5778acbcc1124279f02517fc8aecaa3e..57e75f1639e09b132ae0056835fa4278c7629257 100644 (file)
 &uart1 {
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_uart1>;
-       fsl,uart-has-rtscts;
+       uart-has-rtscts;
        status = "okay";
 };
 
 &uart2 {
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_uart2>;
-       fsl,uart-has-rtscts;
+       uart-has-rtscts;
        status = "okay";
 };
 
 &uart3 {
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_uart3>;
-       fsl,uart-has-rtscts;
+       uart-has-rtscts;
        status = "okay";
 };