summaryrefslogtreecommitdiff
path: root/arch/arm/dts/exynos5.dtsi
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-01-06 03:05:42 (GMT)
committerSimon Glass <sjg@chromium.org>2015-01-30 00:09:53 (GMT)
commit6f755eb66bbbdf1186b3aaae245ac9fc255def46 (patch)
tree30d1bfb933e7165645cba4afc9db8594019c57e6 /arch/arm/dts/exynos5.dtsi
parent2b2b50bc8748bf1ddb2d96da7157f9eecbe24961 (diff)
downloadu-boot-6f755eb66bbbdf1186b3aaae245ac9fc255def46.tar.xz
dm: exynos: dts: Use GPIO bank phandles for GPIOs
U-Boot now supports using GPIOs using bank phandles instead of global numbers. Update the exynos device tree files to use this. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'arch/arm/dts/exynos5.dtsi')
-rw-r--r--arch/arm/dts/exynos5.dtsi4
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/arm/dts/exynos5.dtsi b/arch/arm/dts/exynos5.dtsi
index e539068..238acb8 100644
--- a/arch/arm/dts/exynos5.dtsi
+++ b/arch/arm/dts/exynos5.dtsi
@@ -6,6 +6,7 @@
*/
#include "skeleton.dtsi"
+#include <dt-bindings/gpio/gpio.h>
/ {
compatible = "samsung,exynos5";
@@ -247,7 +248,4 @@
u-boot,dm-pre-reloc;
id = <3>;
};
-
- gpio: gpio {
- };
};