From 1d867a66190540bef05791f3dc2febecf16d123c Mon Sep 17 00:00:00 2001 From: Yakir Yang Date: Thu, 14 Apr 2016 09:29:23 +0800 Subject: [PATCH 1/1] 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 --- arch/arm64/boot/dts/rockchip/rk3399.dtsi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/arm64/boot/dts/rockchip/rk3399.dtsi b/arch/arm64/boot/dts/rockchip/rk3399.dtsi index 20d8bf83f1df..c4868314f864 100644 --- a/arch/arm64/boot/dts/rockchip/rk3399.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk3399.dtsi @@ -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>; }; }; }; -- 2.34.1