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

Commit 4d984d1c authored by Axel Lin's avatar Axel Lin Committed by Mark Brown
Browse files

regulator: tps6524x: Remove unneeded comment for N_REGULATORS

parent 94732b97
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -108,9 +108,7 @@
#define N_DCDC			3
#define N_LDO			2
#define N_SWITCH		2
#define N_REGULATORS		(3 /* DCDC */ + \
				 2 /* LDO */  + \
				 2 /* switch */)
#define N_REGULATORS		(N_DCDC + N_LDO + N_SWITCH)

#define FIXED_ILIMSEL		BIT(0)
#define FIXED_VOLTAGE		BIT(1)