On Mon, 21 Oct 2024 14:38:54 +0200, Neil Armstrong wrote: > Document the bindings for the Allegro MicroSystems ALS31300 3-D Linear > Hall Effect Sensor controller by an I2C interface, mainly used in 3D > head-on motion sensing applications. > > The device can be configured with different sensitivities in factory, > but the sensitivity value used to calculate value into the Gauss unit > is not available from registers, thus the sensitivity is provided by > the compatible/device-id string which is based on the part number as > described in the datasheet page 2. > > Datasheet: https://www.allegromicro.com/-/media/files/datasheets/als31300-datasheet.pdf > Signed-off-by: Neil Armstrong <neil.armstrong@xxxxxxxxxx> > --- > .../iio/magnetometer/allegromicro,als31300.yaml | 46 ++++++++++++++++++++++ > 1 file changed, 46 insertions(+) > Reviewed-by: Rob Herring (Arm) <robh@xxxxxxxxxx>