diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2016-05-03 14:53:22 +0200 |
---|---|---|
committer | Krzysztof Kozlowski <k.kozlowski@samsung.com> | 2016-05-31 12:42:38 +0200 |
commit | 88ad58baf0d652a095b3255430ab7c10bea1b642 (patch) | |
tree | b3aa31a18d959270561c0db7ee518ece7c5c85b8 /arch/arm/boot/dts/exynos5410-smdk5410.dts | |
parent | 5d99cc59a3c63489c1b3fbab34a69c01dad4788e (diff) | |
download | talos-obmc-linux-88ad58baf0d652a095b3255430ab7c10bea1b642.tar.gz talos-obmc-linux-88ad58baf0d652a095b3255430ab7c10bea1b642.zip |
ARM: dts: exynos: Include common exynos5 in exynos5410.dtsi
The exynos5.dtsi is used for common nodes shared between Exynos5250 and
Exynos542x. Since Exynos5410 is very similar to Exynos5420 it can
include the common file as well to remove duplication and make
everything more consistent.
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com>
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 0f6429e1b75c..777fcf2edd79 100644 --- a/arch/arm/boot/dts/exynos5410-smdk5410.dts +++ b/arch/arm/boot/dts/exynos5410-smdk5410.dts @@ -102,14 +102,14 @@ }; }; -&uart0 { +&serial_0 { status = "okay"; }; -&uart1 { +&serial_1 { status = "okay"; }; -&uart2 { +&serial_2 { status = "okay"; }; |