Andrew Lunn
dd3cb467eb
dt-bindings: Remove 'Device Tree Bindings' from end of title:
...
As indicated in
link: https://lore.kernel.org/all/20220822204945.GA808626-robh@kernel.org/
DT schema files should not have 'Device Tree Binding' as part of there
title: line. Remove this in most .yaml files, so hopefully preventing
developers copying it into new .yaml files, and being asked to remove
it.
Signed-off-by: Andrew Lunn <andrew@lunn.ch >
Link: https://lore.kernel.org/r/20220825020427.3460650-1-andrew@lunn.ch
Signed-off-by: Rob Herring <robh@kernel.org >
2022-08-25 14:06:57 -05:00
Maxime Ripard
5c7404bb30
dt-bindings: Change maintainer address
...
While my email address has changed for a while, all the schemas I
contributed still have the old one unfortunately. Update it.
Signed-off-by: Maxime Ripard <maxime@cerno.tech >
Signed-off-by: Rob Herring <robh@kernel.org >
2019-12-12 18:38:10 -06:00
Rob Herring
15ffef1ae6
dt-bindings: Ensure child nodes are of type 'object'
...
Properties which are child node definitions need to have an explict
type. Otherwise, a matching (DT) property can silently match when an
error is desired. Fix this up tree-wide. Once this is fixed, the
meta-schema will enforce this on any child node definitions.
Cc: Chen-Yu Tsai <wens@csie.org >
Cc: David Woodhouse <dwmw2@infradead.org >
Cc: Brian Norris <computersforpeace@gmail.com >
Cc: Marek Vasut <marek.vasut@gmail.com >
Cc: Richard Weinberger <richard@nod.at >
Cc: Vignesh Raghavendra <vigneshr@ti.com >
Cc: Linus Walleij <linus.walleij@linaro.org >
Cc: Maxime Coquelin <mcoquelin.stm32@gmail.com >
Cc: linux-mtd@lists.infradead.org
Cc: linux-gpio@vger.kernel.org
Cc: linux-stm32@st-md-mailman.stormreply.com
Cc: linux-spi@vger.kernel.org
Acked-by: Miquel Raynal <miquel.raynal@bootlin.com >
Acked-by: Maxime Ripard <maxime.ripard@bootlin.com >
Acked-by: Mark Brown <broonie@kernel.org >
Acked-by: Alexandre TORGUE <alexandre.torgue@st.com >
Signed-off-by: Rob Herring <robh@kernel.org >
2019-07-20 20:27:29 -06:00
Maxime Ripard
3133f5c243
spi: sun4i: Add YAML schemas
...
Switch the DT binding to a YAML schema to enable the DT validation.
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com >
Reviewed-by: Rob Herring <robh@kernel.org >
Signed-off-by: Mark Brown <broonie@kernel.org >
2019-05-21 21:25:12 +01:00