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

Commit 242bd803 authored by Tirupathi Reddy's avatar Tirupathi Reddy
Browse files

ARM: dts: msm: add PMIC peripheral devices for sdm670



The sdm670 uses PMIC peripheral devices found in PM660 and PM660l
chips. Add the PMIC peripheral device nodes defined in pm660 and
pm660l device files for sdm670.

CRs-Fixed: 2059735
Change-Id: I5c216b484333161040a70def337dfd2a3b90c548
Signed-off-by: default avatarTirupathi Reddy <tirupath@codeaurora.org>
parent 9ae4c89d
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -330,7 +330,9 @@
					   "usbin_v";

			qcom,wipower-max-uw = <5000000>;
			dpdm-supply = <&qusb_phy0>;

			/* Enable after the qusb_phy0 device node is added */
			/* dpdm-supply = <&qusb_phy0>; */

			qcom,thermal-mitigation
					= <3000000 2500000 2000000 1500000
+10 −0
Original line number Diff line number Diff line
@@ -361,3 +361,13 @@
		regulator-max-microvolt = <7>;
	};
};

&pm660_charger {
	smb2_vbus: qcom,smb2-vbus {
		regulator-name = "smb2-vbus";
	};

	smb2_vconn: qcom,smb2-vconn {
		regulator-name = "smb2-vconn";
	};
};
+2 −0
Original line number Diff line number Diff line
@@ -845,4 +845,6 @@
	status = "ok";
};

#include "pm660.dtsi"
#include "pm660l.dtsi"
#include "sdm670-regulator.dtsi"