]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
char: tlclk: Fix correct sysfs directory path for tlclk
authorRoxana Nicolescu <nicolescu.roxana@protonmail.com>
Thu, 1 May 2025 20:05:00 +0000 (20:05 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 21 May 2025 12:51:29 +0000 (14:51 +0200)
The tlckl driver does not create a platform device anymore. It was
recently changed to use a faux device instead. Therefore the sysfs path
has changed from /sys/devices/platform/telco_clock to
/sys/devices/faux/telco_clock.

Fixes: 72239a78f9f5 ("tlclk: convert to use faux_device")
Signed-off-by: Roxana Nicolescu <nicolescu.roxana@protonmail.com>
Link: https://lore.kernel.org/r/20250501200457.18506-1-nicolescu.roxana@protonmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/char/Kconfig

index 8fb33c90482f797c382e0ca25abef56ccf704b95..ae61967605563cbe41b6ce68eddcfaf563376c75 100644 (file)
@@ -404,7 +404,7 @@ config TELCLOCK
          configuration of the telecom clock configuration settings.  This
          device is used for hardware synchronization across the ATCA backplane
          fabric.  Upon loading, the driver exports a sysfs directory,
-         /sys/devices/platform/telco_clock, with a number of files for
+         /sys/devices/faux/telco_clock, with a number of files for
          controlling the behavior of this hardware.
 
 source "drivers/s390/char/Kconfig"