mirror of
https://github.com/torvalds/linux.git
synced 2026-06-05 04:56:13 +02:00
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>
This commit is contained in:
parent
b0ddea8539
commit
b64994d18f
|
|
@ -56,6 +56,16 @@ serial@3100000 {
|
|||
|
||||
i2c@3160000 {
|
||||
status = "okay";
|
||||
|
||||
power-monitor@40 {
|
||||
compatible = "ti,ina3221";
|
||||
reg = <0x40>;
|
||||
};
|
||||
|
||||
power-monitor@41 {
|
||||
compatible = "ti,ina3221";
|
||||
reg = <0x41>;
|
||||
};
|
||||
};
|
||||
|
||||
i2c@3180000 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user