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/exynos4.dtsi | |
parent | 2fdd7d9e1a7537496203e23c4ba0f4d35b60aa81 (diff) | |
download | u-boot-dd54739dc4eeacf8972a5dc4f2cbdd85a7b7d27c.tar.gz |
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/exynos4.dtsi')
-rw-r--r-- | arch/arm/dts/exynos4.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/dts/exynos4.dtsi b/arch/arm/dts/exynos4.dtsi index 6b8351607e..77fad48fb4 100644 --- a/arch/arm/dts/exynos4.dtsi +++ b/arch/arm/dts/exynos4.dtsi @@ -10,6 +10,13 @@ #include "skeleton.dtsi" / { + combiner: interrupt-controller@10440000 { + compatible = "samsung,exynos4210-combiner"; + #interrupt-cells = <2>; + interrupt-controller; + reg = <0x10440000 0x1000>; + }; + serial@13800000 { compatible = "samsung,exynos4210-uart"; reg = <0x13800000 0x3c>; |