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

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

Merge 07b3f965 on remote branch

Change-Id: Ieedb2e4edb95a6e78fbe9f84d781588cabbc5dab
parents 268893b4 07b3f965
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -107,6 +107,9 @@ SoCs:
- MONACO
  compatible = "qcom,monaco"

- MONACOP
  compatible = "qcom,monacop"

- SDXNIGHTJAR
  compatible = "qcom,sdxnightjar"

@@ -276,6 +279,7 @@ compatible = "qcom,sdxprairie-rumi"
compatible = "qcom,sdxprairie-mtp"
compatible = "qcom,sdxprairie-cdp"
compatible = "qcom,sdxlemur-rumi"
compatible = "qcom,sdxlemur-atp"
compatible = "qcom,sdxlemur-mtp"
compatible = "qcom,sdxlemur-cdp"
compatible = "qcom,sdxlemur-rcm"
@@ -290,6 +294,8 @@ compatible = "qcom,holi-atp"
compatible = "qcom,blair-rumi"
compatible = "qcom,scuba-idp"
compatible = "qcom,monaco-rumi"
compatible = "qcom,monaco"
compatible = "qcom,monacop"
compatible = "qcom,sdxnightjar-mtp"
compatible = "qcom,sdxnightjar-cdp"
compatible = "qcom,sdxnightjar-qrd"
+1 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@ Properties:
	            or "qcom,shima-llcc" or "qcom,sdxlemur-llcc"
	            or "qcom,yupik-llcc" or "qcom,sm8150-llcc"
		    or "qcom,sdmshrike-llcc" or "qcom,sm6150-llcc"
		    or "qcom,direwolf-llcc"
		    "qcom,llcc-v2" must be appended for V2 hardware.

- reg:
+17 −0
Original line number Diff line number Diff line
@@ -39,6 +39,13 @@ Profile data node required properties:
			of coefficients used in hardware state machines and thus
			influencing the final output of the state of charge read
			by software.
- qcom,capacity : Maximum capacity of the battery (in mAH).
- qcom,checksum : Checksum used to determine if loaded battery profile is valid.
- qcom,recharge-soc-delta : Percentage of SOC delta dropped after end of charge
			to enable recharge.
- qcom,recharge-vflt-delta : Delta in Vfloat dropped from regular vfloat in
			recharge.
- qcom,recharge-iterm-ma : Termination current (in mA) in recharge.

Profile data node optional properties:
- qcom,chg-rslow-comp-c1 : A constant for rslow compensation in the fuel gauge.
@@ -198,6 +205,16 @@ Lookup table required properties:
			the size of qcom,lut-row-legend if it's a 2-dimensional
			table. The data should be in a flattened row-major
			representation.
- qcom,bp-c-table0 : LUT table of the battery used for PON SOC estimation
			during battery charge.
- qcom,bp-d-table0 : LUT table of the battery used for PON SOC estimation
			during battery discharge.
- qcom,bp-c-table-X : LUT tables of the battery at different temperatures
			used for SOC estimation during battery charge. Value
			of X starts from 1.
- qcom,bp-d-table-X : LUT tables of the battery at different temperatures
			used for SOC estimation during battery charge. Value
			of X starts from 1.

Lookup table optional properties:
- qcom,lut-row-legend : An array that encodes the legend of the lookup table's rows.
+1 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@ Required properties :
			"qcom,sm6150-debugcc"
			"qcom,monaco-debugcc"
			"qcom,direwolf-debugcc"
			"qcom,blair-debugcc"

- qcom,gcc: phandle to the GCC device node.
- qcom,videocc: phandle to the Video CC device node.
+2 −1
Original line number Diff line number Diff line
@@ -23,7 +23,8 @@ Required properties:
  - pinctrl-names: Names corresponding to the numbered pinctrl states
  - pinctrl-<n>: Pinctrl states as described in
                 bindings/pinctrl/pinctrl-bindings.txt
  - qcom,wlan-rc-num: PCIe root complex number which WLAN chip is attached to
  - qcom,wlan-rc-num: List of PCIe root complex numbers which WLAN device may
                      attach to

Optional properties:
  - qcom,notify-modem-status: Boolean property to decide whether modem
Loading