Skip to content

Commit 2ef8310

Browse files
shramamoorthybroonie
authored andcommitted
regulator: tps65219: Update driver name
Follow the same naming convention in tps6594-regulator.c with tpsxxx-regulator instead of tpsxxx-pmic. Signed-off-by: Shree Ramamoorthy <s-ramamoorthy@ti.com> Link: https://patch.msgid.link/20241217204526.1010989-3-s-ramamoorthy@ti.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent e7ce043 commit 2ef8310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/regulator/tps65219-regulator.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ MODULE_DEVICE_TABLE(platform, tps65219_regulator_id_table);
379379

380380
static struct platform_driver tps65219_regulator_driver = {
381381
.driver = {
382-
.name = "tps65219-pmic",
382+
.name = "tps65219-regulator",
383383
.probe_type = PROBE_PREFER_ASYNCHRONOUS,
384384
},
385385
.probe = tps65219_regulator_probe,

0 commit comments

Comments
 (0)