Hi,
On Tue, Mar 16, 2021 at 01:49:18PM -0600, Rob Herring wrote:
Adding checks for undocumented compatible strings reveals a bunch of
warnings in the DT binding examples. Fix the cases which are typos, just
a mismatch between the schema and the example, or aren't documented at all.
In a couple of cases, fixing the compatible revealed some schema errors
which are fixed.
There's a bunch of others remaining after this which have bindings, but
those aren't converted to schema yet.
Cc: Stephen Boyd <sboyd@kernel.org>
Cc: Maxime Ripard <mripard@kernel.org>
Cc: Thierry Reding <redacted>
Cc: Sam Ravnborg <redacted>
Cc: Vinod Koul <vkoul@kernel.org>
Cc: Alexandre Belloni <alexandre.belloni@bootlin.com>
Cc: Jonathan Cameron <jic23@kernel.org>
Cc: Pavel Machek <redacted>
Cc: Kishon Vijay Abraham I <redacted>
Cc: Sebastian Reichel <sre@kernel.org>
Cc: Mark Brown <broonie@kernel.org>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: linux-clk@vger.kernel.org
Cc: dmaengine@vger.kernel.org
Cc: linux-i3c@lists.infradead.org
Cc: linux-iio@vger.kernel.org
Cc: linux-leds@vger.kernel.org
Cc: linux-pm@vger.kernel.org
Cc: linux-serial@vger.kernel.org
Cc: linux-spi@vger.kernel.org
Signed-off-by: Rob Herring <robh@kernel.org>
---
.../clock/allwinner,sun4i-a10-pll1-clk.yaml | 2 +-
.../bindings/clock/milbeaut-clock.yaml | 12 +++++----
.../bindings/display/brcm,bcm2835-dsi0.yaml | 6 -----
.../bindings/display/panel/panel-dpi.yaml | 2 +-
.../devicetree/bindings/dma/qcom,gpi.yaml | 2 +-
.../devicetree/bindings/i3c/i3c.yaml | 7 ++---
.../iio/adc/brcm,iproc-static-adc.yaml | 5 ----
.../iio/gyroscope/nxp,fxas21002c.yaml | 2 +-
.../bindings/iio/light/upisemi,us5182.yaml | 4 +--
.../interrupt-controller/loongson,htpic.yaml | 2 +-
.../devicetree/bindings/leds/leds-lgm.yaml | 26 ++++++++++++++++---
.../bindings/phy/ti,phy-j721e-wiz.yaml | 2 +-
.../bindings/power/supply/cw2015_battery.yaml | 2 +-
.../bindings/power/supply/power-supply.yaml | 22 ----------------
.../devicetree/bindings/serial/serial.yaml | 2 +-
.../bindings/spi/amlogic,meson-gx-spicc.yaml | 4 +--
.../bindings/spi/spi-controller.yaml | 21 ++++++++-------
.../devicetree/bindings/spi/spi-mux.yaml | 8 ++----
.../devicetree/bindings/spi/st,stm32-spi.yaml | 6 -----
19 files changed, 58 insertions(+), 79 deletions(-)
Acked-by: Maxime Ripard <redacted>
Thanks!
Maxime