diff options
author | Fabio Estevam <festevam@denx.de> | 2023-11-06 13:33:22 -0300 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-12-12 16:33:57 -0500 |
commit | 5e13f5db4c8ec95414ab81ff495bc7d7df9b44ab (patch) | |
tree | 5473f229d2da3a8c6efdefebb3fc5ad10fdb3b7c | |
parent | 04b53f1249c43743010f61a6de8f1f9540805c65 (diff) |
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>
-rw-r--r-- | arch/arm/dts/imx7s-warp-u-boot.dtsi | 14 |
1 files 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 49b992dccca..4f44598c9a2 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 { |