diff options
author | Mark Brown | 2019-03-04 16:32:43 +0100 |
---|---|---|
committer | Mark Brown | 2019-03-04 16:32:43 +0100 |
commit | 88f268a5bcc3b0683e6fbaf9973702e5329fc1e3 (patch) | |
tree | a64bf49e575ece017359ba5ac89fbc52efd81f2a /arch/arm/mach-mmp/brownstone.c | |
parent | Merge branch 'regulator-5.0' into regulator-linus (diff) | |
parent | regulator: mc13xxx: Constify regulator_ops variables (diff) | |
download | kernel-qcow2-linux-88f268a5bcc3b0683e6fbaf9973702e5329fc1e3.tar.gz kernel-qcow2-linux-88f268a5bcc3b0683e6fbaf9973702e5329fc1e3.tar.xz kernel-qcow2-linux-88f268a5bcc3b0683e6fbaf9973702e5329fc1e3.zip |
Merge branch 'regulator-5.1' into regulator-next
Diffstat (limited to 'arch/arm/mach-mmp/brownstone.c')
-rw-r--r-- | arch/arm/mach-mmp/brownstone.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-mmp/brownstone.c b/arch/arm/mach-mmp/brownstone.c index a04e249c654b..d2560fb1e835 100644 --- a/arch/arm/mach-mmp/brownstone.c +++ b/arch/arm/mach-mmp/brownstone.c @@ -149,7 +149,6 @@ static struct regulator_init_data brownstone_v_5vp_data = { static struct fixed_voltage_config brownstone_v_5vp = { .supply_name = "v_5vp", .microvolts = 5000000, - .enable_high = 1, .enabled_at_boot = 1, .init_data = &brownstone_v_5vp_data, }; |