From c17664980987fdfc01e3d3c7edb80d3d039d4f9e Mon Sep 17 00:00:00 2001 From: Sandy Huang Date: Mon, 12 Apr 2021 11:47:17 +0800 Subject: [PATCH] arm64: dts: rockchip: rk3568: set display endpoint default as disabled Change-Id: I3e8544ca6764aaa6c4327ad58e227a5e091e7dc9 Signed-off-by: Sandy Huang --- arch/arm64/boot/dts/rockchip/rk3568.dtsi | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/arch/arm64/boot/dts/rockchip/rk3568.dtsi b/arch/arm64/boot/dts/rockchip/rk3568.dtsi index b69fd56d14d6..b5250f1cc1c6 100644 --- a/arch/arm64/boot/dts/rockchip/rk3568.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk3568.dtsi @@ -712,11 +712,13 @@ lvds_in_vp1: endpoint@1 { reg = <1>; remote-endpoint = <&vp1_out_lvds>; + status = "disabled"; }; lvds_in_vp2: endpoint@2 { reg = <2>; remote-endpoint = <&vp2_out_lvds>; + status = "disabled"; }; }; }; @@ -740,6 +742,7 @@ rgb_in_vp2: endpoint@2 { reg = <2>; remote-endpoint = <&vp2_out_rgb>; + status = "disabled"; }; }; }; @@ -1741,11 +1744,13 @@ dsi0_in_vp0: endpoint@0 { reg = <0>; remote-endpoint = <&vp0_out_dsi0>; + status = "disabled"; }; dsi0_in_vp1: endpoint@1 { reg = <1>; remote-endpoint = <&vp1_out_dsi0>; + status = "disabled"; }; }; }; @@ -1779,11 +1784,13 @@ dsi1_in_vp0: endpoint@0 { reg = <0>; remote-endpoint = <&vp0_out_dsi1>; + status = "disabled"; }; dsi1_in_vp1: endpoint@1 { reg = <1>; remote-endpoint = <&vp1_out_dsi1>; + status = "disabled"; }; }; }; @@ -1819,10 +1826,12 @@ hdmi_in_vp0: endpoint@0 { reg = <0>; remote-endpoint = <&vp0_out_hdmi>; + status = "disabled"; }; hdmi_in_vp1: endpoint@1 { reg = <1>; remote-endpoint = <&vp1_out_hdmi>; + status = "disabled"; }; }; }; @@ -1854,11 +1863,13 @@ edp_in_vp0: endpoint@0 { reg = <0>; remote-endpoint = <&vp0_out_edp>; + status = "disabled"; }; edp_in_vp1: endpoint@1 { reg = <1>; remote-endpoint = <&vp1_out_edp>; + status = "disabled"; }; }; };