ARM: dts: r8a7742-iwg21m: Sort the nodes alphabetically
Sort the DT nodes alphabetically so that its easier to maintain. Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> Reviewed-by: Chris Paterson <Chris.Paterson2@renesas.com> Link: https://lore.kernel.org/r/20200816193316.7641-2-prabhakar.mahadev-lad.rj@bp.renesas.com Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
This commit is contained in:
committed by
Geert Uytterhoeven
parent
5a81ade1dd
commit
be571bec2c
@@ -35,13 +35,6 @@
|
|||||||
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 @@
|
|||||||
non-removable;
|
non-removable;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&pfc {
|
||||||
|
mmc1_pins: mmc1 {
|
||||||
|
groups = "mmc1_data4", "mmc1_ctrl";
|
||||||
|
function = "mmc1";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user