From: Fabio Estevam Date: Mon, 6 Nov 2023 16:33:22 +0000 (-0300) Subject: imx7s-warp-u-boot: Fix aliases and chosen nodes indentation X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=5e13f5db4c8ec95414ab81ff495bc7d7df9b44ab;p=u-boot.git 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 --- diff --git a/arch/arm/dts/imx7s-warp-u-boot.dtsi b/arch/arm/dts/imx7s-warp-u-boot.dtsi index 49b992dccc..4f44598c9a 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 {