diff options
author | Peter Meerwald <pmeerw@pmeerw.net> | 2013-06-23 17:30:00 -0400 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2013-08-03 13:40:31 -0400 |
commit | f7883d12a8f76378a1ebfde6fc2e48249b7f9093 (patch) | |
tree | 7a9a1b4370dabb13b57d4faee45f13f1db1c1004 /Documentation/ABI/testing/sysfs-bus-iio | |
parent | bd53a414b860e4b12f88fbf553e4197384846dbd (diff) |
iio: move ABI specification for store_eeprom; is used by ad9523, mcp4725 and ds1077 devices
Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
Reviewed-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'Documentation/ABI/testing/sysfs-bus-iio')
-rw-r--r-- | Documentation/ABI/testing/sysfs-bus-iio | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/ABI/testing/sysfs-bus-iio b/Documentation/ABI/testing/sysfs-bus-iio index e49d84c00eee..45ae709db4ff 100644 --- a/Documentation/ABI/testing/sysfs-bus-iio +++ b/Documentation/ABI/testing/sysfs-bus-iio | |||
@@ -793,3 +793,11 @@ Contact: linux-iio@vger.kernel.org | |||
793 | Description: | 793 | Description: |
794 | This attribute is used to read the amount of quadrature error | 794 | This attribute is used to read the amount of quadrature error |
795 | present in the device at a given time. | 795 | present in the device at a given time. |
796 | |||
797 | What: /sys/bus/iio/devices/iio:deviceX/store_eeprom | ||
798 | KernelVersion: 3.4.0 | ||
799 | Contact: linux-iio@vger.kernel.org | ||
800 | Description: | ||
801 | Writing '1' stores the current device configuration into | ||
802 | on-chip EEPROM. After power-up or chip reset the device will | ||
803 | automatically load the saved configuration. | ||