diff options
author | Simon Glass <sjg@chromium.org> | 2014-10-21 01:48:30 (GMT) |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2014-10-22 16:34:08 (GMT) |
commit | dd54739dc4eeacf8972a5dc4f2cbdd85a7b7d27c (patch) | |
tree | 809364fed3ea39af52756e74d28ead7316eafdbd /arch/arm/dts/exynos4210-origen.dts | |
parent | 2fdd7d9e1a7537496203e23c4ba0f4d35b60aa81 (diff) | |
download | u-boot-fsl-qoriq-dd54739dc4eeacf8972a5dc4f2cbdd85a7b7d27c.tar.xz |
dm: exynos: Bring in pinctrl dts files from Linux kernel
Bring in required device tree files for pinctrl from Linux v3.14. These
are initially unchanged and have a number of pieces not needed by U-Boot.
Note that exynos5420 is renamed to exynos54xx here since we want to
support exynos5422 also.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm/dts/exynos4210-origen.dts')
-rw-r--r-- | arch/arm/dts/exynos4210-origen.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/exynos4210-origen.dts b/arch/arm/dts/exynos4210-origen.dts index 556a3a2..dd2476c 100644 --- a/arch/arm/dts/exynos4210-origen.dts +++ b/arch/arm/dts/exynos4210-origen.dts @@ -9,7 +9,7 @@ /dts-v1/; #include "skeleton.dtsi" -#include "exynos4.dtsi" +#include "exynos4210.dtsi" / { model = "Insignal Origen evaluation board based on Exynos4210"; |