arm64: tegra: Enable current monitors on P3310
authorThierry Reding <treding@nvidia.com>
Thu, 23 Feb 2017 17:30:50 +0000 (18:30 +0100)
committerThierry Reding <treding@nvidia.com>
Fri, 10 Mar 2017 16:37:34 +0000 (17:37 +0100)
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 <jonathanh@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm64/boot/dts/nvidia/tegra186-p3310.dtsi

index 5a49093..cf84d70 100644 (file)
 
        i2c@3160000 {
                status = "okay";
+
+               power-monitor@40 {
+                       compatible = "ti,ina3221";
+                       reg = <0x40>;
+               };
+
+               power-monitor@41 {
+                       compatible = "ti,ina3221";
+                       reg = <0x41>;
+               };
        };
 
        i2c@3180000 {