Skip to content
Snippets Groups Projects
Commit 394c9c0d authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Add support for Pronto PIL"

parents f9db20a1 5bba2135
No related branches found
No related tags found
No related merge requests found
...@@ -1593,6 +1593,34 @@ ...@@ -1593,6 +1593,34 @@
}; };
}; };
}; };
qcom,pronto@a21b000 {
compatible = "qcom,pil-tz-generic";
reg = <0x0a21b000 0x3000>;
interrupts = <0 149 1>;
vdd_pronto_pll-supply = <&pm8916_l7>;
proxy-reg-names = "vdd_pronto_pll";
vdd_pronto_pll-uV-uA = <1800000 18000>;
clocks = <&clock_rpm clk_xo_pil_pronto_clk>;
clock-names = "xo";
proxy-clock-names = "xo";
qcom,pas-id = <6>;
qcom,proxy-timeout-ms = <10000>;
qcom,smem-id = <422>;
qcom,firmware-name = "wcnss";
/* GPIO inputs from wcnss */
qcom,gpio-err-fatal = <&smp2pgpio_ssr_smp2p_4_in 0 0>;
qcom,gpio-err-ready = <&smp2pgpio_ssr_smp2p_4_in 1 0>;
qcom,gpio-proxy-unvote = <&smp2pgpio_ssr_smp2p_4_in 2 0>;
qcom,gpio-stop-ack = <&smp2pgpio_ssr_smp2p_4_in 3 0>;
/* GPIO output to wcnss */
qcom,gpio-force-stop = <&smp2pgpio_ssr_smp2p_4_out 0 0>;
linux,contiguous-region = <&peripheral_mem>;
};
}; };
&gdsc_venus { &gdsc_venus {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment