diff options
author | Andreas Faerber <afaerber@suse.de> | 2015-03-15 23:00:30 +0100 |
---|---|---|
committer | Kukjin Kim <kgene@kernel.org> | 2015-07-21 05:55:00 +0200 |
commit | 27284129522e7e2a5b89e80bd44ea3345f79c9e8 (patch) | |
tree | 783d47ffc24190581ef5621b5112e9d34cc8d738 /arch/arm/boot/dts/exynos5410-smdk5410.dts | |
parent | ARM: dts: add CPU OPP and regulator supply property for exynos4210 (diff) | |
download | linux-27284129522e7e2a5b89e80bd44ea3345f79c9e8.tar.xz linux-27284129522e7e2a5b89e80bd44ea3345f79c9e8.zip |
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>
Diffstat (limited to 'arch/arm/boot/dts/exynos5410-smdk5410.dts')
-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"; }; |