diff options
author | Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> | 2022-12-28 15:43:31 +0300 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2023-01-13 04:31:19 +0300 |
commit | 8ffbaa98ccf82383c9092cf3afa4d8512e52e612 (patch) | |
tree | 5ef27cbcd1c2127f5b9003486dfcadd7f50a854d /Documentation/devicetree/bindings/ufs | |
parent | 3db50cb6db7771f4dfa14fb5ef76841627fd9e58 (diff) | |
download | linux-8ffbaa98ccf82383c9092cf3afa4d8512e52e612.tar.xz |
dt-bindings: ufs: qcom,ufs: document required-opps
UFS device node on SC8280XP uses required-opps:
sc8280xp-crd.dtb: ufs@1d84000: Unevaluated properties are not allowed ('required-opps' was unexpected)
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20221228124331.258416-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/ufs')
-rw-r--r-- | Documentation/devicetree/bindings/ufs/qcom,ufs.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/ufs/qcom,ufs.yaml b/Documentation/devicetree/bindings/ufs/qcom,ufs.yaml index f2d6298d926c..54f5f8dc5c87 100644 --- a/Documentation/devicetree/bindings/ufs/qcom,ufs.yaml +++ b/Documentation/devicetree/bindings/ufs/qcom,ufs.yaml @@ -71,6 +71,9 @@ properties: minItems: 1 maxItems: 2 + required-opps: + maxItems: 1 + resets: maxItems: 1 |