diff options
author | Olof Johansson <olof@lixom.net> | 2017-06-18 22:11:03 -0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2017-06-18 22:11:03 -0400 |
commit | c7404287ebfb906d5cb92198673ae7e323ff620e (patch) | |
tree | 5668a609712f76ec89a98a5840e2df188e839d76 | |
parent | b21af9751afab281d88617ff68cdca64bab88d4d (diff) | |
parent | 2f7337c3f3fa1ef6c4c862a96b1349f571df34c8 (diff) |
Merge tag 'samsung-dt64-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into next/dt64
Samsung DeviceTree ARM64 update for v4.13:
1. Remove unneeded TE interrupt gpio property.
* tag 'samsung-dt64-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux:
arm64: dts: exynos: Remove the te-gpios property in the TM2 boards
Signed-off-by: Olof Johansson <olof@lixom.net>
-rw-r--r-- | arch/arm64/boot/dts/exynos/exynos5433-tm2.dts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/exynos/exynos5433-tm2.dts b/arch/arm64/boot/dts/exynos/exynos5433-tm2.dts index 3ff95277a8ec..23191eb9397c 100644 --- a/arch/arm64/boot/dts/exynos/exynos5433-tm2.dts +++ b/arch/arm64/boot/dts/exynos/exynos5433-tm2.dts | |||
@@ -60,7 +60,6 @@ | |||
60 | vci-supply = <&ldo28_reg>; | 60 | vci-supply = <&ldo28_reg>; |
61 | reset-gpios = <&gpg0 0 GPIO_ACTIVE_LOW>; | 61 | reset-gpios = <&gpg0 0 GPIO_ACTIVE_LOW>; |
62 | enable-gpios = <&gpf1 5 GPIO_ACTIVE_HIGH>; | 62 | enable-gpios = <&gpf1 5 GPIO_ACTIVE_HIGH>; |
63 | te-gpios = <&gpf1 3 GPIO_ACTIVE_HIGH>; | ||
64 | }; | 63 | }; |
65 | }; | 64 | }; |
66 | 65 | ||