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


Groups > linux.kernel > #1661915 > unrolled thread

[PATCH 3/3] ARM: dts: exynos: Remove the display-timing and delay from rinato dts

Started byHoegeun Kwon <hoegeun.kwon@samsung.com>
First post2017-06-09 07:10 +0200
Last post2017-06-09 10:40 +0200
Articles 3 — 2 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 3/3] ARM: dts: exynos: Remove the display-timing and delay  from rinato dts Hoegeun Kwon <hoegeun.kwon@samsung.com> - 2017-06-09 07:10 +0200
    Re: [PATCH 3/3] ARM: dts: exynos: Remove the display-timing and  delay from rinato dts Krzysztof Kozlowski <krzk@kernel.org> - 2017-06-09 09:50 +0200
      Re: [PATCH 3/3] ARM: dts: exynos: Remove the display-timing and  delay from rinato dts Hoegeun Kwon <hoegeun.kwon@samsung.com> - 2017-06-09 10:40 +0200

#1661915 — [PATCH 3/3] ARM: dts: exynos: Remove the display-timing and delay from rinato dts

FromHoegeun Kwon <hoegeun.kwon@samsung.com>
Date2017-06-09 07:10 +0200
Subject[PATCH 3/3] ARM: dts: exynos: Remove the display-timing and delay from rinato dts
Message-ID<tQklj-5JZ-1@gated-at.bofh.it>
The display-timing and delay are included in the panel driver. So it
should be removed in dts.

Signed-off-by: Hoegeun Kwon <hoegeun.kwon@samsung.com>
---
 arch/arm/boot/dts/exynos3250-rinato.dts | 22 ----------------------
 1 file changed, 22 deletions(-)

diff --git a/arch/arm/boot/dts/exynos3250-rinato.dts b/arch/arm/boot/dts/exynos3250-rinato.dts
index 82e676a..3d19b7c 100644
--- a/arch/arm/boot/dts/exynos3250-rinato.dts
+++ b/arch/arm/boot/dts/exynos3250-rinato.dts
@@ -227,28 +227,6 @@
 		vci-supply = <&ldo20_reg>;
 		reset-gpios = <&gpe0 1 GPIO_ACTIVE_HIGH>;
 		te-gpios = <&gpx0 6 GPIO_ACTIVE_HIGH>;
-		power-on-delay= <30>;
-		power-off-delay= <120>;
-		reset-delay = <5>;
-		init-delay = <100>;
-		flip-horizontal;
-		flip-vertical;
-		panel-width-mm = <29>;
-		panel-height-mm = <29>;
-
-		display-timings {
-			timing-0 {
-				clock-frequency = <4600000>;
-				hactive = <320>;
-				vactive = <320>;
-				hfront-porch = <1>;
-				hback-porch = <1>;
-				hsync-len = <1>;
-				vfront-porch = <150>;
-				vback-porch = <1>;
-				vsync-len = <2>;
-			};
-		};
 	};
 };
 
-- 
1.9.1

[toc] | [next] | [standalone]


#1662051 — Re: [PATCH 3/3] ARM: dts: exynos: Remove the display-timing and delay from rinato dts

FromKrzysztof Kozlowski <krzk@kernel.org>
Date2017-06-09 09:50 +0200
SubjectRe: [PATCH 3/3] ARM: dts: exynos: Remove the display-timing and delay from rinato dts
Message-ID<tQmQa-78W-35@gated-at.bofh.it>
In reply to#1661915
On Fri, Jun 09, 2017 at 01:59:14PM +0900, Hoegeun Kwon wrote:
> The display-timing and delay are included in the panel driver. So it
> should be removed in dts.
> 
> Signed-off-by: Hoegeun Kwon <hoegeun.kwon@samsung.com>
> ---
>  arch/arm/boot/dts/exynos3250-rinato.dts | 22 ----------------------
>  1 file changed, 22 deletions(-)

I understand this depends on merging in the panel driver so this will
have to wait till then. I'll take it when panel hits mainline (arm-soc
folks discourage recently cross-tree merges for DT).

Best regards,
Krzysztof

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


#1662098 — Re: [PATCH 3/3] ARM: dts: exynos: Remove the display-timing and delay from rinato dts

FromHoegeun Kwon <hoegeun.kwon@samsung.com>
Date2017-06-09 10:40 +0200
SubjectRe: [PATCH 3/3] ARM: dts: exynos: Remove the display-timing and delay from rinato dts
Message-ID<tQnCy-7E3-15@gated-at.bofh.it>
In reply to#1662051
On 06/09/2017 04:45 PM, Krzysztof Kozlowski wrote:
> On Fri, Jun 09, 2017 at 01:59:14PM +0900, Hoegeun Kwon wrote:
>> The display-timing and delay are included in the panel driver. So it
>> should be removed in dts.
>>
>> Signed-off-by: Hoegeun Kwon <hoegeun.kwon@samsung.com>
>> ---
>>   arch/arm/boot/dts/exynos3250-rinato.dts | 22 ----------------------
>>   1 file changed, 22 deletions(-)
> I understand this depends on merging in the panel driver so this will
> have to wait till then. I'll take it when panel hits mainline (arm-soc
> folks discourage recently cross-tree merges for DT).
>
> Best regards,
> Krzysztof

Thanks for your reply.
I agree with your opinion,
I will wait for the panel driver to merge.

Best regards,
Hoegeun

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web