Skip to content

Commit

Permalink
spi: dt-bindings: qcom,spi-qcom-qspi: document OPP and power-domains
Browse files Browse the repository at this point in the history
QSPI on Qualcomm SDM845, SC7180 and SC7280 SoCs uses OPP table (both in
DTS and Linux driver) and is suuplied by CX power domain.  Document
missing properties to fix:

  sc7280-idp2.dtb: spi@88dc000: Unevaluated properties are not allowed ('operating-points-v2', 'power-domains' were unexpected)

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20230217155802.848178-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>
  • Loading branch information
Krzysztof Kozlowski authored and Mark Brown committed Feb 17, 2023
1 parent a46ce4f commit 7234d74
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Documentation/devicetree/bindings/spi/qcom,spi-qcom-qspi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ properties:
- const: qspi-config
- const: qspi-memory

operating-points-v2: true

power-domains:
maxItems: 1

required:
- compatible
- reg
Expand Down

0 comments on commit 7234d74

Please sign in to comment.