summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsunghwansoon <hs2704.sung@samsung.com>2017-12-12 15:20:05 +0900
committerJaehoon Chung <jh80.chung@samsung.com>2018-05-30 14:31:05 +0900
commit7a1ef0e5c6326a7b37df3a792ae555e72ab1443f (patch)
treeb3aec679e26d2083327876827a71aa870406b44c
parentc6b2708aa3da75cbb26eadb1f90c811774159e21 (diff)
downloadlinux-artik7-7a1ef0e5c6326a7b37df3a792ae555e72ab1443f.tar.gz
linux-artik7-7a1ef0e5c6326a7b37df3a792ae555e72ab1443f.tar.bz2
linux-artik7-7a1ef0e5c6326a7b37df3a792ae555e72ab1443f.zip
arm: dts: artik533: support new compy board
This patch removes mipi display configuration. This board will not be supporting MIPI/LVDS display. Change-Id: I63dad101c62fad88cec8fef4e4193922c4961a2c Signed-off-by: sunghwansoon <hs2704.sung@samsung.com>
-rw-r--r--arch/arm/boot/dts/s5p4418-artik533-compy.dts42
1 files changed, 0 insertions, 42 deletions
diff --git a/arch/arm/boot/dts/s5p4418-artik533-compy.dts b/arch/arm/boot/dts/s5p4418-artik533-compy.dts
index 3c26a358bfcb..03d25763011b 100644
--- a/arch/arm/boot/dts/s5p4418-artik533-compy.dts
+++ b/arch/arm/boot/dts/s5p4418-artik533-compy.dts
@@ -521,48 +521,6 @@
};
};
-&dp_drm_mipi {
- hs_bitrate = <960>;
- lp_bitrate = <100>;
- status = "ok";
-
- panel@0 {
- compatible = "samsung,s6e8fa0";
- reg = <0>;
- vdd3-supply = <&VCC_LDO0>;
- vci-supply = <&VCC_LDO1>;
- reset-gpio = <&gpio_e 30 0>;
- power-on-delay= <50>;
- reset-delay = <100>;
- init-delay = <100>;
- display-timings {
- timing-0 {
- clock-frequency = <130361520>;
- hactive = <1080>;
- vactive = <1920>;
- hfront-porch = <32>;
- hback-porch = <16>;
- hsync-len = <12>;
- vfront-porch = <12>;
- vback-porch = <3>;
- vsync-len = <1>;
- };
- };
- };
-
- dp_control {
- clk_src_lv0 = <0>;
- clk_div_lv0 = <6>;
- clk_src_lv1 = <7>;
- clk_div_lv1 = <1>;
- out_format = <3>;
- vs_start_offset = <480>;
- ev_start_offset = <480>;
- vs_end_offset = <0>;
- ev_end_offset = <0>;
- };
-};
-
&dp_drm_hdmi {
ddc-i2c-bus = <&i2c_gpio7>;
enable-gpios = <&gpio_a 21 0>;