db410c: fix alignment of dts file
authorRamon Fried <ramon.fried@gmail.com>
Sat, 9 Jun 2018 08:30:30 +0000 (11:30 +0300)
committerTom Rini <trini@konsulko.com>
Mon, 18 Jun 2018 18:02:04 +0000 (14:02 -0400)
Alignment was wrong, missing one tab. fix it.

Signed-off-by: Ramon Fried <ramon.fried@gmail.com>
arch/arm/dts/dragonboard410c-uboot.dtsi

index b968f5eb683318185315ffc2040d1bca3eed5b97..95c82a6f2d53e895dadd19650a0d7ac6254af595 100644 (file)
                        };
                };
 
-       qcom,gcc@1800000 {
-               u-boot,dm-pre-reloc;
-       };
+               qcom,gcc@1800000 {
+                       u-boot,dm-pre-reloc;
+               };
 
-       serial@78b0000 {
-               u-boot,dm-pre-reloc;
+               serial@78b0000 {
+                       u-boot,dm-pre-reloc;
+                       };
                };
-       };
 };