Merge "ARM: dts: msm: enable display connectors on tuna target"

This commit is contained in:
QCTECMDR Service
2024-10-30 02:46:34 -07:00
committed by Gerrit - the friendly Code Review server

View File

@@ -7,6 +7,21 @@
#include "tuna-sde-display-common.dtsi"
&soc {
sde_wb1: qcom,wb-display@1 {
compatible = "qcom,wb-display";
cell-index = <0>;
label = "wb_display1";
clocks = <&dispcc DISP_CC_MDSS_MDP_CLK>;
clock-names = "mdp_core_clk";
};
sde_wb2: qcom,wb-display@2 {
compatible = "qcom,wb-display";
cell-index = <1>;
label = "wb_display2";
clocks = <&dispcc DISP_CC_MDSS_MDP_CLK>;
clock-names = "mdp_core_clk";
};
};
&sde_dsi {
@@ -68,7 +83,7 @@
};
&mdss_mdp {
connectors = <&sde_dsi &sde_dsi1>;
connectors = <&sde_dsi &sde_dsi1 &smmu_sde_unsec &smmu_sde_sec &sde_wb1 &sde_wb2>;
};
&dsi_nt37801_amoled_cmd {