[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200425125335.2674534-1-iskren.chernev@gmail.com>
Date: Sat, 25 Apr 2020 15:53:35 +0300
From: Iskren Chernev <iskren.chernev@...il.com>
To: Rob Herring <robh+dt@...nel.org>
Cc: linux-arm-msm@...r.kernel.org, Andy Gross <agross@...nel.org>,
Bjorn Andersson <bjorn.andersson@...aro.org>,
devicetree@...r.kernel.org, Liam Girdwood <lgirdwood@...il.com>,
linux-kernel@...r.kernel.org, Mark Brown <broonie@...nel.org>,
~postmarketos/upstreaming@...ts.sr.ht,
Iskren Chernev <iskren.chernev@...il.com>
Subject: [PATCH] regulator: max77826: Remove erroneous additionalProperties
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@...il.com>
---
Fix bindings documentation for max77826 regulator as discussed in
https://lore.kernel.org/lkml/20200413164440.1138178-1-iskren.chernev@gmail.com/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
Powered by blists - more mailing lists