Skip to content
Snippets Groups Projects
Commit 0fe8a562 authored by Gianfranco Mariotti's avatar Gianfranco Mariotti Committed by OpenEmbedded
Browse files

[C43][DT] comment out UART {RTS,CTS} GPIO

The RTS and CTS GPIOs are still not managed by the driver, comment them
out to make it clearer.
parent 6aee7eca
No related branches found
No related tags found
No related merge requests found
...@@ -441,8 +441,8 @@ &lpuart2 { /* RS232 */ ...@@ -441,8 +441,8 @@ &lpuart2 { /* RS232 */
&lpuart3 { /* RS232 TTL */ &lpuart3 { /* RS232 TTL */
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&pinctrl_lpuart3>; pinctrl-0 = <&pinctrl_lpuart3>;
rts-gpios = <&lsio_gpio1 14 GPIO_ACTIVE_HIGH>; //rts-gpios = <&lsio_gpio1 14 GPIO_ACTIVE_HIGH>;
cts-gpios = <&lsio_gpio1 15 GPIO_ACTIVE_HIGH>; //cts-gpios = <&lsio_gpio1 15 GPIO_ACTIVE_HIGH>;
status = "okay"; status = "okay";
}; };
...@@ -450,7 +450,7 @@ &lpuart4 { /* RS485 */ ...@@ -450,7 +450,7 @@ &lpuart4 { /* RS485 */
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&pinctrl_lpuart4>; pinctrl-0 = <&pinctrl_lpuart4>;
linux,rs485-enabled-at-boot-time; linux,rs485-enabled-at-boot-time;
rts-gpios = <&lsio_gpio0 19 GPIO_ACTIVE_HIGH>; //rts-gpios = <&lsio_gpio0 19 GPIO_ACTIVE_HIGH>;
status = "okay"; status = "okay";
}; };
/* __________________________________________________________________________ /* __________________________________________________________________________
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment