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/exynos4.dtsi | |
parent | 2b2b50bc8748bf1ddb2d96da7157f9eecbe24961 (diff) |
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/exynos4.dtsi')
-rw-r--r-- | arch/arm/dts/exynos4.dtsi | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/arm/dts/exynos4.dtsi b/arch/arm/dts/exynos4.dtsi index 77fad48fb4b..3c983edeb23 100644 --- a/arch/arm/dts/exynos4.dtsi +++ b/arch/arm/dts/exynos4.dtsi @@ -143,11 +143,4 @@ interrupts = <0 131 0>; }; - gpio: gpio { - gpio-controller; - #gpio-cells = <2>; - - interrupt-controller; - #interrupt-cells = <2>; - }; }; |