]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
imx7s-warp-u-boot: Fix aliases and chosen nodes indentation
authorFabio Estevam <festevam@denx.de>
Mon, 6 Nov 2023 16:33:22 +0000 (13:33 -0300)
committerTom Rini <trini@konsulko.com>
Tue, 12 Dec 2023 21:33:57 +0000 (16:33 -0500)
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>
arch/arm/dts/imx7s-warp-u-boot.dtsi

index 49b992dcccaf00c828254d0ae306ace0b09fed50..4f44598c9a27389c05e55138e609b7b5f4259e4a 100644 (file)
@@ -1,12 +1,12 @@
 / {
-    aliases {
-        mmc0 = &usdhc3;
-        usb0 = &usbotg1;
-    };
+       aliases {
+               mmc0 = &usdhc3;
+               usb0 = &usbotg1;
+       };
 
-    chosen {
-        stdout-path = &uart1;
-    };
+       chosen {
+               stdout-path = &uart1;
+       };
 };
 
 &aips3 {