]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
regulator: tps65219: Update driver name
authorShree Ramamoorthy <s-ramamoorthy@ti.com>
Tue, 17 Dec 2024 20:45:24 +0000 (14:45 -0600)
committerMark Brown <broonie@kernel.org>
Tue, 17 Dec 2024 21:19:59 +0000 (21:19 +0000)
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>
drivers/regulator/tps65219-regulator.c

index 14d843a99d0fe9e9d04f613c70dce2a5177dc734..5decf69f327ae71493d40e2d5b483368d65b1260 100644 (file)
@@ -379,7 +379,7 @@ MODULE_DEVICE_TABLE(platform, tps65219_regulator_id_table);
 
 static struct platform_driver tps65219_regulator_driver = {
        .driver = {
-               .name = "tps65219-pmic",
+               .name = "tps65219-regulator",
                .probe_type = PROBE_PREFER_ASYNCHRONOUS,
        },
        .probe = tps65219_regulator_probe,