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

Commit f14e658e authored by Harry Yang's avatar Harry Yang Committed by Sahil Chandna
Browse files

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



Add device tree node for slave SMB1390, to support dual
SMB1390 charging.

Change-Id: I55654cea760ac0addae24a171672da8075e7081c
Signed-off-by: default avatarHarry Yang <harryy@codeaurora.org>
Signed-off-by: default avatarSahil Chandna <chandna@codeaurora.org>
parent 2013c60e
Loading
Loading
Loading
Loading
+15 −1
Original line number Diff line number Diff line
/* Copyright (c) 2018, The Linux Foundation. All rights reserved.
/* Copyright (c) 2018-2019, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -56,3 +56,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";
	};
};