mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-18 06:15:12 +00:00
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
This commit is contained in:
parent
a890eebe42
commit
a4421a22bf
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user