@@ -43,6 +43,11 @@ properties:an optional regulator that needs to be on to provide VDD power tothe sensor.+vid-supply:+description:|+an optional regulator that needs to be on to provide VID power to+the sensor.+mount-matrix:description:an optional 3x3 mounting rotation matrix.
From: Jonathan Cameron <jic23@kernel.org> Date: 2021-09-25 15:03:46
On Tue, 21 Sep 2021 15:22:31 -0500
Rob Herring [off-list ref] wrote:
On Mon, 13 Sep 2021 20:19:49 +0200, David Heidelberg wrote:
quoted
Driver and device-tree also use vid-supply regulator.
Fixes: 7e000fbff7a0 ("dt-bindings: iio: magnetometer: ak8975: convert format to yaml, add maintainer")
Signed-off-by: David Heidelberg <david@ixit.cz>
---
.../bindings/iio/magnetometer/asahi-kasei,ak8975.yaml | 5 +++++
1 file changed, 5 insertions(+)
Acked-by: Rob Herring <robh@kernel.org>
Thanks David, Rob,
Applied to the togreg branch of iio.git and pushed out as testing for 0-day etc
to take a poke at it an see if we missed anything.
Jonathan