diff options
author | Bjorn Andersson <andersson@kernel.org> | 2023-01-18 23:59:54 +0100 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2023-01-18 23:59:54 +0100 |
commit | 62ebb045f029b252d0f7d16ae61a735bd9e88636 (patch) | |
tree | 7762d3d9b8bbf59e301e40035d61d68807b77700 /Documentation | |
parent | dt-bindings: soc: qcom: smd-rpm: Exclude MSM8936 from glink-channels (diff) | |
parent | PM: AVS: qcom-cpr: Fix an error handling path in cpr_probe() (diff) | |
download | linux-62ebb045f029b252d0f7d16ae61a735bd9e88636.tar.xz linux-62ebb045f029b252d0f7d16ae61a735bd9e88636.zip |
Merge tag 'qcom-driver-fixes-for-6.2' into drivers-for-6.3
Qualcomm driver fixes for v6.2
Updated error handling in the async packer router driver made an
optional property required, fix this. Also improve error handling in the
probe function of the CPR driver.
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/soc/qcom/qcom,apr-services.yaml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Documentation/devicetree/bindings/soc/qcom/qcom,apr-services.yaml b/Documentation/devicetree/bindings/soc/qcom/qcom,apr-services.yaml index 290555426c39..bdf482db32aa 100644 --- a/Documentation/devicetree/bindings/soc/qcom/qcom,apr-services.yaml +++ b/Documentation/devicetree/bindings/soc/qcom/qcom,apr-services.yaml @@ -39,8 +39,8 @@ properties: qcom,protection-domain: $ref: /schemas/types.yaml#/definitions/string-array description: | - Protection domain service name and path for APR service - possible values are:: + Protection domain service name and path for APR service (if supported). + Possible values are:: "avs/audio", "msm/adsp/audio_pd". "kernel/elf_loader", "msm/modem/wlan_pd". "tms/servreg", "msm/adsp/audio_pd". @@ -49,6 +49,5 @@ properties: required: - reg - - qcom,protection-domain additionalProperties: true |