summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorBjorn Andersson <andersson@kernel.org>2023-01-18 16:59:54 -0600
committerBjorn Andersson <andersson@kernel.org>2023-01-18 16:59:54 -0600
commit62ebb045f029b252d0f7d16ae61a735bd9e88636 (patch)
tree7762d3d9b8bbf59e301e40035d61d68807b77700 /Documentation
parentc525e181fda7f18b694dffb0f22686a4cb407cee (diff)
parent6049aae52392539e505bfb8ccbcff3c26f1d2f0b (diff)
downloadlinux-stable-62ebb045f029b252d0f7d16ae61a735bd9e88636.tar.gz
linux-stable-62ebb045f029b252d0f7d16ae61a735bd9e88636.tar.bz2
linux-stable-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.yaml5
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