arm: dts: rk3288: add dts for rk3288 evb with act8846 and edp

Change-Id: I861ebd4f6fbe04809f1d450d1a6fd139125c9f67
Signed-off-by: Xu Jianqun <jay.xu@rock-chips.com>
This commit is contained in:
Xu Jianqun
2017-05-15 10:48:58 +08:00
committed by Huang, Tao
parent 7308df8748
commit c95e3c2086
2 changed files with 34 additions and 1 deletions

View File

@@ -521,7 +521,7 @@ dtb-$(CONFIG_ARCH_ROCKCHIP) += \
rk3228-evb.dtb \
rk3229-echo-v10.dtb \
rk3229-evb.dtb \
rk3288-evb-act8846.dtb \
rk3288-evb-act8846-edp.dtb \
rk3288-evb-rk808.dtb \
rk3288-evb-rk818-edp.dtb \
rk3288-evb-rk818-mipi.dtb \

View File

@@ -246,8 +246,41 @@
};
};
&edp {
status = "okay";
};
&edp_panel {
compatible ="lg,lp079qx1-sp0v", "simple-panel";
enable-gpios = <&gpio7 4 GPIO_ACTIVE_HIGH>;
pinctrl-0 = <&lcd_cs>;
power-supply = <&vcc_lcd>;
delay,prepare = <120>;
status = "okay";
disp_timings: display-timings {
native-mode = <&timing0>;
timing0: timing0 {
clock-frequency = <200000000>;
hactive = <1536>;
vactive = <2048>;
hfront-porch = <12>;
hsync-len = <16>;
hback-porch = <48>;
vfront-porch = <8>;
vsync-len = <4>;
vback-porch = <8>;
hsync-active = <0>;
vsync-active = <0>;
de-active = <0>;
pixelclk-active = <0>;
};
};
};
&edp_phy {
status = "okay";
};
&i2c1 {