Skip to content

Commit

Permalink
arm64: dts: mt7988: move -pins in nodename to the end
Browse files Browse the repository at this point in the history
  • Loading branch information
frank-w committed Oct 3, 2024
1 parent 5264f72 commit 9508199
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions arch/arm64/boot/dts/mediatek/mt7988a.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -328,21 +328,21 @@
};
};

i2c0_pins: i2c0-pins-g0 {
i2c0_pins: i2c0-g0-pins {
mux {
function = "i2c";
groups = "i2c0_1";
};
};

i2c1_pins: i2c1-pins-g0 {
i2c1_pins: i2c1-g0-pins {
mux {
function = "i2c";
groups = "i2c1_0";
};
};

i2c1_sfp_pins: i2c1-sfp-pins-g0 {
i2c1_sfp_pins: i2c1-sfp-g0-pins {
mux {
function = "i2c";
groups = "i2c1_sfp";
Expand All @@ -356,14 +356,14 @@
};
};

i2c2_0_pins: i2c2-pins-g0 {
i2c2_0_pins: i2c2-g0-pins {
mux {
function = "i2c";
groups = "i2c2_0";
};
};

i2c2_1_pins: i2c2-pins-g1 {
i2c2_1_pins: i2c2-g1-pins {
mux {
function = "i2c";
groups = "i2c2_1";
Expand Down Expand Up @@ -440,21 +440,21 @@
};
};

mmc0_pins_emmc_45: mmc0-pins-emmc-45 {
mmc0_pins_emmc_45: mmc0-emmc-45-pins {
mux {
function = "flash";
groups = "emmc_45";
};
};

mmc0_pins_emmc_51: mmc0-pins-emmc-51 {
mmc0_pins_emmc_51: mmc0-emmc-51-pins {
mux {
function = "flash";
groups = "emmc_51";
};
};

mmc0_pins_sdcard: mmc0-pins-sdcard {
mmc0_pins_sdcard: mmc0-sdcard-pins {
mux {
function = "flash";
groups = "sdcard";
Expand Down

0 comments on commit 9508199

Please sign in to comment.