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 --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).