projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
614a0a5
)
ARM: dts: imx6q-pistachio: Use 'uart-has-rtscts' property
author
Fabio Estevam
<fabio.estevam@nxp.com>
Tue, 24 Apr 2018 20:22:44 +0000
(17:22 -0300)
committer
Shawn 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
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/imx6q-pistachio.dts
b/arch/arm/boot/dts/imx6q-pistachio.dts
index bd57b3b74db757e11dc8ac44ad56c5dff9b0b133..a31e83cd07a30a3c597a8d68805e3d5e1eacbf46 100644
(file)
--- a/
arch/arm/boot/dts/imx6q-pistachio.dts
+++ b/
arch/arm/boot/dts/imx6q-pistachio.dts
@@
-614,7
+614,7
@@
&uart5 {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_uart5>;
-
fsl,
uart-has-rtscts;
+ uart-has-rtscts;
status = "okay";
};