Re: [PATCH 3/4] dt-bindings: Clean-up schema errors due to missing 'addtionalProperties: false'

From: Neil Armstrong
Date: Thu Mar 26 2020 - 04:39:29 EST


On 25/03/2020 23:05, Rob Herring wrote:
> Numerous schemas are missing 'additionalProperties: false' statements which
> ensures a binding doesn't have any extra undocumented properties or child
> nodes. Fixing this reveals various missing properties, so let's fix all
> those occurrences.
>
> Cc: Stephen Boyd <sboyd@xxxxxxxxxx>
> Cc: Linus Walleij <linus.walleij@xxxxxxxxxx>
> Cc: Bartosz Golaszewski <bgolaszewski@xxxxxxxxxxxx>
> Cc: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
> Cc: Jonathan Cameron <jic23@xxxxxxxxxx>
> Cc: Hartmut Knaack <knaack.h@xxxxxx>
> Cc: Lars-Peter Clausen <lars@xxxxxxxxxx>
> Cc: Peter Meerwald-Stadler <pmeerw@xxxxxxxxxx>
> Cc: Neil Armstrong <narmstrong@xxxxxxxxxxxx>
> Cc: Mauro Carvalho Chehab <mchehab@xxxxxxxxxx>
> Cc: Kevin Hilman <khilman@xxxxxxxxxxxx>
> Cc: Lee Jones <lee.jones@xxxxxxxxxx>
> Cc: "David S. Miller" <davem@xxxxxxxxxxxxx>
> Cc: Liam Girdwood <lgirdwood@xxxxxxxxx>
> Cc: Mark Brown <broonie@xxxxxxxxxx>
> Cc: Guillaume La Roque <glaroque@xxxxxxxxxxxx>
> Cc: Zhang Rui <rui.zhang@xxxxxxxxx>
> Cc: Daniel Lezcano <daniel.lezcano@xxxxxxxxxx>
> Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
> Cc: linux-clk@xxxxxxxxxxxxxxx
> Cc: linux-gpio@xxxxxxxxxxxxxxx
> Cc: linux-arm-kernel@xxxxxxxxxxxxxxxxxxx
> Cc: dri-devel@xxxxxxxxxxxxxxxxxxxxx
> Cc: linux-iio@xxxxxxxxxxxxxxx
> Cc: linux-media@xxxxxxxxxxxxxxx
> Cc: linux-amlogic@xxxxxxxxxxxxxxxxxxx
> Cc: netdev@xxxxxxxxxxxxxxx
> Cc: linux-pm@xxxxxxxxxxxxxxx
> Signed-off-by: Rob Herring <robh@xxxxxxxxxx>
> ---
> .../devicetree/bindings/clock/fsl,plldig.yaml | 3 +++
> .../gpio/socionext,uniphier-gpio.yaml | 2 ++
> .../bindings/gpu/arm,mali-bifrost.yaml | 6 ++---
> .../bindings/gpu/arm,mali-midgard.yaml | 3 +++
> .../bindings/iio/adc/adi,ad7192.yaml | 1 -
> .../bindings/iio/pressure/bmp085.yaml | 3 +++
> .../media/amlogic,meson-gx-ao-cec.yaml | 9 +++++---
> .../bindings/mfd/rohm,bd71828-pmic.yaml | 3 +++
> .../bindings/net/ti,cpsw-switch.yaml | 23 ++++++++++++-------
> .../regulator/max77650-regulator.yaml | 2 +-
> .../bindings/thermal/amlogic,thermal.yaml | 2 ++
> .../bindings/timer/arm,arch_timer_mmio.yaml | 2 ++
> 12 files changed, 43 insertions(+), 16 deletions(-)
>

For:
.../bindings/gpu/arm,mali-bifrost.yaml | 6 ++---
.../bindings/gpu/arm,mali-midgard.yaml | 3 +++
.../media/amlogic,meson-gx-ao-cec.yaml | 9 +++++---
.../bindings/thermal/amlogic,thermal.yaml | 2 ++


Reviewed-by: Neil Armstrong <narmstrong@xxxxxxxxxxxx>