Commit 0164945d authored by Mans Rullgard's avatar Mans Rullgard Committed by Maxime Ripard

ARM: dts: sun7i: fix typos in uart pin mux

The recently added uart mux options had a few typos.  Fix them.

Fixes: 43d0fe112585 ("ARM: dts: sun7i: add pinctrl for missing uart mux options")
Reported-by: default avatarWerner Böllmann <Werner.Boellmann@fh-dortmund.de>
Signed-off-by: default avatarMans Rullgard <mans@mansr.com>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@bootlin.com>
parent a79668c1
......@@ -1003,19 +1003,19 @@ uart1_pa_pins: uart1-pa-pins {
/omit-if-no-ref/
uart1_cts_rts_pa_pins: uart1-cts-rts-pa-pins {
pins = "PA12", "PIA13";
function = "uart2";
pins = "PA12", "PA13";
function = "uart1";
};
/omit-if-no-ref/
uart2_pa_pins: uart2-pa-pins {
pins = "PIA2", "PIA3";
pins = "PA2", "PA3";
function = "uart2";
};
/omit-if-no-ref/
uart2_cts_rts_pa_pins: uart2-cts-rts-pa-pins {
pins = "PA0", "PIA1";
pins = "PA0", "PA1";
function = "uart2";
};
......
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