Message ID | BN6PR04MB06609033B2E0AB157A228989A3A90@BN6PR04MB0660.namprd04.prod.outlook.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | iio: accel: Add bma023 support to bma180 | expand |
On Sun, May 3, 2020 at 7:22 PM Jonathan Bakker <xc-racer2@live.ca> wrote: > The bma180 and related chips should have two registers attached to > them. The IIO driver currently uses them, document them here as > well. > > Signed-off-by: Jonathan Bakker <xc-racer2@live.ca> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Yours, Linus Walleij
On Sun, 3 May 2020 10:22:05 -0700, Jonathan Bakker wrote: > The bma180 and related chips should have two registers attached to > them. The IIO driver currently uses them, document them here as > well. > > Signed-off-by: Jonathan Bakker <xc-racer2@live.ca> > --- > Documentation/devicetree/bindings/iio/accel/bma180.txt | 2 ++ > 1 file changed, 2 insertions(+) > Acked-by: Rob Herring <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/iio/accel/bma180.txt b/Documentation/devicetree/bindings/iio/accel/bma180.txt index 48bec35f452a..af34f4fe410d 100644 --- a/Documentation/devicetree/bindings/iio/accel/bma180.txt +++ b/Documentation/devicetree/bindings/iio/accel/bma180.txt @@ -11,6 +11,8 @@ Required properties: "bosch,bma250" "bosch,bma254" - reg : the I2C address of the sensor + - vdd-supply : regulator phandle connected to the VDD pin + - vddio-supply : regulator phandle connected to the VDDIO pin Optional properties:
The bma180 and related chips should have two registers attached to them. The IIO driver currently uses them, document them here as well. Signed-off-by: Jonathan Bakker <xc-racer2@live.ca> --- Documentation/devicetree/bindings/iio/accel/bma180.txt | 2 ++ 1 file changed, 2 insertions(+)