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


Groups > linux.kernel > #1666618

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

From Hoegeun Kwon <hoegeun.kwon@samsung.com>
Newsgroups linux.kernel
Subject [PATCH v2 4/4] ARM: dts: exynos: Remove the display-timing and delay from rinato dts
Date 2017-06-15 12:10 +0200
Message-ID <tSzSW-18C-25@gated-at.bofh.it> (permalink)
References <tSzSV-18C-11@gated-at.bofh.it> <tSzSW-18C-27@gated-at.bofh.it> <tSzSV-18C-11@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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 de2702e..3df88383 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_LOW>;
 		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

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH v2 0/4] Add support for the s6e63j0x03 panel on Rinato board Hoegeun Kwon <hoegeun.kwon@samsung.com> - 2017-06-15 12:10 +0200
  [PATCH v2 1/4] dt-bindings: Add support for samsung s6e63j0x03  panel binding Hoegeun Kwon <hoegeun.kwon@samsung.com> - 2017-06-15 12:10 +0200
  [PATCH v2 3/4] ARM: dts: exynos: Fix the active of reset gpios from  rinato dts Hoegeun Kwon <hoegeun.kwon@samsung.com> - 2017-06-15 12:10 +0200
    Re: [PATCH v2 3/4] ARM: dts: exynos: Fix the active of reset gpios  from rinato dts Krzysztof Kozlowski <krzk@kernel.org> - 2017-06-16 18:30 +0200
  [PATCH v2 4/4] ARM: dts: exynos: Remove the display-timing and  delay from rinato dts Hoegeun Kwon <hoegeun.kwon@samsung.com> - 2017-06-15 12:10 +0200
  [PATCH v2 2/4] drm/panel: Add support for s6e63j0x03 panel driver Hoegeun Kwon <hoegeun.kwon@samsung.com> - 2017-06-15 12:10 +0200
    Re: [PATCH v2 2/4] drm/panel: Add support for s6e63j0x03 panel driver Andrzej Hajda <a.hajda@samsung.com> - 2017-06-19 11:20 +0200

csiph-web