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

Commit 31f1457f authored by Siddartha Mohanadoss's avatar Siddartha Mohanadoss
Browse files

ARM: dts: msm: Add INA231 for MSM8996 fluid



INA231 driver communicates over I2C and clients can use it
to read bus voltage which is vph_pwr and shunt voltage drop
across a 5mohm shunt resistor.

Change-Id: I1b2d7eb27ab11bd9d7d7a8291a45f1e76da3bb34
Signed-off-by: default avatarSiddartha Mohanadoss <smohanad@codeaurora.org>
parent 754d3185
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -40,6 +40,12 @@
		qcom,float-voltage-mv = <4400>;
		qcom,recharge-mv = <100>;
	};

	ina231@40 {
		compatible = "ina231";
		reg = <0x40>;
		shunt-resistor = <5000>;
	};
};

&ufs_ice {