From: Thierry Reding Date: Thu, 23 Feb 2017 17:30:50 +0000 (+0100) Subject: arm64: tegra: Enable current monitors on P3310 X-Git-Tag: v4.12-rc1~52^2~11^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b64994d18fcdb7ad5a1eedf291a0e95a44344e17;p=thirdparty%2Fkernel%2Flinux.git 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: Jon Hunter Signed-off-by: Thierry Reding --- diff --git a/arch/arm64/boot/dts/nvidia/tegra186-p3310.dtsi b/arch/arm64/boot/dts/nvidia/tegra186-p3310.dtsi index 5a49093d5ce7a..cf84d7046ad58 100644 --- a/arch/arm64/boot/dts/nvidia/tegra186-p3310.dtsi +++ b/arch/arm64/boot/dts/nvidia/tegra186-p3310.dtsi @@ -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 {