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

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

Merge "ARM: dts: msm: add PBS device for PM8150B"

parents 98f81afc 8eb2ccb9
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -29,6 +29,12 @@ First Level Node - FG Gen4 device
	Definition: Should specify the phandle of PMIC revid module. This is
		    used to identify the PMIC subtype.

- qcom,pmic-pbs
	Usage:      optional
	Value type: <phandle>
	Definition: Should specify the phandle of PMIC PBS module. This is
		    used to trigger PBS for certain configurations.

- #thermal-sensor-cells: Should be 0. See thermal.txt for the description.

- nvmem-names:
+6 −0
Original line number Diff line number Diff line
@@ -44,6 +44,11 @@
			clock-names = "xo";
		};

		pm8150b_pbs1: qcom,pbs@7200 {
			compatible = "qcom,qpnp-pbs";
			reg = <0x7200 0x100>;
		};

		pm8150b_qnovo: qcom,sdam-qnovo@b000 {
			compatible = "qcom,qpnp-qnovo5";
			reg = <0xb000 0x100>;
@@ -282,6 +287,7 @@
			#address-cells = <1>;
			#size-cells = <1>;
			qcom,pmic-revid = <&pm8150b_revid>;
			qcom,pmic-pbs = <&pm8150b_pbs1>;
			status = "disabled";

			qcom,fg-batt-soc@4000 {