提交 4b5ae31f 编写于 作者: T Thierry Reding

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: NThierry Reding <treding@nvidia.com>
上级 fe57ff53
...@@ -1945,19 +1945,19 @@ ...@@ -1945,19 +1945,19 @@
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
channel@0 { input@0 {
reg = <0x0>; reg = <0x0>;
label = "VDD_MUX"; label = "VDD_MUX";
shunt-resistor-micro-ohms = <20000>; shunt-resistor-micro-ohms = <20000>;
}; };
channel@1 { input@1 {
reg = <0x1>; reg = <0x1>;
label = "VDD_5V0_IO_SYS"; label = "VDD_5V0_IO_SYS";
shunt-resistor-micro-ohms = <5000>; shunt-resistor-micro-ohms = <5000>;
}; };
channel@2 { input@2 {
reg = <0x2>; reg = <0x2>;
label = "VDD_3V3_SYS"; label = "VDD_3V3_SYS";
shunt-resistor-micro-ohms = <10000>; shunt-resistor-micro-ohms = <10000>;
...@@ -1970,19 +1970,19 @@ ...@@ -1970,19 +1970,19 @@
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
channel@0 { input@0 {
reg = <0x0>; reg = <0x0>;
label = "VDD_3V3_IO_SLP"; label = "VDD_3V3_IO_SLP";
shunt-resistor-micro-ohms = <10000>; shunt-resistor-micro-ohms = <10000>;
}; };
channel@1 { input@1 {
reg = <0x1>; reg = <0x1>;
label = "VDD_1V8_IO"; label = "VDD_1V8_IO";
shunt-resistor-micro-ohms = <10000>; shunt-resistor-micro-ohms = <10000>;
}; };
channel@2 { input@2 {
reg = <0x2>; reg = <0x2>;
label = "VDD_M2_IN"; label = "VDD_M2_IN";
shunt-resistor-micro-ohms = <10000>; shunt-resistor-micro-ohms = <10000>;
......
...@@ -73,19 +73,19 @@ ...@@ -73,19 +73,19 @@
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
channel@0 { input@0 {
reg = <0x0>; reg = <0x0>;
label = "VDD_SYS_GPU"; label = "VDD_SYS_GPU";
shunt-resistor-micro-ohms = <10000>; shunt-resistor-micro-ohms = <10000>;
}; };
channel@1 { input@1 {
reg = <0x1>; reg = <0x1>;
label = "VDD_SYS_SOC"; label = "VDD_SYS_SOC";
shunt-resistor-micro-ohms = <10000>; shunt-resistor-micro-ohms = <10000>;
}; };
channel@2 { input@2 {
reg = <0x2>; reg = <0x2>;
label = "VDD_3V8_WIFI"; label = "VDD_3V8_WIFI";
shunt-resistor-micro-ohms = <10000>; shunt-resistor-micro-ohms = <10000>;
...@@ -98,19 +98,19 @@ ...@@ -98,19 +98,19 @@
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
channel@0 { input@0 {
reg = <0x0>; reg = <0x0>;
label = "VDD_IN"; label = "VDD_IN";
shunt-resistor-micro-ohms = <5000>; shunt-resistor-micro-ohms = <5000>;
}; };
channel@1 { input@1 {
reg = <0x1>; reg = <0x1>;
label = "VDD_SYS_CPU"; label = "VDD_SYS_CPU";
shunt-resistor-micro-ohms = <10000>; shunt-resistor-micro-ohms = <10000>;
}; };
channel@2 { input@2 {
reg = <0x2>; reg = <0x2>;
label = "VDD_5V0_DDR"; label = "VDD_5V0_DDR";
shunt-resistor-micro-ohms = <10000>; shunt-resistor-micro-ohms = <10000>;
......
...@@ -81,22 +81,22 @@ ...@@ -81,22 +81,22 @@
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
channel@0 { input@0 {
reg = <0>; reg = <0>;
label = "VDD_IN"; label = "VDD_IN";
shunt-resistor-micro-ohms = <5>; shunt-resistor-micro-ohms = <5>;
}; };
channel@1 { input@1 {
reg = <1>; reg = <1>;
label = "VDD_CPU_GPU"; label = "VDD_CPU_GPU";
shunt-resistor-micro-ohms = <5>; shunt-resistor-micro-ohms = <5>;
}; };
channel@2 { input@2 {
reg = <2>; reg = <2>;
label = "VDD_SOC"; label = "VDD_SOC";
shunt-resistor-micro-ohms = <>; shunt-resistor-micro-ohms = <5>;
}; };
}; };
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册