Skip to content

Commit 46a4d12

Browse files
rnicolescusecondgregkh
authored andcommitted
char: tlclk: Fix correct sysfs directory path for tlclk
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: 72239a7 ("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>
1 parent 4d95514 commit 46a4d12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/char/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ config TELCLOCK
404404
configuration of the telecom clock configuration settings. This
405405
device is used for hardware synchronization across the ATCA backplane
406406
fabric. Upon loading, the driver exports a sysfs directory,
407-
/sys/devices/platform/telco_clock, with a number of files for
407+
/sys/devices/faux/telco_clock, with a number of files for
408408
controlling the behavior of this hardware.
409409

410410
source "drivers/s390/char/Kconfig"

0 commit comments

Comments
 (0)