diff options
author | Simon Glass <sjg@chromium.org> | 2015-01-05 20:05:42 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-01-29 17:09:53 -0700 |
commit | 6f755eb66bbbdf1186b3aaae245ac9fc255def46 (patch) | |
tree | 30d1bfb933e7165645cba4afc9db8594019c57e6 /arch/arm/dts/exynos5.dtsi | |
parent | 2b2b50bc8748bf1ddb2d96da7157f9eecbe24961 (diff) | |
download | u-boot-imx-6f755eb66bbbdf1186b3aaae245ac9fc255def46.zip u-boot-imx-6f755eb66bbbdf1186b3aaae245ac9fc255def46.tar.gz u-boot-imx-6f755eb66bbbdf1186b3aaae245ac9fc255def46.tar.bz2 |
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.dtsi | 4 |
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 { - }; }; |