arm64: tegra: Rename power-monitor input nodes
authorThierry Reding <treding@nvidia.com>
Tue, 7 Dec 2021 13:25:50 +0000 (14:25 +0100)
committerThierry Reding <treding@nvidia.com>
Thu, 16 Dec 2021 15:51:01 +0000 (16:51 +0100)
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>
arch/arm64/boot/dts/nvidia/tegra186-p2771-0000.dts
arch/arm64/boot/dts/nvidia/tegra186-p3310.dtsi
arch/arm64/boot/dts/nvidia/tegra186-p3509-0000+p3636-0001.dts

index 2883049..c4dee05 100644 (file)
                        #address-cells = <1>;
                        #size-cells = <0>;
 
-                       channel@0 {
+                       input@0 {
                                reg = <0x0>;
                                label = "VDD_MUX";
                                shunt-resistor-micro-ohms = <20000>;
                        };
 
-                       channel@1 {
+                       input@1 {
                                reg = <0x1>;
                                label = "VDD_5V0_IO_SYS";
                                shunt-resistor-micro-ohms = <5000>;
                        };
 
-                       channel@2 {
+                       input@2 {
                                reg = <0x2>;
                                label = "VDD_3V3_SYS";
                                shunt-resistor-micro-ohms = <10000>;
                        #address-cells = <1>;
                        #size-cells = <0>;
 
-                       channel@0 {
+                       input@0 {
                                reg = <0x0>;
                                label = "VDD_3V3_IO_SLP";
                                shunt-resistor-micro-ohms = <10000>;
                        };
 
-                       channel@1 {
+                       input@1 {
                                reg = <0x1>;
                                label = "VDD_1V8_IO";
                                shunt-resistor-micro-ohms = <10000>;
                        };
 
-                       channel@2 {
+                       input@2 {
                                reg = <0x2>;
                                label = "VDD_M2_IN";
                                shunt-resistor-micro-ohms = <10000>;
index 4917b43..3d8878c 100644 (file)
                        #address-cells = <1>;
                        #size-cells = <0>;
 
-                       channel@0 {
+                       input@0 {
                                reg = <0x0>;
                                label = "VDD_SYS_GPU";
                                shunt-resistor-micro-ohms = <10000>;
                        };
 
-                       channel@1 {
+                       input@1 {
                                reg = <0x1>;
                                label = "VDD_SYS_SOC";
                                shunt-resistor-micro-ohms = <10000>;
                        };
 
-                       channel@2 {
+                       input@2 {
                                reg = <0x2>;
                                label = "VDD_3V8_WIFI";
                                shunt-resistor-micro-ohms = <10000>;
                        #address-cells = <1>;
                        #size-cells = <0>;
 
-                       channel@0 {
+                       input@0 {
                                reg = <0x0>;
                                label = "VDD_IN";
                                shunt-resistor-micro-ohms = <5000>;
                        };
 
-                       channel@1 {
+                       input@1 {
                                reg = <0x1>;
                                label = "VDD_SYS_CPU";
                                shunt-resistor-micro-ohms = <10000>;
                        };
 
-                       channel@2 {
+                       input@2 {
                                reg = <0x2>;
                                label = "VDD_5V0_DDR";
                                shunt-resistor-micro-ohms = <10000>;
index 33e707e..6cc5108 100644 (file)
                        #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>;
                        };
                };
        };