arm64: dts: rockchip: reasonable alllcation of VOP on rk3399 linux

Most users used 4K monitors with HDMI on RK3399/RK3399PRO platform, but no
more than 2K monitors on EDP/DSI panels.

So the reasonable that HDMI connected to VOPB control, and EDP/DSI shound
be connected to VOPL.

Change-Id: Id97efc5d6d534c302aa52ad00e705c093457f41e
Signed-off-by: Caesar Wang <wxt@rock-chips.com>
This commit is contained in:
Caesar Wang
2019-06-14 10:10:28 +08:00
committed by Tao Huang
parent eda2124949
commit c3f028f9df
4 changed files with 15 additions and 7 deletions

View File

@@ -166,7 +166,7 @@
logo,kernel = "logo_kernel.bmp";
logo,mode = "center";
charge_logo,mode = "center";
connect = <&vopl_out_hdmi>;
connect = <&vopb_out_hdmi>;
};
route_dsi: route-dsi {
@@ -175,7 +175,7 @@
logo,kernel = "logo_kernel.bmp";
logo,mode = "center";
charge_logo,mode = "center";
connect = <&vopb_out_dsi>;
connect = <&vopl_out_dsi>;
};
route_edp: route-edp {
@@ -184,7 +184,7 @@
logo,kernel = "logo_kernel.bmp";
logo,mode = "center";
charge_logo,mode = "center";
connect = <&vopb_out_edp>;
connect = <&vopl_out_edp>;
};
};
};

View File

@@ -296,6 +296,10 @@
};
};
&edp_in_vopb {
status = "disabled";
};
&hdmi {
pinctrl-names = "default";
pinctrl-0 = <&hdmi_i2c_xfer>, <&hdmi_cec>;
@@ -305,6 +309,10 @@
status = "okay";
};
&hdmi_in_vopl {
status = "disabled";
};
&i2c1 {
status = "okay";

View File

@@ -286,7 +286,7 @@
};
};
&edp_in_vopl {
&edp_in_vopb {
status = "disabled";
};
@@ -329,7 +329,7 @@
<000000000 0x0000 0x0000 0x0000>;
};
&hdmi_in_vopb {
&hdmi_in_vopl {
status = "disabled";
};

View File

@@ -291,7 +291,7 @@
};
};
&edp_in_vopl {
&edp_in_vopb {
status = "disabled";
};
@@ -334,7 +334,7 @@
<000000000 0x0000 0x0000 0x0000>;
};
&hdmi_in_vopb {
&hdmi_in_vopl {
status = "disabled";
};