diff options
author | Andreas Faerber <afaerber@suse.de> | 2015-03-16 01:00:30 +0300 |
---|---|---|
committer | Kukjin Kim <kgene@kernel.org> | 2015-07-21 06:55:00 +0300 |
commit | 27284129522e7e2a5b89e80bd44ea3345f79c9e8 (patch) | |
tree | 783d47ffc24190581ef5621b5112e9d34cc8d738 | |
parent | 300bde79f3d86b1af6fcde7b7b2439ecffccbff4 (diff) | |
download | linux-27284129522e7e2a5b89e80bd44ea3345f79c9e8.tar.xz |
ARM: dts: Clean up indentation for exynos5410-smdk5410
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>
-rw-r--r-- | arch/arm/boot/dts/exynos5410-smdk5410.dts | 6 |
1 files 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"; }; |