Commit 74d82a30 authored by Shawn Guo's avatar Shawn Guo

arm64: dts: imx8qxp: sort alias alphabetically

We prefer to sort alias entries alphabetically, so let's move serial0
to the right place.
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 93b2106b
...@@ -28,8 +28,8 @@ aliases { ...@@ -28,8 +28,8 @@ aliases {
mmc0 = &usdhc1; mmc0 = &usdhc1;
mmc1 = &usdhc2; mmc1 = &usdhc2;
mmc2 = &usdhc3; mmc2 = &usdhc3;
serial0 = &adma_lpuart0;
mu1 = &lsio_mu1; mu1 = &lsio_mu1;
serial0 = &adma_lpuart0;
}; };
cpus { cpus {
......
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