Skip to content

Commit c06a017

Browse files
thom24lag-linaro
authored andcommitted
leds: upboard: Fix module alias
The module alias does not match the cell name defined in the MFD driver, preventing automatic loading when the driver is built as a module. So fix the module alias to ensure proper module auto-loading. Fixes: 0ef2929 ("leds: Add AAEON UP board LED driver") Signed-off-by: Thomas Richard <thomas.richard@bootlin.com> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://patch.msgid.link/20251020-leds-upboard-fix-module-alias-v2-1-84ac5c3a1a81@bootlin.com Signed-off-by: Lee Jones <lee@kernel.org>
1 parent 26fe74d commit c06a017

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/leds/leds-upboard.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,4 +123,4 @@ MODULE_AUTHOR("Gary Wang <garywang@aaeon.com.tw>");
123123
MODULE_AUTHOR("Thomas Richard <thomas.richard@bootlin.com>");
124124
MODULE_DESCRIPTION("UP Board LED driver");
125125
MODULE_LICENSE("GPL");
126-
MODULE_ALIAS("platform:upboard-led");
126+
MODULE_ALIAS("platform:upboard-leds");

0 commit comments

Comments
 (0)