]> git.ipfire.org Git - thirdparty/linux.git/commit
platform/chrome: cros_kbd_led_backlight: Remove OF match
authorTzung-Bi Shih <tzungbi@kernel.org>
Fri, 6 Dec 2024 03:14:04 +0000 (03:14 +0000)
committerTzung-Bi Shih <tzungbi@kernel.org>
Mon, 30 Dec 2024 01:31:05 +0000 (01:31 +0000)
commit3a1d61dc32022ab15f168391d2120d4fcc2d048e
tree5dab3fda5821a441d75140dd035405f381cc51f1
parentdce2f5b5da23389f838a22a7c149b717da93d9fe
platform/chrome: cros_kbd_led_backlight: Remove OF match

After applying 4c03a44e2668 ("arm64: dts: mediatek: mt8195-cherry: Remove
keyboard-backlight node"), there are no users for using the OF match.
Instead, the device is added via drivers/mfd/cros_ec_dev.c by
970c3a6b7aa3 ("mfd: cros_ec: Register keyboard backlight subdevice").

Remove the OF match.

Link: https://lore.kernel.org/r/20241206031405.1711996-2-tzungbi@kernel.org
Signed-off-by: Tzung-Bi Shih <tzungbi@kernel.org>
drivers/platform/chrome/cros_kbd_led_backlight.c