ARM: dts: imx: Use generic uart-has-rtscts DT property
[linux-2.6-block.git] / arch / arm / boot / dts / imx51-babbage.dts
index 018d24eb9965f8060050555bab1e1b8663bf1f37..f097b4f29ab49365612c6bd64840ad2b2f64512e 100644 (file)
 &uart1 {
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_uart1>;
-       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";
 };