]> www.infradead.org Git - users/jedix/linux-maple.git/commit
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)
commit46a4d12a005c58317e89b5644774c683365dc2ca
treefd7555a8a16b68a818476763ecb29bffbf0c20ae
parent4d95514d14e87427459ef9e9b5b81c8fe5ebb37c
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: 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