Commit be571bec authored by Lad Prabhakar's avatar Lad Prabhakar Committed by Geert Uytterhoeven

ARM: dts: r8a7742-iwg21m: Sort the nodes alphabetically

Sort the DT nodes alphabetically so that its easier to maintain.
Signed-off-by: default avatarLad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Reviewed-by: default avatarChris Paterson <Chris.Paterson2@renesas.com>
Link: https://lore.kernel.org/r/20200816193316.7641-2-prabhakar.mahadev-lad.rj@bp.renesas.comSigned-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
parent 5a81ade1
...@@ -35,13 +35,6 @@ &extal_clk { ...@@ -35,13 +35,6 @@ &extal_clk {
clock-frequency = <20000000>; clock-frequency = <20000000>;
}; };
&pfc {
mmc1_pins: mmc1 {
groups = "mmc1_data4", "mmc1_ctrl";
function = "mmc1";
};
};
&mmcif1 { &mmcif1 {
pinctrl-0 = <&mmc1_pins>; pinctrl-0 = <&mmc1_pins>;
pinctrl-names = "default"; pinctrl-names = "default";
...@@ -51,3 +44,10 @@ &mmcif1 { ...@@ -51,3 +44,10 @@ &mmcif1 {
non-removable; non-removable;
status = "okay"; status = "okay";
}; };
&pfc {
mmc1_pins: mmc1 {
groups = "mmc1_data4", "mmc1_ctrl";
function = "mmc1";
};
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment