diff options
| author | Krzysztof Kozlowski <[email protected]> | 2023-07-24 11:01:09 +0200 |
|---|---|---|
| committer | Bjorn Andersson <[email protected]> | 2023-07-26 08:49:39 -0700 |
| commit | 2f17bea81aff53155689de776e52328f82bf603c (patch) | |
| tree | a2ff2c35f07654652e7e70eec2fd48a9ae1de647 | |
| parent | 626237dbc9ff233cc51cc3313e5f41dfd79181bc (diff) | |
dt-bindings: arm: msm: kpss-acc: Revert "dt-bindings: arm: msm: kpss-acc: Make the optional reg truly optional"
This reverts commit 981be238e1d28e156aa9da2a8722f86f02fd0453 because it
was totally bogus and duplicated existing minItems:
ruamel.yaml.constructor.DuplicateKeyError: while constructing a mapping
Documentation/devicetree/bindings/power/qcom,kpss-acc-v2.yaml: ignoring, error parsing file
Signed-off-by: Krzysztof Kozlowski <[email protected]>
Acked-by: Konrad Dybcio <[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, 0 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/power/qcom,kpss-acc-v2.yaml b/Documentation/devicetree/bindings/power/qcom,kpss-acc-v2.yaml index facaafefb441..202a5d51ee88 100644 --- a/Documentation/devicetree/bindings/power/qcom,kpss-acc-v2.yaml +++ b/Documentation/devicetree/bindings/power/qcom,kpss-acc-v2.yaml @@ -21,7 +21,6 @@ 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 |