diff options
author | Pascal PAILLET-LME <p.paillet@st.com> | 2019-02-19 10:04:33 +0000 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-02-19 11:02:27 +0000 |
commit | f369788894a483f9e703b13c0841ee0069eed758 (patch) | |
tree | 1d13b4b1f44470dc213bef3ac20759b700787e46 /Documentation | |
parent | 8c44e448583cbabff5eeda4137f52a1bf2df9a4c (diff) |
dt-bindings: regulator: remove regulator pull-down support for stpmic1
Regulator high pull down are enabled by default so remove support in the
driver.
Signed-off-by: Pascal Paillet <p.paillet@st.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/regulator/st,stpmic1-regulator.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/regulator/st,stpmic1-regulator.txt b/Documentation/devicetree/bindings/regulator/st,stpmic1-regulator.txt index de27897d3f3a..bf9385b11da6 100644 --- a/Documentation/devicetree/bindings/regulator/st,stpmic1-regulator.txt +++ b/Documentation/devicetree/bindings/regulator/st,stpmic1-regulator.txt @@ -23,8 +23,6 @@ Switches are fixed voltage regulators with only enable/disable capability. Optional properties: - st,mask-reset: mask reset for this regulator: the regulator configuration is maintained during pmic reset. -- regulator-pull-down: enable high pull down - if not specified light pull down is used - regulator-over-current-protection: if set, all regulators are switched off in case of over-current detection on this regulator, |