diff options
| author | Anirudh Ghayal <aghayal@codeaurora.org> | 2016-02-15 16:49:46 +0530 |
|---|---|---|
| committer | David Keitel <dkeitel@codeaurora.org> | 2016-03-23 21:23:09 -0700 |
| commit | 9be974698de0a7e2c7ace97fc3a78340f6bf385e (patch) | |
| tree | c6325a8915e3558c2ca58d273bdcb113e1da032f /Documentation | |
| parent | 09a0e43d7804f95189834ab14150ad76a91a766e (diff) | |
regulator: qpnp-labibb: Add support for TTW on PMI8950
Add TTW configuration for PMI8950. Also, add a DT property
(qcom,labibb-ttw-force-lab-on) to keep LAB always-on in TTW mode.
Presently, this property is only required for PMI8950.
CRs-Fixed: 958285 962662
Change-Id: Iec79a6f752067d96fc62a8e9d629c39f4db5ab9f
Signed-off-by: Anirudh Ghayal <aghayal@codeaurora.org>
Signed-off-by: Subbaraman Narayanamurthy <subbaram@codeaurora.org>
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/devicetree/bindings/regulator/qpnp-labibb-regulator.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/regulator/qpnp-labibb-regulator.txt b/Documentation/devicetree/bindings/regulator/qpnp-labibb-regulator.txt index e19f9b9aef9d..134bfd594994 100644 --- a/Documentation/devicetree/bindings/regulator/qpnp-labibb-regulator.txt +++ b/Documentation/devicetree/bindings/regulator/qpnp-labibb-regulator.txt @@ -18,6 +18,8 @@ Main node required properties: configured for AMOLED mode together. "stand-alone" means using LAB and IBB regulators as stand alone regulators. +- qcom,pmic-revid: Specifies the phandle of the PMIC revid module. + Used to identify the PMIC subtype. Main node optional properties: @@ -30,6 +32,8 @@ Main node optional properties: - qpnp,swire-control: A bool property which indicates if the LAB/IBB is controlled by the SWIRE interface. Enable only if qpnp,qpnp-labibb-mode = "amoled". +- qcom,labibb-ttw-force-lab-on: A boolean property which forces LAB to be + always on during TTW mode. LAB subnode required properties: @@ -198,6 +202,7 @@ Example: #address-cells = <1>; #size-cells = <1>; qpnp,qpnp-labibb-mode = "lcd"; + qcom,pmic-revid = <&pmi8994_revid>; lab_regulator: qcom,lab@de00 { reg = <0xde00 0x100>; |
