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

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

Merge "dt-bindings: qpnp-smb5: Support enabling of ADC based AICL"

parents b94aa7ff 9ea02c71
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -311,6 +311,19 @@ Charger specific properties:
		connector THERM. The only valid values are (0/30/100/400).
		If not specified 100K is used as default pull-up.

- qcom,wd-snarl-time-config
  Usage:      optional
  Value type: <u32>
  Definition: WDOG snarl timeout configuration value. The possible values are
		0 to 7, where 0 = 62.5ms, 1 = 125ms, 2 = 250ms, 3 = 500ms,
		4 = 1s, 5 = 2s, 6 = 4s and 7 = 8s. If not defined, wdog-snarl
		irq is disabled by default.

- qcom,adc-based-aicl
  Usage:      optional
  Value type: bool
  Definition: Boolean flag which when present enables ADC based AICL.

=============================================
Second Level Nodes - SMB5 Charger Peripherals
=============================================
+16 −0
Original line number Diff line number Diff line
@@ -32,6 +32,22 @@ Charger specific properties:
  Definition: For details about IIO bindings see:
	      Documentation/devicetree/bindings/iio/iio-bindings.txt

- qcom,min-ilim-ua
  Usage:      optional
  Value type: <u32>
  Definition: Minimum ILIM supported, if requested ILIM goes below this value
	      disable SMB1390. If this values is not specified default minimum
	      ILIM is 1A.

- qcom,max-temp-alarm-degc
  Usage:      optional
  Value type: <u32>
  Definition: Maximum die temperature to trigger temp alarm. The value
	      must be one of the following:
	      85, 95, 110, 125.
	      If this value is not specified or is not one of the above
	      then default value is 110.

================================================
Second Level Nodes - SMB1390 Charger Peripherals
================================================