[PATCH v2 1/5] ARM: dts: exynos5410: Clean up SMDK5410 indentation

From: Andreas FÃrber
Date: Sat Nov 22 2014 - 15:26:48 EST


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 FÃrber <afaerber@xxxxxxx>
---
v1 -> v2: Unchanged

arch/arm/boot/dts/exynos5410-smdk5410.dts | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/arch/arm/boot/dts/exynos5410-smdk5410.dts b/arch/arm/boot/dts/exynos5410-smdk5410.dts
index be3e02530b42..cebeaab3abec 100644
--- a/arch/arm/boot/dts/exynos5410-smdk5410.dts
+++ b/arch/arm/boot/dts/exynos5410-smdk5410.dts
@@ -62,13 +62,13 @@
};

&uart0 {
- status = "okay";
+ status = "okay";
};

&uart1 {
- status = "okay";
+ status = "okay";
};

&uart2 {
- status = "okay";
+ status = "okay";
};
--
2.1.2

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/