diff options
author | Mark Brown <broonie@kernel.org> | 2019-11-22 19:56:20 +0000 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-11-22 19:56:20 +0000 |
commit | a21da94f617bce0771144ea8093b6987184b38d0 (patch) | |
tree | ca8fe8bcd71f07a9215e6ac3a584fc22a45a3d8b /include/linux/regulator/fixed.h | |
parent | c642e87086847d7f61b7b7d8744ac23e44cac91e (diff) | |
parent | c15d5a645875bc9b89f68f5d3fb608f691ac78d7 (diff) |
Merge branch 'regulator-5.5' into regulator-next
Diffstat (limited to 'include/linux/regulator/fixed.h')
-rw-r--r-- | include/linux/regulator/fixed.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/regulator/fixed.h b/include/linux/regulator/fixed.h index d44ce5f18a56..55319943fcc5 100644 --- a/include/linux/regulator/fixed.h +++ b/include/linux/regulator/fixed.h @@ -36,6 +36,7 @@ struct fixed_voltage_config { const char *input_supply; int microvolts; unsigned startup_delay; + unsigned int off_on_delay; unsigned enabled_at_boot:1; struct regulator_init_data *init_data; }; |