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>