Commit 7d6dbb7b authored by Thierry Reding's avatar Thierry Reding

arm64: tegra: Sort aliases alphabetically

Most device tree files already do this, so update the remaining ones
for consistency.
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 1b2a0c36
......@@ -9,9 +9,6 @@ / {
aliases {
ethernet0 = "/ethernet@2490000";
mmc0 = "/mmc@3460000";
mmc1 = "/mmc@3400000";
serial0 = &uarta;
i2c0 = "/bpmp/i2c";
i2c1 = "/i2c@3160000";
i2c2 = "/i2c@c240000";
......@@ -20,6 +17,9 @@ aliases {
i2c5 = "/i2c@31c0000";
i2c6 = "/i2c@c250000";
i2c7 = "/i2c@31e0000";
mmc0 = "/mmc@3460000";
mmc1 = "/mmc@3400000";
serial0 = &uarta;
};
chosen {
......
......@@ -9,9 +9,6 @@ / {
aliases {
ethernet0 = "/bus@0/ethernet@2490000";
mmc0 = "/bus@0/mmc@3460000";
mmc1 = "/bus@0/mmc@3400000";
serial0 = &tcu;
i2c0 = "/bpmp/i2c";
i2c1 = "/bus@0/i2c@3160000";
i2c2 = "/bus@0/i2c@c240000";
......@@ -20,6 +17,9 @@ aliases {
i2c5 = "/bus@0/i2c@31c0000";
i2c6 = "/bus@0/i2c@c250000";
i2c7 = "/bus@0/i2c@31e0000";
mmc0 = "/bus@0/mmc@3460000";
mmc1 = "/bus@0/mmc@3400000";
serial0 = &tcu;
};
chosen {
......
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