summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/remoteproc
diff options
context:
space:
mode:
authorSireesh Kodali <sireeshkodali1@gmail.com>2022-10-01 06:13:44 +0300
committerBjorn Andersson <andersson@kernel.org>2022-12-27 19:04:04 +0300
commita4421a22bfd966852349e5c38278e9a6eaefb456 (patch)
tree4fbecc9a9745460b42d33d34147bad46ce72c050 /Documentation/devicetree/bindings/remoteproc
parenta890eebe42ad2c0cfe44a34a4f9e7d1a735a55d8 (diff)
downloadlinux-a4421a22bfd966852349e5c38278e9a6eaefb456.tar.xz
dt-bindings: remoteproc: wcnss-pil: Make supplies optionally required
On MSM8974, power domains are not yet supported. The platform uses regulators. This patch marks either the power-domains or *-supply as required (instead of always requiring the power domains). Signed-off-by: Sireesh Kodali <sireeshkodali1@gmail.com> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20221001031345.31293-6-sireeshkodali1@gmail.com
Diffstat (limited to 'Documentation/devicetree/bindings/remoteproc')
-rw-r--r--Documentation/devicetree/bindings/remoteproc/qcom,wcnss-pil.yaml10
1 files changed, 7 insertions, 3 deletions
diff --git a/Documentation/devicetree/bindings/remoteproc/qcom,wcnss-pil.yaml b/Documentation/devicetree/bindings/remoteproc/qcom,wcnss-pil.yaml
index 2ba2b6cf11fb..45eb42bd3c2c 100644
--- a/Documentation/devicetree/bindings/remoteproc/qcom,wcnss-pil.yaml
+++ b/Documentation/devicetree/bindings/remoteproc/qcom,wcnss-pil.yaml
@@ -196,9 +196,13 @@ allOf:
deprecated: true
description: Deprecated for qcom,pronto-v1/2-pil
- required:
- - power-domains
- - power-domain-names
+ oneOf:
+ - required:
+ - power-domains
+ - power-domain-names
+ - required:
+ - vddmx-supply
+ - vddcx-supply
- if:
properties: