Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: imx27-pdk: Keep the dt nodes sorted

For better readability keep the dt nodes sorted.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>

authored by

Fabio Estevam and committed by
Shawn Guo
09c7450c 40906354

+4 -3
+4 -3
arch/arm/boot/dts/imx27-pdk.dts
··· 21 21 }; 22 22 }; 23 23 24 - &uart1 { 25 - fsl,uart-has-rtscts; 24 + 25 + &fec { 26 26 status = "okay"; 27 27 }; 28 28 29 - &fec { 29 + &uart1 { 30 + fsl,uart-has-rtscts; 30 31 status = "okay"; 31 32 };