On Mon, 13 Apr 2020 10:24:45 +0200, =?UTF-8?q?Nuno=20S=C3=A1?= wrote: > Document the ADIS16475 device devicetree bindings > > Signed-off-by: Nuno Sá <nuno.sa@xxxxxxxxxx> > --- > Changes in v2: > * Remove burst32 property; > * Rename clk-mode to adi,sync-mode; > * Remove clock-names; > * Add conditionals to state that clocks is only needed depending on adi,sync-mode property. > > Changes in v3: > * Make use of 'allOf' in conditionals. > > Changes in v4: > * Nothing changed. > > Changes in v5: > * Nothing changed. > > .../bindings/iio/imu/adi,adis16475.yaml | 137 ++++++++++++++++++ > MAINTAINERS | 1 + > 2 files changed, 138 insertions(+) > create mode 100644 Documentation/devicetree/bindings/iio/imu/adi,adis16475.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>