p3701: overlay: Disable unconnected channels

Disable unconnected ina3221 channels so that those information are not
visible in the sysfs.

Bug 4168926

Signed-off-by: Johnny Liu <johnliu@nvidia.com>
Change-Id: Ia94f3f3cc0efe20371297faeabfe374b6db63982
Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/2925713
(cherry picked from commit 180b6ef7a5)
Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/2979151
Reviewed-by: Yi-Wei Wang <yiweiw@nvidia.com>
Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com>
GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
Johnny Liu
2023-06-25 02:49:38 +00:00
committed by mobile promotions
parent 98c4dcc03d
commit 723deb5202
2 changed files with 4 additions and 4 deletions

View File

@@ -41,7 +41,7 @@
#io-channel-cells = <1>;
channel@0 {
reg = <0x0>;
label = "NC";
status = "disabled";
};
channel@1 {
reg = <0x1>;
@@ -50,7 +50,7 @@
};
channel@2 {
reg = <0x2>;
label = "NC";
status = "disabled";
};
};
};

View File

@@ -39,7 +39,7 @@
#io-channel-cells = <1>;
channel@0 {
reg = <0x0>;
label = "NC";
status = "disabled";
};
channel@1 {
reg = <0x1>;
@@ -48,7 +48,7 @@
};
channel@2 {
reg = <0x2>;
label = "NC";
status = "disabled";
};
};
};