diff options
author | Thierry Reding <treding@nvidia.com> | 2021-12-07 16:25:50 +0300 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2021-12-16 18:51:01 +0300 |
commit | 4b5ae31fb75655d6270a160a3ebafc48474f597d (patch) | |
tree | 9a246107bb19270459cb411241633a3e82ae1833 /arch/arm64/boot/dts/nvidia/tegra186-p3509-0000+p3636-0001.dts | |
parent | fe57ff5365c9aef12e80ee51e38d0ea6bb17b255 (diff) | |
download | linux-4b5ae31fb75655d6270a160a3ebafc48474f597d.tar.xz |
arm64: tegra: Rename power-monitor input nodes
Child nodes of the TI INA3221 power monitor device tree node should be
called input@* according to the DT schema.
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'arch/arm64/boot/dts/nvidia/tegra186-p3509-0000+p3636-0001.dts')
-rw-r--r-- | arch/arm64/boot/dts/nvidia/tegra186-p3509-0000+p3636-0001.dts | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm64/boot/dts/nvidia/tegra186-p3509-0000+p3636-0001.dts b/arch/arm64/boot/dts/nvidia/tegra186-p3509-0000+p3636-0001.dts index 33e707ef883b..6cc51083adb7 100644 --- a/arch/arm64/boot/dts/nvidia/tegra186-p3509-0000+p3636-0001.dts +++ b/arch/arm64/boot/dts/nvidia/tegra186-p3509-0000+p3636-0001.dts @@ -81,22 +81,22 @@ #address-cells = <1>; #size-cells = <0>; - channel@0 { + input@0 { reg = <0>; label = "VDD_IN"; shunt-resistor-micro-ohms = <5>; }; - channel@1 { + input@1 { reg = <1>; label = "VDD_CPU_GPU"; shunt-resistor-micro-ohms = <5>; }; - channel@2 { + input@2 { reg = <2>; label = "VDD_SOC"; - shunt-resistor-micro-ohms = <>; + shunt-resistor-micro-ohms = <5>; }; }; }; |