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

Commit 7aefbecb authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "dt-bindings: qpnp-qg: Add properties for fast-charge config"

parents 0ff0c75b dc253644
Loading
Loading
Loading
Loading
+47 −0
Original line number Diff line number Diff line
@@ -357,6 +357,53 @@ First Level Node - QGAUGE device
		    the available power. If this property is not specified,
		    then the default value used is 2800 mV.

- qcom,qg-sleep-config
	Usage:      optional
	Value type: bool
	Definition: Enables sleep-state configurtion for QG. This
		    allows configuring the FIFO length, accumulator
		    interval and the accumulator length when system
		    enters sleep.

- qcom,sleep-s2-fifo-length
	Usage:      optional
	Value type: <u32>
	Definition: The FIFO length to be applied when system enters sleep
		    while discharging. Takes effect only if
		    'qcom,qg-sleep-config' is enabled. the default value
		    if not specified is 8.

- qcom,sleep-s2-acc-length
	Usage:      optional
	Value type: <u32>
	Definition: The accululator length to be applied when system
		    enters sleep while discharging. Takes effect only if
		    'qcom,qg-sleep-config' is enabled. the default value
		    if not specified is 256.

- qcom,sleep-s2-acc-intvl-ms
	Usage:      optional
	Value type: <u32>
	Definition: The accululator count to be applied when system
		    enters sleep while discharging. Takes effect only if
		    'qcom,qg-sleep-config' is enabled. the default value
		    if not specified is 200ms.

- qcom,qg-fast-chg-config
	Usage:      optional
	Value type: bool
	Definition: Enables fast-charge configurtion for QG. This
		    allows configuring the FIFO length during
		    fast charge.

- qcom,fast-chg-s2-fifo-length
	Usage:      optional
	Value type: <u32>
	Definition: The FIFO length to be applied when system enters
		    fast-chargging. Takes effect only if
		    'qcom,qg-fast-chg-config' is enabled. The
		    default value if not specified is 1.

==========================================================
Second Level Nodes - Peripherals managed by QGAUGE driver
==========================================================