diff options
| author | Konrad Dybcio <[email protected]> | 2023-06-27 18:24:25 +0200 |
|---|---|---|
| committer | Bjorn Andersson <[email protected]> | 2023-07-23 19:34:34 -0700 |
| commit | 7dc3ea5ea8e8df2a82a1e78bef2382fb2c982ed3 (patch) | |
| tree | ad72030cfd041d3fa809f9e6c84ccc5531c78af9 | |
| parent | 489d7a8cc286f37f52156100b95751b10e240941 (diff) | |
dt-bindings: arm: msm: kpss-acc: Make the optional reg truly optional
The description of reg[1] says that register is optional. Adjust
minItems to make it truly optional.
Fixes: 4260ddfb6496 ("dt-bindings: arm: msm: Convert and split kpss-acc driver Documentation to yaml")
Signed-off-by: Konrad Dybcio <[email protected]>
Acked-by: Rob Herring <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
| -rw-r--r-- | Documentation/devicetree/bindings/power/qcom,kpss-acc-v2.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/power/qcom,kpss-acc-v2.yaml b/Documentation/devicetree/bindings/power/qcom,kpss-acc-v2.yaml index 202a5d51ee88..facaafefb441 100644 --- a/Documentation/devicetree/bindings/power/qcom,kpss-acc-v2.yaml +++ b/Documentation/devicetree/bindings/power/qcom,kpss-acc-v2.yaml @@ -21,6 +21,7 @@ properties: const: qcom,kpss-acc-v2 reg: + minItems: 1 items: - description: Base address and size of the register region - description: Optional base address and size of the alias register region |