From 723deb520278c32aaadb8bac6af18c33a02d87c0 Mon Sep 17 00:00:00 2001 From: Johnny Liu Date: Sun, 25 Jun 2023 02:49:38 +0000 Subject: [PATCH] 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 Change-Id: Ia94f3f3cc0efe20371297faeabfe374b6db63982 Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/2925713 (cherry picked from commit 180b6ef7a590a9d26dfed0f9d07329bfa58c79fc) Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/2979151 Reviewed-by: Yi-Wei Wang Reviewed-by: Laxman Dewangan GVS: Gerrit_Virtual_Submit --- overlay/tegra234-p3701-0000.dtsi | 4 ++-- overlay/tegra234-p3701-0008.dtsi | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/overlay/tegra234-p3701-0000.dtsi b/overlay/tegra234-p3701-0000.dtsi index 537a34b..c06989f 100644 --- a/overlay/tegra234-p3701-0000.dtsi +++ b/overlay/tegra234-p3701-0000.dtsi @@ -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"; }; }; }; diff --git a/overlay/tegra234-p3701-0008.dtsi b/overlay/tegra234-p3701-0008.dtsi index 07bd331..d1107f7 100644 --- a/overlay/tegra234-p3701-0008.dtsi +++ b/overlay/tegra234-p3701-0008.dtsi @@ -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"; }; }; };