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

Commit ebea3f9b authored by Tirupathi Reddy's avatar Tirupathi Reddy Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Update the PMIC related DT configuration for QCS405



Change the below PMIC configurations for QCS405 
 1. enable SMB1351 only for SKU1
 2. MX  and LPI_CX resource-id
 3. APC CPR fused-voltage step-size to 8mV
 4. PON interrupt configuration

Change-Id: Idd4564828982525372aa55d17be136f398f2e414
Signed-off-by: default avatarTirupathi Reddy <tirupath@codeaurora.org>
parent fda8a459
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
	rpm-regulator-smpa1 {
		compatible = "qcom,rpm-smd-regulator-resource";
		qcom,resource-name = "rwmx";
		qcom,resource-id = <1>;
		qcom,resource-id = <0>;
		qcom,regulator-type = <1>;
		qcom,hpm-min-load = <100000>;
		status = "disabled";
@@ -32,7 +32,7 @@
	rpm-regulator-smpa2 {
		compatible = "qcom,rpm-smd-regulator-resource";
		qcom,resource-name = "rwlc";
		qcom,resource-id = <2>;
		qcom,resource-id = <0>;
		qcom,regulator-type = <1>;
		qcom,hpm-min-load = <100000>;
		status = "disabled";
+1 −1
Original line number Diff line number Diff line
@@ -87,7 +87,7 @@
		pms405_pon: qcom,power-on@800 {
			compatible = "qcom,qpnp-power-on";
			reg = <0x800 0x100>;
			interrupts = <0x0 0x8 0x0>;
			interrupts = <0x0 0x8 0x0 IRQ_TYPE_NONE>;
			interrupt-names = "kpdpwr";
			qcom,pon-dbc-delay = <15625>;

+8 −0
Original line number Diff line number Diff line
@@ -21,3 +21,11 @@
	compatible = "qcom,qcs405-iot", "qcom,qcs405", "qcom,iot";
	qcom,board-id = <0x010020 0>;
};

&i2c_5 {
	status = "ok";
};

&smb1351_otg_supply {
	status = "ok";
};
+1 −1
Original line number Diff line number Diff line
@@ -339,7 +339,7 @@
					<70 19 7 0>,
					<70 26 7 0>;
		qcom,cpr-fuse-quot-offset-scale = <5 5 5>;
		qcom,cpr-init-voltage-step = <10000>;
		qcom,cpr-init-voltage-step = <8000>;
		qcom,cpr-corner-map = <1 2 3>;
		qcom,mem-acc-corner-map = <1 2 2>;
		qcom,cpr-corner-frequency-map =
+1 −1
Original line number Diff line number Diff line
@@ -995,8 +995,8 @@
#include "qcs405-usb.dtsi"

&i2c_5 {
	status = "ok";
	smb1351_otg_supply: smb1351-charger@55 {
		status = "disabled";
		compatible = "qcom,smb1351-charger";
		reg = <0x55>;
		interrupt-parent = <&tlmm>;