[an error occurred while processing this directive]
[an error occurred while processing this directive]
|
|
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <0440825afccf3234997eded18b8a10f1f95638c0.1753759794.git.cy_huang@richtek.com>
Date: Tue, 29 Jul 2025 12:21:56 +0800
From: <cy_huang@...htek.com>
To: Sebastian Reichel <sre@...nel.org>, Rob Herring <robh@...nel.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>
CC: Conor Dooley <conor+dt@...nel.org>, ChiYuan Huang <cy_huang@...htek.com>,
<devicetree@...r.kernel.org>, <linux-pm@...r.kernel.org>,
<linux-kernel@...r.kernel.org>
Subject: [PATCH 3/3] Documentation: power: rt9756: Document exported sysfs entries
From: ChiYuan Huang <cy_huang@...htek.com>
Document the settings exported by rt9756 charger driver through sysfs
entries:
- watchdog_timer
- battery_voltage
- battery_current
- operation_mode
Signed-off-by: ChiYuan Huang <cy_huang@...htek.com>
---
.../ABI/testing/sysfs-class-power-rt9756 | 52 +++++++++++++++++++
1 file changed, 52 insertions(+)
create mode 100644 Documentation/ABI/testing/sysfs-class-power-rt9756
diff --git a/Documentation/ABI/testing/sysfs-class-power-rt9756 b/Documentation/ABI/testing/sysfs-class-power-rt9756
new file mode 100644
index 000000000000..2d0f7ef1b855
--- /dev/null
+++ b/Documentation/ABI/testing/sysfs-class-power-rt9756
@@ -0,0 +1,52 @@
+What: /sys/class/power_supply/rt9756-*/watchdog_timer
+Date: Aug 2025
+KernelVersion: 6.17
+Contact: ChiYuan Huang <cy_huang@...htek.com>
+Description:
+ This entry shows and sets the watchdog timer when rt9756 charger
+ operates in charging mode. When the timer expires, the device
+ will disable the charging. To prevent the timer expires, any
+ host communication can make the timer restarted.
+
+ Access: Read, Write
+
+ Valid values:
+ - 500, 1000, 5000, 30000, 40000, 80000, 128000 or 255000 (milliseconds),
+ - 0: disabled
+
+What: /sys/class/power_supply/rt9756-*/battery_voltage
+Date: Aug 2025
+KernelVersion: 6.17
+Contact: ChiYuan Huang <cy_huang@...htek.com>
+Description:
+ Reports the current BAT voltage.
+
+ Access: Read-Only
+
+ Valid values: Represented in microvolts
+
+What: /sys/class/power_supply/rt9756-*/battery_current
+Date: Aug 2025
+KernelVersion: 6.17
+Contact: ChiYuan Huang <cy_huang@...htek.com>
+Description:
+ Reports the current BAT current.
+
+ Access: Read-Only
+
+ Valid values: Represented in microamps
+
+What: /sys/class/power_supply/rt9756-*/operation_mode
+Date: Aug 2025
+KernelVersion: 6.17
+Contact: ChiYuan Huang <cy_huang@...htek.com>
+Description:
+ This entry shows and set the operation mode when rt9756 charger
+ operates in charging phase. If 'bypass' mode is used, internal
+ path will connect vbus directly to vbat. Else, default 'div2'
+ mode for the switch-cap charging.
+
+ Access: Read, Write
+
+ Valid values:
+ - 'bypass' or 'div2'
--
2.34.1
Powered by blists - more mailing lists