diff mbox series

[v2,3/3] doc: ABI: testing: sma1307: Add support for SMA1307

Message ID 20240903054435.2659-4-kiseok.jo@irondevice.com
State New
Headers show
Series Add a driver for the Iron Device SMA1307 Amp | expand

Commit Message

Kiseok Jo Sept. 3, 2024, 5:44 a.m. UTC
Signed-off-by: Kiseok Jo <kiseok.jo@irondevice.com>
---
 .../ABI/testing/sysfs-bus-i2c-devices-sma1307   | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 Documentation/ABI/testing/sysfs-bus-i2c-devices-sma1307
diff mbox series

Patch

diff --git a/Documentation/ABI/testing/sysfs-bus-i2c-devices-sma1307 b/Documentation/ABI/testing/sysfs-bus-i2c-devices-sma1307
new file mode 100644
index 000000000..8046d8bfc
--- /dev/null
+++ b/Documentation/ABI/testing/sysfs-bus-i2c-devices-sma1307
@@ -0,0 +1,17 @@ 
+What:		/sys/bus/i2c/.../check_fault_period
+Date:		August, 2024
+KernelVersion:	6.12
+Contact:	Kiseok Jo <kiseok.jo@irondevice.com>
+Description:
+		Value for the polling interval to check the device status.
+		The unit is seconds, and the default value is set to 1 second.
+
+What:		/sys/bus/i2c/.../check_fault_status
+Date:		August, 2024
+KernelVersion:	6.12
+Contact:	Kiseok Jo <kiseok.jo@irondevice.com>
+Description:
+		To check the device status, the device's status value is read
+		perodically. This value determines whether the operation is
+		enabled or disabled. The default value is 1(true), and to
+		disable it, set the value to 0(false).