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:
a258752
)
ARM: dts: imx6ul-kontron-n6x1x-s: Use the standard 'uart-has-rtscts'
author
Fabio Estevam
<festevam@denx.de>
Fri, 22 Apr 2022 01:18:21 +0000
(22:18 -0300)
committer
Shawn Guo
<shawnguo@kernel.org>
Thu, 5 May 2022 02:09:31 +0000
(10:09 +0800)
The usage of the 'fsl,uart-has-rtscts' property is deprecated.
Use the standard 'uart-has-rtscts' instead.
Cc: Frieder Schrempf <frieder.schrempf@kontron.de>
Signed-off-by: Fabio Estevam <festevam@denx.de>
Acked-by: Frieder Schrempf <frieder.schrempf@kontron.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6ul-kontron-n6x1x-s.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/imx6ul-kontron-n6x1x-s.dtsi
b/arch/arm/boot/dts/imx6ul-kontron-n6x1x-s.dtsi
index
770f59b
..
a6cf0f2
100644
(file)
--- a/
arch/arm/boot/dts/imx6ul-kontron-n6x1x-s.dtsi
+++ b/
arch/arm/boot/dts/imx6ul-kontron-n6x1x-s.dtsi
@@
-178,7
+178,7
@@
&uart3 {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_uart3>;
-
fsl,
uart-has-rtscts;
+ uart-has-rtscts;
status = "okay";
};