mirror of
https://github.com/torvalds/linux.git
synced 2024-12-13 14:43:03 +00:00
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:
parent
5a81ade1dd
commit
be571bec2c
@ -35,13 +35,6 @@
|
||||
clock-frequency = <20000000>;
|
||||
};
|
||||
|
||||
&pfc {
|
||||
mmc1_pins: mmc1 {
|
||||
groups = "mmc1_data4", "mmc1_ctrl";
|
||||
function = "mmc1";
|
||||
};
|
||||
};
|
||||
|
||||
&mmcif1 {
|
||||
pinctrl-0 = <&mmc1_pins>;
|
||||
pinctrl-names = "default";
|
||||
@ -51,3 +44,10 @@
|
||||
non-removable;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&pfc {
|
||||
mmc1_pins: mmc1 {
|
||||
groups = "mmc1_data4", "mmc1_ctrl";
|
||||
function = "mmc1";
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user