Commit 0025fac1 authored by Sibi Sankar's avatar Sibi Sankar Committed by Bjorn Andersson

arm64: dts: qcom: sc7280: Update Q6V5 MSS node

Update MSS node to support MSA based modem boot on SC7280 SoCs.
Signed-off-by: default avatarSibi Sankar <sibis@codeaurora.org>
Reviewed-by: default avatarStephen Boyd <swboyd@chromium.org>
Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/1631886935-14691-11-git-send-email-sibis@codeaurora.org
parent 4882cafb
...@@ -306,6 +306,13 @@ &qupv3_id_1 { ...@@ -306,6 +306,13 @@ &qupv3_id_1 {
status = "okay"; status = "okay";
}; };
&remoteproc_mpss {
status = "okay";
compatible = "qcom,sc7280-mss-pil";
iommus = <&apps_smmu 0x124 0x0>, <&apps_smmu 0x488 0x7>;
memory-region = <&mba_mem &mpss_mem>;
};
&sdhc_1 { &sdhc_1 {
status = "okay"; status = "okay";
......
...@@ -1761,7 +1761,8 @@ adreno_smmu: iommu@3da0000 { ...@@ -1761,7 +1761,8 @@ adreno_smmu: iommu@3da0000 {
remoteproc_mpss: remoteproc@4080000 { remoteproc_mpss: remoteproc@4080000 {
compatible = "qcom,sc7280-mpss-pas"; compatible = "qcom,sc7280-mpss-pas";
reg = <0 0x04080000 0 0x10000>; reg = <0 0x04080000 0 0x10000>, <0 0x04180000 0 0x48>;
reg-names = "qdsp6", "rmb";
interrupts-extended = <&intc GIC_SPI 264 IRQ_TYPE_EDGE_RISING>, interrupts-extended = <&intc GIC_SPI 264 IRQ_TYPE_EDGE_RISING>,
<&modem_smp2p_in 0 IRQ_TYPE_EDGE_RISING>, <&modem_smp2p_in 0 IRQ_TYPE_EDGE_RISING>,
...@@ -1772,8 +1773,12 @@ remoteproc_mpss: remoteproc@4080000 { ...@@ -1772,8 +1773,12 @@ remoteproc_mpss: remoteproc@4080000 {
interrupt-names = "wdog", "fatal", "ready", "handover", interrupt-names = "wdog", "fatal", "ready", "handover",
"stop-ack", "shutdown-ack"; "stop-ack", "shutdown-ack";
clocks = <&rpmhcc RPMH_CXO_CLK>; clocks = <&gcc GCC_MSS_CFG_AHB_CLK>,
clock-names = "xo"; <&gcc GCC_MSS_OFFLINE_AXI_CLK>,
<&gcc GCC_MSS_SNOC_AXI_CLK>,
<&rpmhcc RPMH_PKA_CLK>,
<&rpmhcc RPMH_CXO_CLK>;
clock-names = "iface", "offline", "snoc_axi", "pka", "xo";
power-domains = <&rpmhpd SC7280_CX>, power-domains = <&rpmhpd SC7280_CX>,
<&rpmhpd SC7280_MSS>; <&rpmhpd SC7280_MSS>;
...@@ -1786,6 +1791,14 @@ remoteproc_mpss: remoteproc@4080000 { ...@@ -1786,6 +1791,14 @@ remoteproc_mpss: remoteproc@4080000 {
qcom,smem-states = <&modem_smp2p_out 0>; qcom,smem-states = <&modem_smp2p_out 0>;
qcom,smem-state-names = "stop"; qcom,smem-state-names = "stop";
resets = <&aoss_reset AOSS_CC_MSS_RESTART>,
<&pdc_reset PDC_MODEM_SYNC_RESET>;
reset-names = "mss_restart", "pdc_reset";
qcom,halt-regs = <&tcsr_mutex 0x23000 0x25000 0x28000 0x33000>;
qcom,ext-regs = <&tcsr 0x10000 0x10004 &tcsr_mutex 0x26004 0x26008>;
qcom,qaccept-regs = <&tcsr_mutex 0x23030 0x23040 0x23020>;
status = "disabled"; status = "disabled";
glink-edge { glink-edge {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment