u-boot/arch/arm/dts/imx7s-warp-u-boot.dtsi
Fabio Estevam 5e13f5db4c imx7s-warp-u-boot: Fix aliases and chosen nodes indentation
The aliases and chosen nodes are currently indented using spaces.

Fix them to use the standard tab indentation.

Signed-off-by: Fabio Estevam <festevam@denx.de>
2023-12-12 16:33:57 -05:00

26 lines
208 B
Text

/ {
aliases {
mmc0 = &usdhc3;
usb0 = &usbotg1;
};
chosen {
stdout-path = &uart1;
};
};
&aips3 {
bootph-all;
};
&pinctrl_uart1 {
bootph-all;
};
&soc {
bootph-all;
};
&uart1 {
bootph-all;
};