Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 41096801 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Lee Jones
Browse files

mfd: max14577: Match regulator by of_compatible string



Match max14577 regulator driver by of_compatible specified in mfd_cell.

Signed-off-by: default avatarKrzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent 3008ddbe
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -26,7 +26,10 @@

static struct mfd_cell max14577_devs[] = {
	{ .name = "max14577-muic", },
	{ .name = "max14577-regulator", },
	{
		.name = "max14577-regulator",
		.of_compatible = "maxim,max14577-regulator",
	},
	{ .name = "max14577-charger", },
};