Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1630147 > unrolled thread

[PATCH] arm64: dts: exynos: Remove the te-gpios property in the TM2 boards

Started byHoegeun Kwon <hoegeun.kwon@samsung.com>
First post2017-04-25 04:00 +0200
Last post2017-04-26 09:30 +0200
Articles 3 — 3 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH] arm64: dts: exynos: Remove the te-gpios property in the TM2  boards Hoegeun Kwon <hoegeun.kwon@samsung.com> - 2017-04-25 04:00 +0200
    Re: [PATCH] arm64: dts: exynos: Remove the te-gpios property in the  TM2 boards Inki Dae <inki.dae@samsung.com> - 2017-04-25 09:20 +0200
    Re: [PATCH] arm64: dts: exynos: Remove the te-gpios property in the  TM2 boards Krzysztof Kozlowski <krzk@kernel.org> - 2017-04-26 09:30 +0200

#1630147 — [PATCH] arm64: dts: exynos: Remove the te-gpios property in the TM2 boards

FromHoegeun Kwon <hoegeun.kwon@samsung.com>
Date2017-04-25 04:00 +0200
Subject[PATCH] arm64: dts: exynos: Remove the te-gpios property in the TM2 boards
Message-ID<tzXVL-6sb-1@gated-at.bofh.it>
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>
---
 arch/arm64/boot/dts/exynos/exynos5433-tm2.dts | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm64/boot/dts/exynos/exynos5433-tm2.dts b/arch/arm64/boot/dts/exynos/exynos5433-tm2.dts
index 3ff9527..23191eb 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>;
 	};
 };
 
-- 
1.9.1

[toc] | [next] | [standalone]


#1630246 — Re: [PATCH] arm64: dts: exynos: Remove the te-gpios property in the TM2 boards

FromInki Dae <inki.dae@samsung.com>
Date2017-04-25 09:20 +0200
SubjectRe: [PATCH] arm64: dts: exynos: Remove the te-gpios property in the TM2 boards
Message-ID<tA2Vr-1xZ-17@gated-at.bofh.it>
In reply to#1630147

2017년 04월 25일 10:54에 Hoegeun Kwon 이(가) 쓴 글:
> 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>
> ---
>  arch/arm64/boot/dts/exynos/exynos5433-tm2.dts | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/arch/arm64/boot/dts/exynos/exynos5433-tm2.dts b/arch/arm64/boot/dts/exynos/exynos5433-tm2.dts
> index 3ff9527..23191eb 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>;

Reviewed-by: Inki Dae <inki.dae@samsung.com>

Thanks,
Inki Dae

>  	};
>  };
>  
> 

[toc] | [prev] | [next] | [standalone]


#1631204 — Re: [PATCH] arm64: dts: exynos: Remove the te-gpios property in the TM2 boards

FromKrzysztof Kozlowski <krzk@kernel.org>
Date2017-04-26 09:30 +0200
SubjectRe: [PATCH] arm64: dts: exynos: Remove the te-gpios property in the TM2 boards
Message-ID<tApyF-7vI-7@gated-at.bofh.it>
In reply to#1630147
On Tue, Apr 25, 2017 at 3:54 AM, Hoegeun Kwon <hoegeun.kwon@samsung.com> wrote:
> 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>
> ---
>  arch/arm64/boot/dts/exynos/exynos5433-tm2.dts | 1 -
>  1 file changed, 1 deletion(-)
>

Looks correct. It is too late for me for v4.12 so I will pick it up
for v4.13. For my reference:
Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org>

Best regards,
Krzysztof

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web