Skip to content

Commit

Permalink
ARM: dts: sun7i: fix typos in uart pin mux
Browse files Browse the repository at this point in the history
The recently added uart mux options had a few typos.  Fix them.

Fixes: 43d0fe1 ("ARM: dts: sun7i: add pinctrl for missing uart mux options")
Reported-by: Werner Böllmann <[email protected]>
Signed-off-by: Mans Rullgard <[email protected]>
Signed-off-by: Maxime Ripard <[email protected]>
  • Loading branch information
mansr authored and mripard committed Mar 26, 2019
1 parent a79668c commit 0164945
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions arch/arm/boot/dts/sun7i-a20.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -1003,19 +1003,19 @@

/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";
};

Expand Down

0 comments on commit 0164945

Please sign in to comment.