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

Commit e3ac87f8 authored by Manaf Meethalavalappu Pallikunhi's avatar Manaf Meethalavalappu Pallikunhi
Browse files

ARM: dts: msm: Enable BCL peripheral configuration for pm660



Enable BCL peripheral configurations like BCL address space, interrupt
information and Vbat/Ibat polling delay information etc. for pm660.

Change-Id: Ifd8358d779bffad70ec4f836ac94d8b44af4505e
Signed-off-by: default avatarManaf Meethalavalappu Pallikunhi <manafm@codeaurora.org>
parent 311c02a2
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -573,6 +573,18 @@
			reg = <0x7300 0x100>;
			status = "disabled";
		};

		bcl@4200 {
			compatible = "qcom,msm-bcl-lmh";
			reg = <0x4200 0xff>;
			reg-names = "fg_user_adc";
			interrupts = <0x0 0x42 0x0>,
					<0x0 0x42 0x2>;
			interrupt-names = "bcl-high-ibat-int",
					"bcl-low-vbat-int";
			qcom,vbat-polling-delay-ms = <100>;
			qcom,ibat-polling-delay-ms = <100>;
		};
	};

	qcom,pm660@1 {