]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
ARM: dts: msm8974: Add modem remoteproc node
authorBjorn Andersson <bjorn.andersson@linaro.org>
Thu, 14 Nov 2019 17:53:48 +0000 (18:53 +0100)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Fri, 13 Dec 2019 01:18:51 +0000 (17:18 -0800)
Add the remoteproc node for the modem on msm8974.

Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
[luca@z3ntu.xyz: cleanups, add label to smd-edge node]
Signed-off-by: Luca Weiss <luca@z3ntu.xyz>
Link: https://lore.kernel.org/r/20191114175348.288976-1-luca@z3ntu.xyz
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
arch/arm/boot/dts/qcom-msm8974.dtsi

index e8f4f37d533d6e86109e81f30d6f16cae27cb7ad..2df13048051c6cf918a8412eb9935633e667de2d 100644 (file)
                #size-cells = <1>;
                ranges;
 
-               mpss@8000000 {
+               mpss_region: mpss@8000000 {
                        reg = <0x08000000 0x5100000>;
                        no-map;
                };
 
-               mba@d100000 {
+               mba_region: mba@d100000 {
                        reg = <0x0d100000 0x100000>;
                        no-map;
                };
                };
 
                rmtfs@fd80000 {
+                       compatible = "qcom,rmtfs-mem";
                        reg = <0x0fd80000 0x180000>;
                        no-map;
+
+                       qcom,client-id = <1>;
                };
        };
 
                        clock-names = "core";
                };
 
+               remoteproc@fc880000 {
+                       compatible = "qcom,msm8974-mss-pil";
+                       reg = <0xfc880000 0x100>, <0xfc820000 0x020>;
+                       reg-names = "qdsp6", "rmb";
+
+                       interrupts-extended = <&intc GIC_SPI 24 IRQ_TYPE_EDGE_RISING>,
+                                             <&modem_smp2p_in 0 IRQ_TYPE_EDGE_RISING>,
+                                             <&modem_smp2p_in 1 IRQ_TYPE_EDGE_RISING>,
+                                             <&modem_smp2p_in 2 IRQ_TYPE_EDGE_RISING>,
+                                             <&modem_smp2p_in 3 IRQ_TYPE_EDGE_RISING>;
+                       interrupt-names = "wdog", "fatal", "ready", "handover", "stop-ack";
+
+                       clocks = <&gcc GCC_MSS_Q6_BIMC_AXI_CLK>,
+                                <&gcc GCC_MSS_CFG_AHB_CLK>,
+                                <&gcc GCC_BOOT_ROM_AHB_CLK>,
+                                <&xo_board>;
+                       clock-names = "iface", "bus", "mem", "xo";
+
+                       resets = <&gcc GCC_MSS_RESTART>;
+                       reset-names = "mss_restart";
+
+                       cx-supply = <&pm8841_s2>;
+                       mss-supply = <&pm8841_s3>;
+                       mx-supply = <&pm8841_s1>;
+                       pll-supply = <&pm8941_l12>;
+
+                       qcom,halt-regs = <&tcsr_mutex_block 0x1180 0x1200 0x1280>;
+
+                       qcom,smem-states = <&modem_smp2p_out 0>;
+                       qcom,smem-state-names = "stop";
+
+                       mba {
+                               memory-region = <&mba_region>;
+                       };
+
+                       mpss {
+                               memory-region = <&mpss_region>;
+                       };
+
+                       smd-edge {
+                               interrupts = <GIC_SPI 25 IRQ_TYPE_EDGE_RISING>;
+
+                               qcom,ipc = <&apcs 8 12>;
+                               qcom,smd-edge = <0>;
+
+                               label = "modem";
+                       };
+               };
+
                pronto: remoteproc@fb21b000 {
                        compatible = "qcom,pronto-v2-pil", "qcom,pronto";
                        reg = <0xfb204000 0x2000>, <0xfb202000 0x1000>, <0xfb21b000 0x3000>;
                        qcom,smd-edge = <1>;
                };
 
-               modem {
-                       interrupts = <GIC_SPI 25 IRQ_TYPE_EDGE_RISING>;
-
-                       qcom,ipc = <&apcs 8 12>;
-                       qcom,smd-edge = <0>;
-               };
-
                rpm {
                        interrupts = <GIC_SPI 168 IRQ_TYPE_EDGE_RISING>;
                        qcom,ipc = <&apcs 8 0>;