diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2016-05-31 16:31:50 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2016-06-11 14:48:00 +0800 |
commit | aee99111819b1e71dc8d24f63cf742a1734650bf (patch) | |
tree | 95ca2b16b7f5841306555e7f496fcf7ad79edf4b /arch/arm | |
parent | 542a8d98f16fd345af690a8a563c5b8218cb88a3 (diff) | |
download | blackbird-obmc-linux-aee99111819b1e71dc8d24f63cf742a1734650bf.tar.gz blackbird-obmc-linux-aee99111819b1e71dc8d24f63cf742a1734650bf.zip |
ARM: dts: imx28: Use generic uart-has-rtscts DT property
As of commit 182cdcb8bb16e687 ("serial: mxs-auart: Use generic
uart-has-rtscts DT property"), the Freescale MXS AUART driver recognizes
the generic "uart-has-rtscts" DT property, deprecating the
vendor-specific "fsl,uart-has-rtscts" DT property. Hence replace the
latter by the former in all DTS files.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/imx28-apf28dev.dts | 2 | ||||
-rw-r--r-- | arch/arm/boot/dts/imx28-evk.dts | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/imx28-apf28dev.dts b/arch/arm/boot/dts/imx28-apf28dev.dts index 1eaa131e2d18..c4fadbc1b400 100644 --- a/arch/arm/boot/dts/imx28-apf28dev.dts +++ b/arch/arm/boot/dts/imx28-apf28dev.dts @@ -140,7 +140,7 @@ auart0: serial@8006a000 { pinctrl-names = "default"; pinctrl-0 = <&auart0_pins_a>; - fsl,uart-has-rtscts; + uart-has-rtscts; status = "okay"; }; diff --git a/arch/arm/boot/dts/imx28-evk.dts b/arch/arm/boot/dts/imx28-evk.dts index e3ef94ac159f..a5ba669b4eaa 100644 --- a/arch/arm/boot/dts/imx28-evk.dts +++ b/arch/arm/boot/dts/imx28-evk.dts @@ -224,7 +224,7 @@ auart0: serial@8006a000 { pinctrl-names = "default"; pinctrl-0 = <&auart0_pins_a>; - fsl,uart-has-rtscts; + uart-has-rtscts; status = "okay"; }; |