Skip to content

Commit dccb920

Browse files
krzkkhilman
authored andcommitted
ARM: dts: omap: am335x: Use non-deprecated rts-gpios
The 'rts-gpio' (without trailing 's') is deprecated in favor of 'rts-gpios'. Kernel supports both variants, so switch the DTS to preferred one. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20250514125158.56285-2-krzysztof.kozlowski@linaro.org Signed-off-by: Kevin Hilman <khilman@baylibre.com>
1 parent 19272b3 commit dccb920

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

arch/arm/boot/dts/ti/omap/am335x-nano.dts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
pinctrl-names = "default";
168168
pinctrl-0 = <&uart1_pins>;
169169
status = "okay";
170-
rts-gpio = <&gpio0 13 GPIO_ACTIVE_HIGH>;
170+
rts-gpios = <&gpio0 13 GPIO_ACTIVE_HIGH>;
171171
rs485-rts-active-high;
172172
rs485-rx-during-tx;
173173
rs485-rts-delay = <1 1>;
@@ -178,7 +178,7 @@
178178
pinctrl-names = "default";
179179
pinctrl-0 = <&uart2_pins>;
180180
status = "okay";
181-
rts-gpio = <&gpio2 15 GPIO_ACTIVE_HIGH>;
181+
rts-gpios = <&gpio2 15 GPIO_ACTIVE_HIGH>;
182182
rs485-rts-active-high;
183183
rs485-rts-delay = <1 1>;
184184
linux,rs485-enabled-at-boot-time;
@@ -187,7 +187,7 @@
187187
&uart3 {
188188
pinctrl-names = "default";
189189
pinctrl-0 = <&uart3_pins>;
190-
rts-gpio = <&gpio2 17 GPIO_ACTIVE_HIGH>;
190+
rts-gpios = <&gpio2 17 GPIO_ACTIVE_HIGH>;
191191
rs485-rts-active-high;
192192
rs485-rx-during-tx;
193193
rs485-rts-delay = <1 1>;
@@ -198,7 +198,7 @@
198198
&uart4 {
199199
pinctrl-names = "default";
200200
pinctrl-0 = <&uart4_pins>;
201-
rts-gpio = <&gpio0 9 GPIO_ACTIVE_HIGH>;
201+
rts-gpios = <&gpio0 9 GPIO_ACTIVE_HIGH>;
202202
rs485-rts-active-high;
203203
rs485-rx-during-tx;
204204
rs485-rts-delay = <1 1>;

arch/arm/boot/dts/ti/omap/am335x-pdu001.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@
256256
pinctrl-names = "default";
257257
pinctrl-0 = <&uart0_pins>;
258258

259-
rts-gpio = <&gpio1 9 GPIO_ACTIVE_HIGH>;
259+
rts-gpios = <&gpio1 9 GPIO_ACTIVE_HIGH>;
260260
rs485-rts-active-high;
261261
rs485-rts-delay = <0 0>;
262262
linux,rs485-enabled-at-boot-time;

0 commit comments

Comments
 (0)