Commit 27284129 authored by Andreas Faerber's avatar Andreas Faerber Committed by Kukjin Kim

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: default avatarAndreas Faerber <afaerber@suse.de>
Signed-off-by: default avatarKrzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: default avatarKukjin Kim <kgene@kernel.org>
parent 300bde79
...@@ -62,13 +62,13 @@ &mmc_2 { ...@@ -62,13 +62,13 @@ &mmc_2 {
}; };
&uart0 { &uart0 {
status = "okay"; status = "okay";
}; };
&uart1 { &uart1 {
status = "okay"; status = "okay";
}; };
&uart2 { &uart2 {
status = "okay"; status = "okay";
}; };
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment