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

Add smmu secure, unsecure, wb1, wb2 DT node on tuna target.

Change-Id: Iae9cfd130a704773f63e3fbb1ab2f1b20a09681d
Signed-off-by: Akash Gajjar <quic_agajjar@quicinc.com>
This commit is contained in:
Akash Gajjar
2024-10-03 10:51:13 +05:30
parent a0472afd5f
commit b37f917737

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 {