diff options
author | Thierry Reding <treding@nvidia.com> | 2017-02-23 12:30:50 -0500 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2017-03-10 11:37:34 -0500 |
commit | b64994d18fcdb7ad5a1eedf291a0e95a44344e17 (patch) | |
tree | aa869012e1d6b36358384c971ed989e2233e134c | |
parent | b0ddea853919e6165d58b68dc086ad575112965b (diff) |
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 <jonathanh@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
-rw-r--r-- | arch/arm64/boot/dts/nvidia/tegra186-p3310.dtsi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/nvidia/tegra186-p3310.dtsi b/arch/arm64/boot/dts/nvidia/tegra186-p3310.dtsi index 5a49093d5ce7..cf84d7046ad5 100644 --- a/arch/arm64/boot/dts/nvidia/tegra186-p3310.dtsi +++ b/arch/arm64/boot/dts/nvidia/tegra186-p3310.dtsi | |||
@@ -56,6 +56,16 @@ | |||
56 | 56 | ||
57 | i2c@3160000 { | 57 | i2c@3160000 { |
58 | status = "okay"; | 58 | status = "okay"; |
59 | |||
60 | power-monitor@40 { | ||
61 | compatible = "ti,ina3221"; | ||
62 | reg = <0x40>; | ||
63 | }; | ||
64 | |||
65 | power-monitor@41 { | ||
66 | compatible = "ti,ina3221"; | ||
67 | reg = <0x41>; | ||
68 | }; | ||
59 | }; | 69 | }; |
60 | 70 | ||
61 | i2c@3180000 { | 71 | i2c@3180000 { |