diff options
author | Hoegeun Kwon <hoegeun.kwon@samsung.com> | 2017-09-18 05:54:24 +0300 |
---|---|---|
committer | Krzysztof Kozlowski <krzk@kernel.org> | 2017-09-18 20:05:11 +0300 |
commit | 1b58f1947a2fc0520932a6173f63a63befa7fc87 (patch) | |
tree | fa14df0c39880b784870572cb780d5e4f1bb2d9d | |
parent | 178465474c216439e3b683017a11a5c68ea0c05a (diff) | |
download | linux-1b58f1947a2fc0520932a6173f63a63befa7fc87.tar.xz |
ARM: dts: exynos: Remove the display-timing and delay from Rinato
The display-timing and delay are included in the panel driver so they
should be removed from dts.
Signed-off-by: Hoegeun Kwon <hoegeun.kwon@samsung.com>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
-rw-r--r-- | arch/arm/boot/dts/exynos3250-rinato.dts | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/arch/arm/boot/dts/exynos3250-rinato.dts b/arch/arm/boot/dts/exynos3250-rinato.dts index 0b45467d77a8..ff792ff169eb 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>; - }; - }; }; }; |