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

Commit b6290ffe authored by Matthias Kaehlcke's avatar Matthias Kaehlcke Committed by Samuel Ortiz
Browse files

mfd: Add backlight as subdevice to the tps65217



mfd: Add backlight as subdevice to the tps65217

Signed-off-by: default avatarMatthias Kaehlcke <matthias@kaehlcke.net>
Signed-off-by: default avatarSamuel Ortiz <sameo@linux.intel.com>
parent f3f1f0a1
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -34,6 +34,9 @@ static struct mfd_cell tps65217s[] = {
	{
		.name = "tps65217-pmic",
	},
	{
		.name = "tps65217-bl",
	},
};

/**