diff options
author | Hoegeun Kwon <hoegeun.kwon@samsung.com> | 2017-04-25 10:54:21 +0900 |
---|---|---|
committer | Krzysztof Kozlowski <krzk@kernel.org> | 2017-05-15 18:55:25 +0200 |
commit | 2f7337c3f3fa1ef6c4c862a96b1349f571df34c8 (patch) | |
tree | 8870260ea318de7bcc1653021dd86cf7e8e39171 | |
parent | 2ea659a9ef488125eb46da6eb571de5eae5c43f6 (diff) | |
download | linux-2f7337c3f3fa1ef6c4c862a96b1349f571df34c8.tar.bz2 |
arm64: dts: exynos: Remove the te-gpios property in the TM2 boards
The decon uses HW-TRIGGER, so TE interrupt is not necessary.
Therefore, remove the te-gpios property in the TM2 dts.
Signed-off-by: Hoegeun Kwon <hoegeun.kwon@samsung.com>
Reviewed-by: Inki Dae <inki.dae@samsung.com>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
-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 @@ vci-supply = <&ldo28_reg>; reset-gpios = <&gpg0 0 GPIO_ACTIVE_LOW>; enable-gpios = <&gpf1 5 GPIO_ACTIVE_HIGH>; - te-gpios = <&gpf1 3 GPIO_ACTIVE_HIGH>; }; }; |