Skip to content

Commit e71e7d3

Browse files
M-Vaittinenbroonie
authored andcommitted
regulator: bd9576: Fix the driver name in id table
Driver name was changed in MFD cell: https://lore.kernel.org/lkml/560b9748094392493ebf7af11b6cc558776c4fd5.1613031055.git.matti.vaittinen@fi.rohmeurope.com/ Fix the ID table to match this. Fixes: b1b3ced ("mfd: Support ROHM BD9576MUF and BD9573MUF") Signed-off-by: Matti Vaittinen <[email protected]> Link: https://lore.kernel.org/r/e0483149333626b3bea298f305cf2809429d1822.1622628334.git.matti.vaittinen@fi.rohmeurope.com Signed-off-by: Mark Brown <[email protected]>
1 parent e7bf1fa commit e71e7d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/regulator/bd9576-regulator.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1114,8 +1114,8 @@ static int bd957x_probe(struct platform_device *pdev)
11141114
}
11151115

11161116
static const struct platform_device_id bd957x_pmic_id[] = {
1117-
{ "bd9573-pmic", ROHM_CHIP_TYPE_BD9573 },
1118-
{ "bd9576-pmic", ROHM_CHIP_TYPE_BD9576 },
1117+
{ "bd9573-regulator", ROHM_CHIP_TYPE_BD9573 },
1118+
{ "bd9576-regulator", ROHM_CHIP_TYPE_BD9576 },
11191119
{ },
11201120
};
11211121
MODULE_DEVICE_TABLE(platform, bd957x_pmic_id);

0 commit comments

Comments
 (0)