Commit e71e7d3d authored by Matti Vaittinen's avatar Matti Vaittinen Committed by Mark Brown

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: b1b3ced3 ("mfd: Support ROHM BD9576MUF and BD9573MUF")
Signed-off-by: default avatarMatti Vaittinen <matti.vaittinen@fi.rohmeurope.com>
Link: https://lore.kernel.org/r/e0483149333626b3bea298f305cf2809429d1822.1622628334.git.matti.vaittinen@fi.rohmeurope.comSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent e7bf1fa5
...@@ -1114,8 +1114,8 @@ static int bd957x_probe(struct platform_device *pdev) ...@@ -1114,8 +1114,8 @@ static int bd957x_probe(struct platform_device *pdev)
} }
static const struct platform_device_id bd957x_pmic_id[] = { static const struct platform_device_id bd957x_pmic_id[] = {
{ "bd9573-pmic", ROHM_CHIP_TYPE_BD9573 }, { "bd9573-regulator", ROHM_CHIP_TYPE_BD9573 },
{ "bd9576-pmic", ROHM_CHIP_TYPE_BD9576 }, { "bd9576-regulator", ROHM_CHIP_TYPE_BD9576 },
{ }, { },
}; };
MODULE_DEVICE_TABLE(platform, bd957x_pmic_id); MODULE_DEVICE_TABLE(platform, bd957x_pmic_id);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment