ARM: dts: sun5i: Reorder pinctrl nodes
We try to keep the PIO nodes ordered alphabetically, but this doesn't always work out. Let's fix it. Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
This commit is contained in:
parent
4b03e16d30
commit
66dc4e4bfc
@ -504,18 +504,18 @@
|
|||||||
bias-pull-up;
|
bias-pull-up;
|
||||||
};
|
};
|
||||||
|
|
||||||
mmc2_8bit_pins: mmc2-8bit-pins {
|
mmc2_4bit_pc_pins: mmc2-4bit-pc-pins {
|
||||||
pins = "PC6", "PC7", "PC8", "PC9",
|
pins = "PC6", "PC7", "PC8", "PC9",
|
||||||
"PC10", "PC11", "PC12", "PC13",
|
"PC10", "PC11";
|
||||||
"PC14", "PC15";
|
|
||||||
function = "mmc2";
|
function = "mmc2";
|
||||||
drive-strength = <30>;
|
drive-strength = <30>;
|
||||||
bias-pull-up;
|
bias-pull-up;
|
||||||
};
|
};
|
||||||
|
|
||||||
mmc2_4bit_pc_pins: mmc2-4bit-pc-pins {
|
mmc2_8bit_pins: mmc2-8bit-pins {
|
||||||
pins = "PC6", "PC7", "PC8", "PC9",
|
pins = "PC6", "PC7", "PC8", "PC9",
|
||||||
"PC10", "PC11";
|
"PC10", "PC11", "PC12", "PC13",
|
||||||
|
"PC14", "PC15";
|
||||||
function = "mmc2";
|
function = "mmc2";
|
||||||
drive-strength = <30>;
|
drive-strength = <30>;
|
||||||
bias-pull-up;
|
bias-pull-up;
|
||||||
@ -539,6 +539,11 @@
|
|||||||
function = "nand0";
|
function = "nand0";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
pwm0_pin: pwm0-pin {
|
||||||
|
pins = "PB2";
|
||||||
|
function = "pwm";
|
||||||
|
};
|
||||||
|
|
||||||
spi2_pe_pins: spi2-pe-pins {
|
spi2_pe_pins: spi2-pe-pins {
|
||||||
pins = "PE1", "PE2", "PE3";
|
pins = "PE1", "PE2", "PE3";
|
||||||
function = "spi2";
|
function = "spi2";
|
||||||
@ -578,11 +583,6 @@
|
|||||||
pins = "PG11", "PG12";
|
pins = "PG11", "PG12";
|
||||||
function = "uart3";
|
function = "uart3";
|
||||||
};
|
};
|
||||||
|
|
||||||
pwm0_pin: pwm0-pin {
|
|
||||||
pins = "PB2";
|
|
||||||
function = "pwm";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
timer@1c20c00 {
|
timer@1c20c00 {
|
||||||
|
Loading…
Reference in New Issue
Block a user