From 23fa18eaa71266feff7ba8d83022d9e1cc83c65a Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Fri, 10 May 2024 07:42:03 +0000 Subject: [PATCH] disable pwm7 --- kernel/Documentation/ABI/obsolete/sysfs-gpio | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/kernel/Documentation/ABI/obsolete/sysfs-gpio b/kernel/Documentation/ABI/obsolete/sysfs-gpio index 40d41ea..b8b0fd3 100644 --- a/kernel/Documentation/ABI/obsolete/sysfs-gpio +++ b/kernel/Documentation/ABI/obsolete/sysfs-gpio @@ -11,7 +11,9 @@ Kernel code may export it for complete or partial access. GPIOs are identified as they are inside the kernel, using integers in - the range 0..INT_MAX. See Documentation/gpio for more information. + the range 0..INT_MAX. See Documentation/admin-guide/gpio for more information. + + :: /sys/class/gpio /export ... asks the kernel to export a GPIO to userspace -- Gitblit v1.6.2