Commit fccf14ad authored by Fabio Baltieri's avatar Fabio Baltieri Committed by Lee Jones
Browse files

mfd: ab8500-core: Add of_compatible property for ab8500-codec



Add of_compatible string to the ab8500-codec cell to allow the driver to
grab handlers such as regulators from device-tree when available.

Signed-off-by: default avatarFabio Baltieri <fabio.baltieri@linaro.org>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent 9c717cf3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1135,6 +1135,7 @@ static struct mfd_cell ab8500_devs[] = {
	},
	{
		.name = "ab8500-codec",
		.of_compatible = "stericsson,ab8500-codec",
	},
};