OSDN Git Service

ARM: dts: imx6q-pistachio: Use 'uart-has-rtscts' property
authorFabio Estevam <fabio.estevam@nxp.com>
Tue, 24 Apr 2018 20:22:44 +0000 (17:22 -0300)
committerShawn Guo <shawnguo@kernel.org>
Mon, 14 May 2018 14:07:54 +0000 (22:07 +0800)
The 'fsl,uart-has-rtscts' property is deprecated and it is recommended
to use the generic 'uart-has-rtscts' property instead.

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6q-pistachio.dts

index bd57b3b..a31e83c 100644 (file)
 &uart5 {
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_uart5>;
-       fsl,uart-has-rtscts;
+       uart-has-rtscts;
        status = "okay";
 };