public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH] imx7d-pico-pi-u-boot.dtsi: Fix aliases indentation
@ 2023-11-03 23:00 Fabio Estevam
  2023-12-13 16:33 ` Fabio Estevam
  0 siblings, 1 reply; 2+ messages in thread
From: Fabio Estevam @ 2023-11-03 23:00 UTC (permalink / raw)
  To: sbabic; +Cc: u-boot, egyszeregy, Fabio Estevam

From: Fabio Estevam <festevam@denx.de>

The aliases are currently indented using spaces.

Fix it to use the standard tab indentation.

Signed-off-by: Fabio Estevam <festevam@denx.de>
---
 arch/arm/dts/imx7d-pico-pi-u-boot.dtsi | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/arch/arm/dts/imx7d-pico-pi-u-boot.dtsi b/arch/arm/dts/imx7d-pico-pi-u-boot.dtsi
index 843b4583e53a..3a6294daff3b 100644
--- a/arch/arm/dts/imx7d-pico-pi-u-boot.dtsi
+++ b/arch/arm/dts/imx7d-pico-pi-u-boot.dtsi
@@ -1,11 +1,11 @@
 #include "imx7s-u-boot.dtsi"
 
 /{
-    aliases {
-        mmc0 = &usdhc3;
-        usb0 = &usbotg1;
-        display0 = &lcdif;
-    };
+	aliases {
+		mmc0 = &usdhc3;
+		usb0 = &usbotg1;
+		display0 = &lcdif;
+	};
 };
 
 &usbotg1 {
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-12-13 16:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-03 23:00 [PATCH] imx7d-pico-pi-u-boot.dtsi: Fix aliases indentation Fabio Estevam
2023-12-13 16:33 ` Fabio Estevam

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox