diff options
author | Kunihiko Hayashi <hayashi.kunihiko@socionext.com> | 2022-04-05 10:55:03 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-04-07 20:29:56 +0300 |
commit | 65adf7234a0dd68217f58715b0b5fd940b630529 (patch) | |
tree | 9d51f26c904520c888ce89e82b1093e9308be76b /Documentation/devicetree/bindings/regulator | |
parent | 2eacc8479c1f6610288f619a23c374502176ca66 (diff) | |
download | linux-65adf7234a0dd68217f58715b0b5fd940b630529.tar.xz |
regulator: uniphier: Use unevaluatedProperties
This refers common bindings, so this is preferred for
unevaluatedProperties instead of additionalProperties.
Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
Acked-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/1649145303-30221-3-git-send-email-hayashi.kunihiko@socionext.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/regulator')
-rw-r--r-- | Documentation/devicetree/bindings/regulator/socionext,uniphier-regulator.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/regulator/socionext,uniphier-regulator.yaml b/Documentation/devicetree/bindings/regulator/socionext,uniphier-regulator.yaml index cc40cf72a149..75087c6e001c 100644 --- a/Documentation/devicetree/bindings/regulator/socionext,uniphier-regulator.yaml +++ b/Documentation/devicetree/bindings/regulator/socionext,uniphier-regulator.yaml @@ -77,7 +77,7 @@ allOf: reset-names: const: link -additionalProperties: false +unevaluatedProperties: false required: - compatible |