Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4e654050 authored by Subbaraman Narayanamurthy's avatar Subbaraman Narayanamurthy
Browse files

dt-bindings: qpnp-amoled: Add support to configure PD control in AOD



Add support to configure AB and IBB PD control for different
modes of operation in AOD through "qcom,aod-pd-control" property
under AB/IBB regulator subnodes.

Change-Id: Ice9c4117d61bd4235ece828fa0d45da11d73016e
Signed-off-by: default avatarSubbaraman Narayanamurthy <subbaram@codeaurora.org>
parent 9522b092
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -61,6 +61,12 @@ Subnode common properties for OLEDB and AB/IBB regulator devices.
		    controlled by SWIRE signal. When this is specified, output
		    voltage of the regulator is not controlled by SW.

- qcom,aod-pd-control:
	Usage:      optional
	Value type: <empty>
	Definition: A boolean property to specify that the pull down control
		    for AB/IBB needs to be configured during AOD mode.

Example:

pm8150a_amoled: oledb@e000 {
@@ -82,6 +88,7 @@ pm8150a_amoled: oledb@e000 {
		regulator-min-microvolt = <4600000>;
		regulator-max-microvolt = <6100000>;
		qcom,swire-control;
		qcom,aod-pd-control;
	};

	ibb_vreg: ibb@dc00 {
@@ -91,5 +98,6 @@ pm8150a_amoled: oledb@e000 {
		regulator-min-microvolt = <800000>;
		regulator-max-microvolt = <5400000>;
		qcom,swire-control;
		qcom,aod-pd-control;
	};
};