linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: exynos: Remove the te-gpios property in the TM2 boards
       [not found] <CGME20170425015437epcas5p43549d47e69519f43d89ba2de496ba451@epcas5p4.samsung.com>
@ 2017-04-25  1:54 ` Hoegeun Kwon
  2017-04-25  7:12   ` Inki Dae
                     ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Hoegeun Kwon @ 2017-04-25  1:54 UTC (permalink / raw)
  To: robh+dt, mark.rutland, catalin.marinas, will.deacon, kgene, krzk
  Cc: javier, devicetree, linux-arm-kernel, linux-samsung-soc,
	linux-kernel, a.hajda, 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>;
 	};
 };
 
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] arm64: dts: exynos: Remove the te-gpios property in the TM2 boards
  2017-04-25  1:54 ` [PATCH] arm64: dts: exynos: Remove the te-gpios property in the TM2 boards Hoegeun Kwon
@ 2017-04-25  7:12   ` Inki Dae
  2017-04-26  7:22   ` Krzysztof Kozlowski
  2017-05-15 16:55   ` Krzysztof Kozlowski
  2 siblings, 0 replies; 4+ messages in thread
From: Inki Dae @ 2017-04-25  7:12 UTC (permalink / raw)
  To: Hoegeun Kwon, robh+dt, mark.rutland, catalin.marinas,
	will.deacon, kgene, krzk
  Cc: javier, devicetree, linux-arm-kernel, linux-samsung-soc,
	linux-kernel, a.hajda



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

>  	};
>  };
>  
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] arm64: dts: exynos: Remove the te-gpios property in the TM2 boards
  2017-04-25  1:54 ` [PATCH] arm64: dts: exynos: Remove the te-gpios property in the TM2 boards Hoegeun Kwon
  2017-04-25  7:12   ` Inki Dae
@ 2017-04-26  7:22   ` Krzysztof Kozlowski
  2017-05-15 16:55   ` Krzysztof Kozlowski
  2 siblings, 0 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2017-04-26  7:22 UTC (permalink / raw)
  To: Hoegeun Kwon
  Cc: robh+dt, mark.rutland, catalin.marinas, will.deacon, kgene,
	Javier Martinez Canillas, devicetree, linux-arm-kernel,
	linux-samsung-soc, linux-kernel, a.hajda

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] arm64: dts: exynos: Remove the te-gpios property in the TM2 boards
  2017-04-25  1:54 ` [PATCH] arm64: dts: exynos: Remove the te-gpios property in the TM2 boards Hoegeun Kwon
  2017-04-25  7:12   ` Inki Dae
  2017-04-26  7:22   ` Krzysztof Kozlowski
@ 2017-05-15 16:55   ` Krzysztof Kozlowski
  2 siblings, 0 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2017-05-15 16:55 UTC (permalink / raw)
  To: Hoegeun Kwon
  Cc: robh+dt, mark.rutland, catalin.marinas, will.deacon, kgene,
	javier, devicetree, linux-arm-kernel, linux-samsung-soc,
	linux-kernel, a.hajda

On Tue, Apr 25, 2017 at 10:54:21AM +0900, Hoegeun Kwon 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(-)
> 

Thanks, applied.

Best regards,
Krzysztof

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-05-15 16:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CGME20170425015437epcas5p43549d47e69519f43d89ba2de496ba451@epcas5p4.samsung.com>
2017-04-25  1:54 ` [PATCH] arm64: dts: exynos: Remove the te-gpios property in the TM2 boards Hoegeun Kwon
2017-04-25  7:12   ` Inki Dae
2017-04-26  7:22   ` Krzysztof Kozlowski
2017-05-15 16:55   ` Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).