mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 20:32:04 +09:00
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:
@@ -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>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user