Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ABI: testing: sysfs-class-oxp: add missing documentation

Add missing documentation about the tt_toggle attribute that was added
in kernel 6.5.

Fixes: be144ee491272 ("hwmon: (oxp-sensors) Add tt_toggle attribute on supported boards")
Reviewed-by: Thomas Weißschuh <linux@weissschuh.net>
Reviewed-by: Derek J. Clark <derekjohn.clark@gmail.com>
Signed-off-by: Antheas Kapenekakis <lkml@antheas.dev>
Link: https://lore.kernel.org/r/20250425111821.88746-5-lkml@antheas.dev
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>

authored by

Antheas Kapenekakis and committed by
Ilpo Järvinen
d9c4037f 3012bb39

+13
+13
Documentation/ABI/testing/sysfs-platform-oxp
··· 1 + What: /sys/devices/platform/<platform>/tt_toggle 2 + Date: Jun 2023 3 + KernelVersion: 6.5 4 + Contact: "Antheas Kapenekakis" <lkml@antheas.dev> 5 + Description: 6 + Takeover TDP controls from the device. OneXPlayer devices have a 7 + turbo button that can be used to switch between two TDP modes 8 + (usually 15W and 25W). By setting this attribute to 1, this 9 + functionality is disabled, handing TDP control over to (Windows) 10 + userspace software and the Turbo button turns into a keyboard 11 + shortcut over the AT keyboard of the device. In addition, 12 + using this setting is a prerequisite for PWM control for most 13 + newer models (otherwise it NOOPs).