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

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

Merge 486b948c on remote branch

Change-Id: Iaed1ca20828efd57c501318c05573a9b22bf30a1
parents bd194a50 486b948c
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -169,6 +169,9 @@ Generic board variants:
- RUMI device:
- RUMI device:
  compatible = "qcom,rumi"
  compatible = "qcom,rumi"


- SVR device:
  compatible = "qcom,svr"





Boards (SoC type + board variant):
Boards (SoC type + board variant):
@@ -202,6 +205,7 @@ compatible = "qcom,apqtitanium-mtp"
compatible = "qcom,apq8098-cdp"
compatible = "qcom,apq8098-cdp"
compatible = "qcom,apq8098-mtp"
compatible = "qcom,apq8098-mtp"
compatible = "qcom,apq8098-qrd"
compatible = "qcom,apq8098-qrd"
compatible = "qcom,apq8098-svr"
compatible = "qcom,mdm9630-cdp"
compatible = "qcom,mdm9630-cdp"
compatible = "qcom,mdm9630-mtp"
compatible = "qcom,mdm9630-mtp"
compatible = "qcom,mdm9630-sim"
compatible = "qcom,mdm9630-sim"
+1 −0
Original line number Original line Diff line number Diff line
@@ -93,6 +93,7 @@ Optional Properties:
- qcom,chipid:		   If it exists this property is used to replace
- qcom,chipid:		   If it exists this property is used to replace
			   the chip identification read from the GPU hardware.
			   the chip identification read from the GPU hardware.
			   This is used to override faulty hardware readings.
			   This is used to override faulty hardware readings.
- qcom,disable-wake-on-touch:   Boolean. Disables the GPU power up on a touch input event.
- qcom,disable-busy-time-burst:
- qcom,disable-busy-time-burst:
				Boolean. Disables the busy time burst to avoid switching
				Boolean. Disables the busy time burst to avoid switching
				of power level for large frames based on the busy time limit.
				of power level for large frames based on the busy time limit.
+2 −0
Original line number Original line Diff line number Diff line
@@ -78,6 +78,8 @@ Optional properties for WLED:
- qcom,lcd-psm-ctrl	: A boolean property to specify if PSM needs to be
- qcom,lcd-psm-ctrl	: A boolean property to specify if PSM needs to be
			  controlled dynamically when WLED module is enabled
			  controlled dynamically when WLED module is enabled
			  or disabled.
			  or disabled.
- qcom,auto-calibration-enable : A boolean property which enables auto-calibration
				 of the WLED sink configuration.


Optional properties if 'qcom,disp-type-amoled' is mentioned in DT:
Optional properties if 'qcom,disp-type-amoled' is mentioned in DT:
- qcom,loop-comp-res-kohm	: control to select the compensation resistor in kohm. default is 320.
- qcom,loop-comp-res-kohm	: control to select the compensation resistor in kohm. default is 320.
+2 −0
Original line number Original line Diff line number Diff line
@@ -9,6 +9,8 @@ Required properties:
Optional property:
Optional property:
- qcom,fab-id-valid: Use this property when support to read Fab
- qcom,fab-id-valid: Use this property when support to read Fab
	identification from REV ID peripheral is available.
	identification from REV ID peripheral is available.
- qcom,tp-rev-valid: Use this property when support to read TP
	revision identification from REV ID peripheral.


Example:
Example:
	qcom,revid@100 {
	qcom,revid@100 {
+4 −0
Original line number Original line Diff line number Diff line
@@ -178,6 +178,10 @@ Charger specific properties:
  Definition: WD bark-timeout in seconds. The possible values are
  Definition: WD bark-timeout in seconds. The possible values are
		16, 32, 64, 128. If not defined it defaults to 64.
		16, 32, 64, 128. If not defined it defaults to 64.


- qcom,sw-jeita-enable
  Usage:      optional
  Value type: bool
  Definition: Boolean flag which when present enables sw compensation for jeita


=============================================
=============================================
Second Level Nodes - SMB2 Charger Peripherals
Second Level Nodes - SMB2 Charger Peripherals
Loading