Skip to content

Commit cbcdfbf

Browse files
CounterPillowsre
authored andcommitted
power: supply: rk817: Add missing module alias
Similar to the rk817 codec alias that was missing, the rk817 charger driver is missing a module alias as well. This absence prevents the driver from autoprobing on OF systems when it is built as a module. Add the right MODULE_ALIAS to fix this. Fixes: 11cb8da ("power: supply: Add charger driver for Rockchip RK817") Cc: stable@vger.kernel.org Signed-off-by: Nicolas Frattaroli <frattaroli.nicolas@gmail.com> Reviewed-by: Chris Morgan <macromorgan@hotmail.com> Link: https://lore.kernel.org/r/20230612143651.959646-2-frattaroli.nicolas@gmail.com Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
1 parent e350599 commit cbcdfbf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/power/supply/rk817_charger.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1211,3 +1211,4 @@ MODULE_DESCRIPTION("Battery power supply driver for RK817 PMIC");
12111211
MODULE_AUTHOR("Maya Matuszczyk <maccraft123mc@gmail.com>");
12121212
MODULE_AUTHOR("Chris Morgan <macromorgan@hotmail.com>");
12131213
MODULE_LICENSE("GPL");
1214+
MODULE_ALIAS("platform:rk817-charger");

0 commit comments

Comments
 (0)