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

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

Merge "ARM: dts: msm: configure DT to support dual Charge Pumps"

parents 68b123ba ffa3bc5e
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -44,3 +44,17 @@ smb1390: qcom,smb1390@10 {
		};
	};
};

smb1390_slave: qcom,smb1390_slave@18 {
	compatible = "qcom,i2c-pmic";
	reg = <0x18>;
	#address-cells = <1>;
	#size-cells = <0>;
	qcom,periph-map = <0x10>;
	status = "disabled";

	smb1390_slave_charger: qcom,charge_pump_slave {
		compatible = "qcom,smb1390-slave";
		status = "disabled";
	};
};