@@ -26,6 +26,7 @@ properties:
- qcom,riva-pil
- qcom,pronto-v1-pil
- qcom,pronto-v2-pil
+ - qcom,pronto-v3-pil
reg:
description: must specify the base address and size of the CCU, DXE and PMU
@@ -143,15 +144,16 @@ if:
enum:
- qcom,pronto-v1-pil
- qcom,pronto-v2-pil
+ - qcom,pronto-v3-pil
then:
properties:
vddmx-supply:
deprecated: true
- description: Deprecated for qcom,pronto-v1/2-pil
+ description: Deprecated for qcom,pronto-v1/2/3-pil
vddcx-supply:
deprecated: true
- description: Deprecated for qcom,pronto-v1/2-pil
+ description: Deprecated for qcom,pronto-v1/2/3-pil
required:
- power-domains
The pronto v3 remoteproc is similar to pronto v2. It is found on the MSM8953 platform, which is used by SDM450, SDM625, SDM626, APQ8053 and other SoCs. Since the configuration is same on all SoCs, a single compatible is used. Signed-off-by: Sireesh Kodali <sireeshkodali1@gmail.com> --- .../devicetree/bindings/remoteproc/qcom,wcnss-pil.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-)