diff options
author | Simon Glass <sjg@chromium.org> | 2014-10-20 19:48:30 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2014-10-22 10:34:08 -0600 |
commit | dd54739dc4eeacf8972a5dc4f2cbdd85a7b7d27c (patch) | |
tree | 809364fed3ea39af52756e74d28ead7316eafdbd /arch/arm/dts/exynos4412-trats2.dts | |
parent | 2fdd7d9e1a7537496203e23c4ba0f4d35b60aa81 (diff) | |
download | u-boot-imx-dd54739dc4eeacf8972a5dc4f2cbdd85a7b7d27c.zip u-boot-imx-dd54739dc4eeacf8972a5dc4f2cbdd85a7b7d27c.tar.gz u-boot-imx-dd54739dc4eeacf8972a5dc4f2cbdd85a7b7d27c.tar.bz2 |
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/exynos4412-trats2.dts')
-rw-r--r-- | arch/arm/dts/exynos4412-trats2.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/exynos4412-trats2.dts b/arch/arm/dts/exynos4412-trats2.dts index 9d22de7..3b1e458 100644 --- a/arch/arm/dts/exynos4412-trats2.dts +++ b/arch/arm/dts/exynos4412-trats2.dts @@ -8,7 +8,7 @@ */ /dts-v1/; -#include "exynos4.dtsi" +#include "exynos4412.dtsi" / { model = "Samsung Trats2 based on Exynos4412"; |