ARM64: dts: rk3399: chrome: enable eDP support

The RK3399 EVB board is using the LG LP097QX1-SPA1
9.7" 2048x1536 eDP panel.

Change-Id: I837b0a569605591756918b12f56dbaa0b1f3f8d4
Signed-off-by: Yakir Yang <ykk@rock-chips.com>
Signed-off-by: Caesar Wang <wxt@rock-chips.com>
This commit is contained in:
Yakir Yang 2016-04-09 12:28:56 +08:00
parent eb081d3ace
commit 3a830a4ca1

View File

@ -49,6 +49,18 @@ / {
/delete-node/ vdd-log;
/delete-node/ vdd-center;
edp_panel: edp-panel {
compatible = "lg,lp097qx1-spa1", "panel-simple";
backlight = <&backlight>;
power-supply = <&vcc3v3_s0>;
ports {
panel_in_edp: endpoint {
remote-endpoint = <&edp_out_panel>;
};
};
};
};
&mipi_dsi {
@ -61,6 +73,23 @@ panel {
};
};
&edp {
status = "okay";
ports {
edp_out: port@1 {
reg = <1>;
#address-cells = <1>;
#size-cells = <0>;
edp_out_panel: endpoint@0 {
reg = <0>;
remote-endpoint = <&panel_in_edp>;
};
};
};
};
&vopb {
status = "okay";
};