mirror of
git://nv-tegra.nvidia.com/device/hardware/nvidia/t23x-public-dts.git
synced 2025-12-22 17:30:17 +03:00
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:
committed by
mobile promotions
parent
98c4dcc03d
commit
723deb5202
@@ -41,7 +41,7 @@
|
|||||||
#io-channel-cells = <1>;
|
#io-channel-cells = <1>;
|
||||||
channel@0 {
|
channel@0 {
|
||||||
reg = <0x0>;
|
reg = <0x0>;
|
||||||
label = "NC";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
channel@1 {
|
channel@1 {
|
||||||
reg = <0x1>;
|
reg = <0x1>;
|
||||||
@@ -50,7 +50,7 @@
|
|||||||
};
|
};
|
||||||
channel@2 {
|
channel@2 {
|
||||||
reg = <0x2>;
|
reg = <0x2>;
|
||||||
label = "NC";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -39,7 +39,7 @@
|
|||||||
#io-channel-cells = <1>;
|
#io-channel-cells = <1>;
|
||||||
channel@0 {
|
channel@0 {
|
||||||
reg = <0x0>;
|
reg = <0x0>;
|
||||||
label = "NC";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
channel@1 {
|
channel@1 {
|
||||||
reg = <0x1>;
|
reg = <0x1>;
|
||||||
@@ -48,7 +48,7 @@
|
|||||||
};
|
};
|
||||||
channel@2 {
|
channel@2 {
|
||||||
reg = <0x2>;
|
reg = <0x2>;
|
||||||
label = "NC";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user