diff options
| author | Cristina Moraru <[email protected]> | 2016-02-15 00:37:38 +0200 |
|---|---|---|
| committer | Jonathan Cameron <[email protected]> | 2016-02-21 20:22:23 +0000 |
| commit | 7b7a1c38d1d2e91cf68f3cfd4e0ac3cfa0936c4e (patch) | |
| tree | 5c6028482c6a3b14f0aa9f455a38612c02bc8c5b | |
| parent | 1c7be4c260e52deeb2ec3cb22d57e5c997932fc2 (diff) | |
iio: hmc5843: Add ABI documentation file for hmc5843
Add ABI file documenting hmc5843 non-standard attributes
meas_conf and meas_conf_available for bias current
configuration.
Signed-off-by: Cristina Moraru <[email protected]>
Cc: Daniel Baluta <[email protected]>
Signed-off-by: Jonathan Cameron <[email protected]>
| -rw-r--r-- | Documentation/ABI/testing/sysfs-bus-iio-magnetometer-hmc5843 | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Documentation/ABI/testing/sysfs-bus-iio-magnetometer-hmc5843 b/Documentation/ABI/testing/sysfs-bus-iio-magnetometer-hmc5843 new file mode 100644 index 000000000000..6275e9f56e6c --- /dev/null +++ b/Documentation/ABI/testing/sysfs-bus-iio-magnetometer-hmc5843 @@ -0,0 +1,15 @@ +What: /sys/bus/iio/devices/iio:deviceX/meas_conf +What: /sys/bus/iio/devices/iio:deviceX/meas_conf_available +KernelVersion: 4.5 +Contact: [email protected] +Description: + Current configuration and available configurations + for the bias current. + normal - Normal measurement configurations (default) + positivebias - Positive bias configuration + negativebias - Negative bias configuration + disabled - Only available on HMC5983. Disables magnetic + sensor and enables temperature sensor. + Note: The effect of this configuration may vary + according to the device. For exact documentation + check the device's datasheet. |