mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
arm64: dts: rockchip: rk3568: set display endpoint default as disabled
Change-Id: I3e8544ca6764aaa6c4327ad58e227a5e091e7dc9 Signed-off-by: Sandy Huang <hjc@rock-chips.com>
This commit is contained in:
@@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user