On Fri, 16 Oct 2020 13:57:07 -0500 Rob Herring <robh@xxxxxxxxxx> wrote: > On Wed, 14 Oct 2020 11:49:26 +0100, Rui Miguel Silva wrote: > > Convert fxas21002c gyroscope sensor bindings documentation to > > yaml schema, remove the textual bindings document and update MAINTAINERS entry. > > > > Signed-off-by: Rui Miguel Silva <rmfrfs@xxxxxxxxx> > > --- > > v1 -> v2: > > Jonathan Cameron: > > https://lore.kernel.org/linux-iio/20201013153431.000052c9@xxxxxxxxxx/ > > - remove Unit from tittle > > - reword interrupts description > > - drop interrupt-name description > > - add spi example and bindings > > - remove vddxx from required list > > > > .../bindings/iio/gyroscope/nxp,fxas21002c.txt | 31 ------ > > .../iio/gyroscope/nxp,fxas21002c.yaml | 95 +++++++++++++++++++ > > MAINTAINERS | 2 +- > > 3 files changed, 96 insertions(+), 32 deletions(-) > > delete mode 100644 Documentation/devicetree/bindings/iio/gyroscope/nxp,fxas21002c.txt > > create mode 100644 Documentation/devicetree/bindings/iio/gyroscope/nxp,fxas21002c.yaml > > > > Reviewed-by: Rob Herring <robh@xxxxxxxxxx> Nice patch. Applied to the togreg branch of iio.git and pushed out as testing for the autobuilders to maybe poke at. I'm still not 100% sure if unevaluatedProperties or additionalProperties makes sense here, but as Rob's happy, I'm happy :) Thanks, Jonathan