diff options
author | Kunihiko Hayashi <hayashi.kunihiko@socionext.com> | 2022-04-05 09:55:03 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-04-07 19:29:56 +0200 |
commit | 65adf7234a0dd68217f58715b0b5fd940b630529 (patch) | |
tree | 9d51f26c904520c888ce89e82b1093e9308be76b /Documentation | |
parent | regulator: uniphier: Clean up clocks, resets, and their names using compatibl... (diff) | |
download | linux-65adf7234a0dd68217f58715b0b5fd940b630529.tar.xz linux-65adf7234a0dd68217f58715b0b5fd940b630529.zip |
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')
-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 |