diff options
Diffstat (limited to 'sys/contrib/device-tree/Bindings/remoteproc/qcom,wcnss-pil.txt')
-rw-r--r-- | sys/contrib/device-tree/Bindings/remoteproc/qcom,wcnss-pil.txt | 21 |
1 files changed, 17 insertions, 4 deletions
diff --git a/sys/contrib/device-tree/Bindings/remoteproc/qcom,wcnss-pil.txt b/sys/contrib/device-tree/Bindings/remoteproc/qcom,wcnss-pil.txt index d420f84ddfb0..da09c0d79ac0 100644 --- a/sys/contrib/device-tree/Bindings/remoteproc/qcom,wcnss-pil.txt +++ b/sys/contrib/device-tree/Bindings/remoteproc/qcom,wcnss-pil.txt @@ -34,14 +34,25 @@ on the Qualcomm WCNSS core. Definition: should be "wdog", "fatal", optionally followed by "ready", "handover", "stop-ack" -- vddmx-supply: -- vddcx-supply: +- vddmx-supply: (deprecated for qcom,pronto-v1/2-pil) +- vddcx-supply: (deprecated for qcom,pronto-v1/2-pil) - vddpx-supply: Usage: required Value type: <phandle> Definition: reference to the regulators to be held on behalf of the booting of the WCNSS core +- power-domains: + Usage: required (for qcom,pronto-v1/2-pil) + Value type: <phandle> + Definition: reference to the power domains to be held on behalf of the + booting of the WCNSS core + +- power-domain-names: + Usage: required (for qcom,pronto-v1/2-pil) + Value type: <stringlist> + Definition: must be "cx", "mx" + - qcom,smem-states: Usage: optional Value type: <prop-encoded-array> @@ -69,6 +80,7 @@ and its resource dependencies. It is described by the following properties: Definition: must be one of: "qcom,wcn3620", "qcom,wcn3660", + "qcom,wcn3660b", "qcom,wcn3680" - clocks: @@ -111,8 +123,9 @@ pronto@fb204000 { <&wcnss_smp2p_slave 3 0>; interrupt-names = "wdog", "fatal", "ready", "handover", "stop-ack"; - vddmx-supply = <&pm8841_s1>; - vddcx-supply = <&pm8841_s2>; + power-domains = <&rpmpd MSM8974_VDDCX>, <&rpmpd MSM8974_VDDMX>; + power-domain-names = "cx", "mx"; + vddpx-supply = <&pm8941_s3>; qcom,smem-states = <&wcnss_smp2p_out 0>; |