Commit 89dddc2c authored by Maxime Ripard's avatar Maxime Ripard

ARM: dts: sun7i: som204: Use the UART3 TX and RX pin group

The SOM204-EVB doesn't use the CTS pin, and thus was defining its own
pinctrl node for the UART3 muxing. Since we split away the TX and RX pin,
we can use the global node now, and only have the RTS pin in our local
node.
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@bootlin.com>
Acked-by: default avatarChen-Yu Tsai <wens@csie.org>
parent bb4d3ec9
...@@ -203,8 +203,8 @@ &otg_sram { ...@@ -203,8 +203,8 @@ &otg_sram {
}; };
&pio { &pio {
bt_uart_pins: bt_uart_pins@0 { uart3_rts_pin: uart3-rts-pin {
pins = "PG6", "PG7", "PG8"; pins = "PG8";
function = "uart3"; function = "uart3";
}; };
}; };
...@@ -296,7 +296,7 @@ &uart0 { ...@@ -296,7 +296,7 @@ &uart0 {
/* Used for RTL8723BS bluetooth */ /* Used for RTL8723BS bluetooth */
&uart3 { &uart3 {
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&bt_uart_pins>; pinctrl-0 = <&uart3_pg_pins>, <&uart3_rts_pin>;
status = "okay"; status = "okay";
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment