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

Commit 3ee6df65 authored by Ashay Jaiswal's avatar Ashay Jaiswal Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: add SCHGM_FLASH in charger device for PMI632



FLASH module in PMI632 charger hardware allows charger
specific flash hardware configuration and interrupt
handling.

Change-Id: I2bbf80da56d7e5abaa4bfb39cff475d560da5a84
Signed-off-by: default avatarAshay Jaiswal <ashayj@codeaurora.org>
parent 09feab8b
Loading
Loading
Loading
Loading
+14 −0
Original line number Original line Diff line number Diff line
@@ -355,6 +355,20 @@
						  "temp-change-smb";
						  "temp-change-smb";
			};
			};


			qcom,schgm-flash@a600 {
				reg = <0xa600 0x100>;
				interrupts =
					<0x2 0xa6 0x2 IRQ_TYPE_EDGE_RISING>,
					<0x2 0xa6 0x5 IRQ_TYPE_EDGE_RISING>,
					<0x2 0xa6 0x6 IRQ_TYPE_EDGE_RISING>,
					<0x2 0xa6 0x7 IRQ_TYPE_EDGE_BOTH>;

				interrupt-names = "flash-state-change",
						"ilim1-s1",
						"ilim2-s2",
						"vreg-ok";
			};

			smb5_vbus: qcom,smb5-vbus {
			smb5_vbus: qcom,smb5-vbus {
				regulator-name = "smb5-vbus";
				regulator-name = "smb5-vbus";
			};
			};