ARM64: dts: rk3399: don't let VOP LIT first to select eDP device

The endpoint order would decide the priority of connector devices,
the higher the priority ranking.

For now eDP can't light up with VOP Lit, so we need to cut down
the priority that eDP in VOP Lit, and raise up the priority that
MIPI in VOP Lit.

Change-Id: Ide4e321f03cf7ad5080c6db7f9230962963a3eb8
Signed-off-by: Yakir Yang <ykk@rock-chips.com>
This commit is contained in:
Yakir Yang
2016-04-14 09:29:23 +08:00
parent 602f4f79c8
commit 1d867a6619

View File

@@ -1017,14 +1017,14 @@
#address-cells = <1>;
#size-cells = <0>;
vopl_out_edp: endpoint@0 {
vopl_out_mipi: endpoint@0 {
reg = <0>;
remote-endpoint = <&edp_in_vopl>;
remote-endpoint = <&mipi_in_vopl>;
};
vopl_out_mipi: endpoint@1 {
vopl_out_edp: endpoint@1 {
reg = <1>;
remote-endpoint = <&mipi_in_vopl>;
remote-endpoint = <&edp_in_vopl>;
};
};
};