ARM: dts: imx: Use generic uart-has-rtscts DT property
[linux-2.6-block.git] / arch / arm / boot / dts / imx1-ads.dts
index af4eee5794aa21231c3abdbc3b380dd7af44fbb2..f50498659cc3e09e97107d32654bb02874712c68 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";
 };