[U-Boot] [PATCH] db410c: fix alignment of dts file

Ramon Fried ramon.fried at gmail.com
Sat Jun 9 08:30:30 UTC 2018


Alignment was wrong, missing one tab. fix it.

Signed-off-by: Ramon Fried <ramon.fried at gmail.com>
---
 arch/arm/dts/dragonboard410c-uboot.dtsi | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/arch/arm/dts/dragonboard410c-uboot.dtsi b/arch/arm/dts/dragonboard410c-uboot.dtsi
index b968f5eb68..95c82a6f2d 100644
--- a/arch/arm/dts/dragonboard410c-uboot.dtsi
+++ b/arch/arm/dts/dragonboard410c-uboot.dtsi
@@ -21,14 +21,14 @@
 			};
 		};
 
-	qcom,gcc at 1800000 {
-		u-boot,dm-pre-reloc;
-	};
+		qcom,gcc at 1800000 {
+			u-boot,dm-pre-reloc;
+		};
 
-	serial at 78b0000 {
-		u-boot,dm-pre-reloc;
+		serial at 78b0000 {
+			u-boot,dm-pre-reloc;
+			};
 		};
-	};
 };
 
 
-- 
2.17.1



More information about the U-Boot mailing list