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

Commit b64994d1 authored by Thierry Reding's avatar Thierry Reding
Browse files

arm64: tegra: Enable current monitors on P3310



The P3310 processor module contains two current monitors that can be
used to determine the current flow across various parts of the board
design.

Acked-by: default avatarJon Hunter <jonathanh@nvidia.com>
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent b0ddea85
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -56,6 +56,16 @@

	i2c@3160000 {
		status = "okay";

		power-monitor@40 {
			compatible = "ti,ina3221";
			reg = <0x40>;
		};

		power-monitor@41 {
			compatible = "ti,ina3221";
			reg = <0x41>;
		};
	};

	i2c@3180000 {