Re: [PATCH v8 1/2] dt-bindings: iio: accel: Add bmi088 accelerometer bindings
From: Rob Herring <robh@kernel.org>
Date: 2021-02-05 20:43:06
Also in:
linux-iio, lkml
From: Rob Herring <robh@kernel.org>
Date: 2021-02-05 20:43:06
Also in:
linux-iio, lkml
On Mon, 25 Jan 2021 16:07:31 +0100, Mike Looijmans wrote:
This adds the device-tree bindings for the Bosch Sensortec BMI088 IMU, the accelerometer part. Signed-off-by: Mike Looijmans <redacted> --- Changes in v8: Add spi-max-frequency: true Changes in v7: Add additionalProperties Change bmi088_accel to bmi088-accel Add interrupt-names and adjust description Changes in v6: I't been almost a year since the last commit, sorry... Fixed the yaml errors Add interrupt, vdd and vddio properties Changes in v5: submit together with driver code as patch series Changes in v2: convert to yaml format .../bindings/iio/accel/bosch,bmi088.yaml | 68 +++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 Documentation/devicetree/bindings/iio/accel/bosch,bmi088.yaml
Reviewed-by: Rob Herring <robh@kernel.org>