mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-10 14:43:54 +08:00
ARM: dts: sun8i-h3: move uart0 pins to sort pinmux list in proper order
Move uart0 pins to sort the list of pin settings in alphabetical order. Signed-off-by: Chen-Yu Tsai <wens@csie.org> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
This commit is contained in:
parent
1e1dea7265
commit
2bcb2b1b95
@ -501,13 +501,6 @@
|
|||||||
interrupt-controller;
|
interrupt-controller;
|
||||||
#interrupt-cells = <3>;
|
#interrupt-cells = <3>;
|
||||||
|
|
||||||
uart0_pins_a: uart0@0 {
|
|
||||||
allwinner,pins = "PA4", "PA5";
|
|
||||||
allwinner,function = "uart0";
|
|
||||||
allwinner,drive = <SUN4I_PINCTRL_10_MA>;
|
|
||||||
allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
|
|
||||||
};
|
|
||||||
|
|
||||||
mmc0_pins_a: mmc0@0 {
|
mmc0_pins_a: mmc0@0 {
|
||||||
allwinner,pins = "PF0", "PF1", "PF2", "PF3",
|
allwinner,pins = "PF0", "PF1", "PF2", "PF3",
|
||||||
"PF4", "PF5";
|
"PF4", "PF5";
|
||||||
@ -540,6 +533,13 @@
|
|||||||
allwinner,drive = <SUN4I_PINCTRL_30_MA>;
|
allwinner,drive = <SUN4I_PINCTRL_30_MA>;
|
||||||
allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
|
allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
uart0_pins_a: uart0@0 {
|
||||||
|
allwinner,pins = "PA4", "PA5";
|
||||||
|
allwinner,function = "uart0";
|
||||||
|
allwinner,drive = <SUN4I_PINCTRL_10_MA>;
|
||||||
|
allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
ahb_rst: reset@01c202c0 {
|
ahb_rst: reset@01c202c0 {
|
||||||
|
Loading…
Reference in New Issue
Block a user