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

Commit 5d5bbadc authored by Kavya Nunna's avatar Kavya Nunna
Browse files

ARM: dts: msm: Add schg-flashlite node for PM2250

Add schg-flashlite node in charger for the charger
flash interface.

Change-Id: Ia5dd83be6829b8950dafe9507670a81220082c0a
parent 782d6f95
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -319,6 +319,20 @@
						  "all-chnl-cond-done",
						  "temp-change";
			};

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

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