Files
kernel_common_drivers/drivers/regulator/Kconfig
T
Chengbing.wu b1f4bf058f regulator: common14_k5.15 common driver trunk bringup patches [1/2]
PD#SWPL-135783

Problem:
1. need use regulator to delay dvfs voltage set;
2. for boot to kernel vddcpu/vddee voltage
change to max problem;

Solution:
1. (add dvfs delay time at s7 pxp) at 374414;
2. add init voltage at txhd2 trunk;

Verify:
build pass

Change-Id: I8d5a2750d3ab5df2d949be710db5f1adf3659cb7
Signed-off-by: chengbing.wu <chengbing.wu@amlogic.com>
2024-01-05 08:13:52 -07:00

28 lines
657 B
Plaintext

# SPDX-License-Identifier: (GPL-2.0+ OR MIT)
if REGULATOR
config AMLOGIC_REGULATOR
tristate "Amlogic regulator devices support"
default n
help
regulator devices support
select y for built-in
select m for ko
select n for disable
if AMLOGIC_REGULATOR
source "$(COMMON_DRIVERS_DIR)/drivers/regulator/meson_pmic6b/Kconfig"
endif
config AMLOGIC_PWM_REGULATOR
bool "PWM voltage regulator for AMLOGIC define"
depends on REGULATOR_PWM
help
This driver supports some feature of PWM regulators.
such as:
1. need use regulator to delay dvfs voltage setting;
2. deal with problem of voltage by changed to max booting to kernel;
endif