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"; }; }; };