drivers: regulator: adp5360: remove unused init priority
The common init priority is a leftover from a previous implementation. Remove it as it's not used. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
6a6d05b941
commit
d99afcd0da
1 changed files with 2 additions and 13 deletions
|
@ -9,20 +9,9 @@ config REGULATOR_ADP5360
|
|||
help
|
||||
Enable the Analog Devices ADP5360 PMIC regulator driver
|
||||
|
||||
if REGULATOR_ADP5360
|
||||
|
||||
config REGULATOR_ADP5360_COMMON_INIT_PRIORITY
|
||||
int "ADP5360 regulator driver init priority (common part)"
|
||||
default 75
|
||||
help
|
||||
Init priority for the Analog Devices ADP5360 regulator driver (common
|
||||
part). It must be greater than I2C init priority.
|
||||
|
||||
config REGULATOR_ADP5360_INIT_PRIORITY
|
||||
int "ADP5360 regulator driver init priority"
|
||||
default 76
|
||||
depends on REGULATOR_ADP5360
|
||||
help
|
||||
Init priority for the Analog Devices ADP5360 regulator driver. It must
|
||||
be greater than REGULATOR_ADP5360_COMMON_INIT_PRIORITY.
|
||||
|
||||
endif
|
||||
Init priority for the Analog Devices ADP5360 regulator driver.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue