mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-10 07:00:48 +00:00
Merge remote-tracking branch 'regulator/topic/tps65910' into regulator-next
This commit is contained in:
commit
f1e0d5f138
@ -38,6 +38,11 @@ static const unsigned int VIO_VSEL_table[] = {
|
|||||||
|
|
||||||
/* VSEL tables for TPS65910 specific LDOs and dcdc's */
|
/* VSEL tables for TPS65910 specific LDOs and dcdc's */
|
||||||
|
|
||||||
|
/* supported VRTC voltages in microvolts */
|
||||||
|
static const unsigned int VRTC_VSEL_table[] = {
|
||||||
|
1800000,
|
||||||
|
};
|
||||||
|
|
||||||
/* supported VDD3 voltages in microvolts */
|
/* supported VDD3 voltages in microvolts */
|
||||||
static const unsigned int VDD3_VSEL_table[] = {
|
static const unsigned int VDD3_VSEL_table[] = {
|
||||||
5000000,
|
5000000,
|
||||||
@ -95,6 +100,8 @@ static struct tps_info tps65910_regs[] = {
|
|||||||
{
|
{
|
||||||
.name = "vrtc",
|
.name = "vrtc",
|
||||||
.vin_name = "vcc7",
|
.vin_name = "vcc7",
|
||||||
|
.n_voltages = ARRAY_SIZE(VRTC_VSEL_table),
|
||||||
|
.voltage_table = VRTC_VSEL_table,
|
||||||
.enable_time_us = 2200,
|
.enable_time_us = 2200,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user