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

Commit a232d56e authored by Yadwinder Singh Brar's avatar Yadwinder Singh Brar Committed by Samuel Ortiz
Browse files

mfd: Remove the clocks from the list of max77686 regulators



Remove the clocks from the list of regulators to correct the value of
MAX77686_REG_MAX which is used in the regulator driver to represent the no.
of regulators present in max77686.

Signed-off-by: default avatarYadwinder Singh Brar <yadi.brar@samsung.com>
Signed-off-by: default avatarSamuel Ortiz <sameo@linux.intel.com>
parent c1516f84
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -67,9 +67,6 @@ enum max77686_regulators {
	MAX77686_BUCK7,
	MAX77686_BUCK8,
	MAX77686_BUCK9,
	MAX77686_EN32KHZ_AP,
	MAX77686_EN32KHZ_CP,
	MAX77686_P32KH,

	MAX77686_REG_MAX,
};