diff options
author | Josef Gajdusek <atx@atalax.net> | 2014-07-22 16:02:00 +0100 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2014-07-23 21:48:20 +0100 |
commit | 5a059bd268a79376ebf9ea539c5bb645c5a854d5 (patch) | |
tree | f2dec4232edcbee0fc503fe8f417f4e669be2fae /Documentation/devicetree/bindings/iio/magnetometer | |
parent | 585f7ce2a93296e634cb50deab418029fdffb23f (diff) |
staging:iio:hmc5843: Add support for i2c hmc5983
This patch adds support for the hmc5983 i2c interface.
This chip is almost identical to the hmc5883. The difference being added
temperature compensation, additional available sample rate (220Hz) and an SPI
interface.
Signed-off-by: Josef Gajdusek <atx@atx.name>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/iio/magnetometer')
-rw-r--r-- | Documentation/devicetree/bindings/iio/magnetometer/hmc5843.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/iio/magnetometer/hmc5843.txt b/Documentation/devicetree/bindings/iio/magnetometer/hmc5843.txt index b8cbdd517abc..8e191eef014e 100644 --- a/Documentation/devicetree/bindings/iio/magnetometer/hmc5843.txt +++ b/Documentation/devicetree/bindings/iio/magnetometer/hmc5843.txt @@ -6,6 +6,7 @@ Required properties: Other models which are supported with driver are: "honeywell,hmc5883" "honeywell,hmc5883l" + "honeywell,hmc5983" - reg : the I2C address of the magnetometer - typically 0x1e Optional properties: |