From: Fabio Estevam <feste...@denx.de>

The aliases and chosen nodes are currently indented using spaces.

Fix them to use the standard tab indentation.

Signed-off-by: Fabio Estevam <feste...@denx.de>
---
 arch/arm/dts/imx7s-warp-u-boot.dtsi | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/arch/arm/dts/imx7s-warp-u-boot.dtsi 
b/arch/arm/dts/imx7s-warp-u-boot.dtsi
index 49b992dcccaf..4f44598c9a27 100644
--- a/arch/arm/dts/imx7s-warp-u-boot.dtsi
+++ b/arch/arm/dts/imx7s-warp-u-boot.dtsi
@@ -1,12 +1,12 @@
 / {
-    aliases {
-        mmc0 = &usdhc3;
-        usb0 = &usbotg1;
-    };
+       aliases {
+               mmc0 = &usdhc3;
+               usb0 = &usbotg1;
+       };
 
-    chosen {
-        stdout-path = &uart1;
-    };
+       chosen {
+               stdout-path = &uart1;
+       };
 };
 
 &aips3 {
-- 
2.34.1

Reply via email to