2020-04-25 12:57:48

by Iskren Chernev

[permalink] [raw]
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 <[email protected]>
---
Fix bindings documentation for max77826 regulator as discussed in
https://lore.kernel.org/lkml/[email protected]/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


2020-04-27 13:48:47

by Mark Brown

[permalink] [raw]
Subject: Re: [PATCH] regulator: max77826: Remove erroneous additionalProperties

On Sat, 25 Apr 2020 15:53:35 +0300, Iskren Chernev wrote:
> 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 <[email protected]>
> ---
> Fix bindings documentation for max77826 regulator as discussed in
> https://lore.kernel.org/lkml/[email protected]/T/#m9e9904560e68bcd98980fa0e68fe190525033af6
>
> [...]

Applied to

https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git for-5.8

Thanks!

[1/1] regulator: max77826: Remove erroneous additionalProperties
commit: 48dd1a7938e37d6d6414a20266394f858b37f10a

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark