ARM64: dts: rk3399: don't let VOP LIT first to select eDP device
authorYakir Yang <ykk@rock-chips.com>
Thu, 14 Apr 2016 01:29:23 +0000 (09:29 +0800)
committerYakir Yang <ykk@rock-chips.com>
Fri, 15 Apr 2016 10:38:45 +0000 (18:38 +0800)
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>
arch/arm64/boot/dts/rockchip/rk3399.dtsi

index 20d8bf83f1dff5f04ab53e46e04a013cc50ebe87..c4868314f86416156b048e4574b5d5856ef44566 100644 (file)
                        #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>;
                        };
                };
        };