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

Commit b0110cd8 authored by Linux Build Service Account's avatar Linux Build Service Account
Browse files

Merge 78033016 on remote branch

Change-Id: Ic3d3f4ac719556e49e7a2c19b3c390f050c88118
parents 68f569f1 78033016
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -5,7 +5,8 @@ Required properties :
- compatible : shall contain one of the following:
		"qcom,gpucc-sm8150",
		"qcom,gpucc-sdmshrike",
		"qcom,gpucc-sm6150".
		"qcom,gpucc-sm6150",
		"qcom,gpucc-sdmmagpie".

- reg : shall contain base register offset and size.
- reg-names: names of registers listed in the same order as in the reg property.
+9 −0
Original line number Diff line number Diff line
@@ -130,6 +130,15 @@ waveforms/effects:
		 [5:1]: waveform amplitude
		 [0]: reserved.

- qcom,wf-vmax-mv
  Usage:      optional
  Value type: <u32>
  Definition: Specifies the maximum allowed output voltage in millivolts
		for this effect. Value specified here will be rounded
		off to the closest multiple of 116 mV. Allowed values:
		0 to 3596. If this is not specified, the value defined in
		"qcom,vmax-mv" will be applied.

- qcom,wf-play-rate-us
  Usage:      optional
  Value type: <u32>
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ First Level Node - CSIPHY device
  Usage: required
  Value type: <string>
  Definition: Should be "qcom,csiphy-v1.0",
	"qcom,csiphy-v1.1", "qcom,csiphy".
	"qcom,csiphy-v1.1", "qcom,csiphy-v2.0", "qcom,csiphy".

- cell-index: csiphy hardware core index
  Usage: required
+7 −0
Original line number Diff line number Diff line
@@ -351,6 +351,13 @@ First Level Node - FG Gen4 device
		    property "qcom,slope-limit-temp-threshold" to make dynamic
		    slope limit adjustment functional.

- qcom,rapid-soc-dec-en
	Usage:      optional
	Value type: <empty>
	Definition: A boolean property that when defined enables rapid SOC
		    decrease when the battery SOC is low but not converging to
		    zero with battery voltage dropping rapidly below Vcutoff.

==========================================================
Second Level Nodes - Peripherals managed by FG Gen4 driver
==========================================================
+12 −0
Original line number Diff line number Diff line
@@ -40,6 +40,17 @@ device module in Qualcomm Technologies, Inc. PMIC chips.
		      channels. This property is required if any LPG channels
		      support LUT mode.

- qcom,sync-channel-ids:
	Usage: optional
	Value type: <prop-encoded-array>
	Definition: The hardware IDs of the LPG channel that required be
		      grouped together. These channels will share the same LUT
		      ramping configuration so that they will be enabled with a
		      synchronized pattern. If the LUT ramping configuration
		      differs for the channels grouped for synchronization,
		      configuration of the first channel will be applied for
		      all others.

Subnode is optional if LUT mode is not required, it's required if any LPG
channels expected to be supported in LUT mode.

@@ -114,6 +125,7 @@ Example:
		#pwm-cells = <2>;
		qcom,lut-patterns = <0 14 28 42 56 70 84 100
					100 84 70 56 42 28 14 0>;
		qcom,sync-channel-ids = <3 4 5>;
		lpg@3 {
			qcom,lpg-chan-id = <3>;
			qcom,ramp-step-ms = <200>;
Loading