diff options
author | Marek Belisko <marek@goldelico.com> | 2014-02-14 18:25:00 +0400 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2014-06-29 14:56:32 +0400 |
commit | cfcd185e708f7a3543b1dc585dfb1a849c019e14 (patch) | |
tree | 99d92b3122c85bd86cdcd4dd646a08921b0c3046 | |
parent | af690ce9d7c09877460e818e28a48a84b0f75258 (diff) | |
download | linux-cfcd185e708f7a3543b1dc585dfb1a849c019e14.tar.xz |
Documentation: iio: Extend documentation for hmc5843 bindings.
Signed-off-by: Marek Belisko <marek@goldelico.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/iio/magnetometer/hmc5843.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/iio/magnetometer/hmc5843.txt b/Documentation/devicetree/bindings/iio/magnetometer/hmc5843.txt index 90d5f34db04e..b8cbdd517abc 100644 --- a/Documentation/devicetree/bindings/iio/magnetometer/hmc5843.txt +++ b/Documentation/devicetree/bindings/iio/magnetometer/hmc5843.txt @@ -3,6 +3,9 @@ Required properties: - compatible : should be "honeywell,hmc5843" + Other models which are supported with driver are: + "honeywell,hmc5883" + "honeywell,hmc5883l" - reg : the I2C address of the magnetometer - typically 0x1e Optional properties: |