[PATCH] regulator: max77826: Remove erroneous additionalProperties

From: Iskren Chernev
Date: Sat Apr 25 2020 - 08:54:00 EST


In this particular location additionalProperties actually declares a property
named `additionalProperties` instead of specifying there should be no other
properties.

Signed-off-by: Iskren Chernev <iskren.chernev@xxxxxxxxx>
---
Fix bindings documentation for max77826 regulator as discussed in
https://lore.kernel.org/lkml/20200413164440.1138178-1-iskren.chernev@xxxxxxxxx/T/#m9e9904560e68bcd98980fa0e68fe190525033af6


Documentation/devicetree/bindings/regulator/maxim,max77826.yaml | 1 -
1 file changed, 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/regulator/maxim,max77826.yaml b/Documentation/devicetree/bindings/regulator/maxim,max77826.yaml
index d4f0f958385a..19cbd5eb2897 100644
--- a/Documentation/devicetree/bindings/regulator/maxim,max77826.yaml
+++ b/Documentation/devicetree/bindings/regulator/maxim,max77826.yaml
@@ -38,7 +38,6 @@ properties:
allOf:
- $ref: regulator.yaml#

- additionalProperties: false
additionalProperties: false

required:

base-commit: 8bdabd09ec86a993419c8c98a4f34c12bc902c6c
--
2.26.0