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

Commit b7e53786 authored by Venu Byravarasu's avatar Venu Byravarasu Committed by Samuel Ortiz
Browse files

mfd: Correct tps65090 cell names



mfd cell names are mistyped as TPS65910 instead of TPS65090.

Signed-off-by: default avatarVenu Byravarasu <vbyravarasu@nvidia.com>
Signed-off-by: default avatarSamuel Ortiz <sameo@linux.intel.com>
parent 7a7487cb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -71,10 +71,10 @@ static const struct tps65090_irq_data tps65090_irqs[] = {

static struct mfd_cell tps65090s[] = {
	{
		.name = "tps65910-pmic",
		.name = "tps65090-pmic",
	},
	{
		.name = "tps65910-regulator",
		.name = "tps65090-regulator",
	},
};