Message ID | 20240716132512.80337-1-rayyan.ansari@linaro.org (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | dt-bindings: iio: magnetometer: bmc150: Document mount-matrix | expand |
On Tue, Jul 16, 2024 at 02:25:09PM +0100, Rayyan Ansari wrote: > Document the mount-matrix property, which is used in device trees such > as msm8916-samsung-fortuna-common.dtsi, and supported by the driver. > > Signed-off-by: Rayyan Ansari <rayyan.ansari@linaro.org> Acked-by: Conor Dooley <conor.dooley@microchip.com>
On Tue, 16 Jul 2024 17:28:27 +0100 Conor Dooley <conor@kernel.org> wrote: > On Tue, Jul 16, 2024 at 02:25:09PM +0100, Rayyan Ansari wrote: > > Document the mount-matrix property, which is used in device trees such > > as msm8916-samsung-fortuna-common.dtsi, and supported by the driver. > > > > Signed-off-by: Rayyan Ansari <rayyan.ansari@linaro.org> > > Acked-by: Conor Dooley <conor.dooley@microchip.com> Applied. Thanks
diff --git a/Documentation/devicetree/bindings/iio/magnetometer/bosch,bmc150_magn.yaml b/Documentation/devicetree/bindings/iio/magnetometer/bosch,bmc150_magn.yaml index 2867ab6bf9b0..a3838ab0c524 100644 --- a/Documentation/devicetree/bindings/iio/magnetometer/bosch,bmc150_magn.yaml +++ b/Documentation/devicetree/bindings/iio/magnetometer/bosch,bmc150_magn.yaml @@ -36,6 +36,9 @@ properties: interrupts: maxItems: 1 + mount-matrix: + description: an optional 3x3 mounting rotation matrix. + additionalProperties: false required:
Document the mount-matrix property, which is used in device trees such as msm8916-samsung-fortuna-common.dtsi, and supported by the driver. Signed-off-by: Rayyan Ansari <rayyan.ansari@linaro.org> --- .../bindings/iio/magnetometer/bosch,bmc150_magn.yaml | 3 +++ 1 file changed, 3 insertions(+)