ODROID-COMMON: arm64/dts: g12: Add new uart a pinctrl.

- mesong12b have a_uart_pins pinctrl set that separate mux with cts. So
  if you want to remove cts and rts from pinctrl, have to redefined or
  make new one. this patch add new pinctrl to use only rx and tx pin of
  uart a.

Signed-off-by: Luke Go <sangch.go@gmail.com>
Change-Id: Id18893a943b9937855317cbe1adac3a78261d4f6
This commit is contained in:
Luke Go
2023-04-13 10:58:30 +09:00
committed by Chris
parent 600936d78d
commit e820bc3314
3 changed files with 8 additions and 12 deletions

View File

@@ -538,6 +538,13 @@
};
&pinctrl_periphs {
a_uart_two_pins: a_uart_two {
mux {
groups = "uart_tx_a",
"uart_rx_a";
function = "uart_a";
};
};
tdmb_mclk: tdmb_mclk {
mux {
groups = "mclk0_a";

View File

@@ -128,7 +128,6 @@
status = "okay";
pinctrl-names = "default";
pinctrl-0 = <&i2c3_master_pins2>;
pinctrl-1 = <&i2c3_to_gpioa>;
clock-frequency = <400000>; /* default 400k */
touch: gt9xx@14 {

View File

@@ -7,17 +7,7 @@
__overlay__ {
status = "okay";
};
};
fragment@1 {
target = <&a_uart_pins>;
__overlay__ {
mux {
groups = "uart_tx_a",
"uart_rx_a";
};
pinctrl-0 = <&a_uart_two_pins>;
};
};
};