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

regulator: tps6524x: Remove unneeded comment for N_REGULATORS

Signed-off-by: default avatarAxel Lin <axel.lin@gmail.com>
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 94732b97
...@@ -108,9 +108,7 @@ ...@@ -108,9 +108,7 @@
#define N_DCDC 3 #define N_DCDC 3
#define N_LDO 2 #define N_LDO 2
#define N_SWITCH 2 #define N_SWITCH 2
#define N_REGULATORS (3 /* DCDC */ + \ #define N_REGULATORS (N_DCDC + N_LDO + N_SWITCH)
2 /* LDO */ + \
2 /* switch */)
#define FIXED_ILIMSEL BIT(0) #define FIXED_ILIMSEL BIT(0)
#define FIXED_VOLTAGE BIT(1) #define FIXED_VOLTAGE BIT(1)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment