ARM: dts: Clean up indentation for exynos5410-smdk5410
authorAndreas Faerber <afaerber@suse.de>
Sun, 15 Mar 2015 22:00:30 +0000 (23:00 +0100)
committerKukjin Kim <kgene@kernel.org>
Tue, 21 Jul 2015 03:55:00 +0000 (12:55 +0900)
The UART status properties are indented one level too deep, and we want
to derive a device tree for the ODROID-XU. Fix this before it propagates.

Signed-off-by: Andreas Faerber <afaerber@suse.de>
Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Kukjin Kim <kgene@kernel.org>
arch/arm/boot/dts/exynos5410-smdk5410.dts

index be3e025..cebeaab 100644 (file)
 };
 
 &uart0 {
-               status = "okay";
+       status = "okay";
 };
 
 &uart1 {
-               status = "okay";
+       status = "okay";
 };
 
 &uart2 {
-               status = "okay";
+       status = "okay";
 };