Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+10 -10
+10 -10
arch/arm/boot/dts/sun5i.dtsi
··· 504 504 bias-pull-up; 505 505 }; 506 506 507 - mmc2_8bit_pins: mmc2-8bit-pins { 507 + mmc2_4bit_pc_pins: mmc2-4bit-pc-pins { 508 508 pins = "PC6", "PC7", "PC8", "PC9", 509 - "PC10", "PC11", "PC12", "PC13", 510 - "PC14", "PC15"; 509 + "PC10", "PC11"; 511 510 function = "mmc2"; 512 511 drive-strength = <30>; 513 512 bias-pull-up; 514 513 }; 515 514 516 - mmc2_4bit_pc_pins: mmc2-4bit-pc-pins { 515 + mmc2_8bit_pins: mmc2-8bit-pins { 517 516 pins = "PC6", "PC7", "PC8", "PC9", 518 - "PC10", "PC11"; 517 + "PC10", "PC11", "PC12", "PC13", 518 + "PC14", "PC15"; 519 519 function = "mmc2"; 520 520 drive-strength = <30>; 521 521 bias-pull-up; ··· 537 537 nand_rb0_pin: nand-rb0-pin { 538 538 pins = "PC6"; 539 539 function = "nand0"; 540 + }; 541 + 542 + pwm0_pin: pwm0-pin { 543 + pins = "PB2"; 544 + function = "pwm"; 540 545 }; 541 546 542 547 spi2_pe_pins: spi2-pe-pins { ··· 582 577 uart3_cts_rts_pg_pins: uart3-cts-rts-pg-pins { 583 578 pins = "PG11", "PG12"; 584 579 function = "uart3"; 585 - }; 586 - 587 - pwm0_pin: pwm0-pin { 588 - pins = "PB2"; 589 - function = "pwm"; 590 580 }; 591 581 }; 592 582