[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20230612143651.959646-2-frattaroli.nicolas@gmail.com>
Date: Mon, 12 Jun 2023 16:36:52 +0200
From: Nicolas Frattaroli <frattaroli.nicolas@...il.com>
To: Sebastian Reichel <sre@...nel.org>,
Maya Matuszczyk <maccraft123mc@...il.com>,
Lee Jones <lee@...nel.org>,
Chris Morgan <macromorgan@...mail.com>
Cc: Nicolas Frattaroli <frattaroli.nicolas@...il.com>,
linux-rockchip@...ts.infradead.org, stable@...r.kernel.org,
Sebastian Reichel <sebastian.reichel@...labora.com>,
linux-pm@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH] 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: 11cb8da0189b ("power: supply: Add charger driver for Rockchip RK817")
Cc: stable@...r.kernel.org
Signed-off-by: Nicolas Frattaroli <frattaroli.nicolas@...il.com>
---
drivers/power/supply/rk817_charger.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/power/supply/rk817_charger.c b/drivers/power/supply/rk817_charger.c
index 1a2143641e66..76b991e112da 100644
--- a/drivers/power/supply/rk817_charger.c
+++ b/drivers/power/supply/rk817_charger.c
@@ -1211,3 +1211,4 @@ MODULE_DESCRIPTION("Battery power supply driver for RK817 PMIC");
MODULE_AUTHOR("Maya Matuszczyk <maccraft123mc@...il.com>");
MODULE_AUTHOR("Chris Morgan <macromorgan@...mail.com>");
MODULE_LICENSE("GPL");
+MODULE_ALIAS("platform:rk817-charger");
--
2.41.0
Powered by blists - more mailing lists