From a4e7904eb539b37cf1a48cc4efe2ebced7202a8a Mon Sep 17 00:00:00 2001 From: Sheetal Date: Mon, 11 Nov 2024 10:47:59 +0000 Subject: [PATCH] nv-platform: Enable AHUB IPs The NV common DT files contain data for downstream nodes. They are used to enable all AHUB nodes, even if there is no connection to CVB. However, some IO nodes are not enabled, and the downstream sound node entry expects all IOs to be connected to DAI. This leads to APE card registration failures. Bug 4944318 Change-Id: I2a7000a27459fbb3004b73ce7891adf22c266e3a Signed-off-by: Sheetal Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/3246473 GVS: buildbot_gerritrpt Reviewed-by: svcacv Reviewed-by: Mohan kumar Reviewed-by: Sameer Pujar --- .../tegra234-p3768-0000+p3767-xxxx-nv-common.dtsi | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/nv-platform/tegra234-p3768-0000+p3767-xxxx-nv-common.dtsi b/nv-platform/tegra234-p3768-0000+p3767-xxxx-nv-common.dtsi index 85c0e12..9ddab33 100644 --- a/nv-platform/tegra234-p3768-0000+p3767-xxxx-nv-common.dtsi +++ b/nv-platform/tegra234-p3768-0000+p3767-xxxx-nv-common.dtsi @@ -43,6 +43,10 @@ aconnect@2900000 { ahub@2900800 { + i2s@2901000 { + status = "okay"; + }; + i2s@2901200 { status = "okay"; }; @@ -51,6 +55,10 @@ status = "okay"; }; + i2s@2901500 { + status = "okay"; + }; + dmic@2904000 { status = "okay"; }; @@ -59,6 +67,10 @@ status = "okay"; }; + dmic@2904200 { + status = "okay"; + }; + dmic@2904300 { status = "okay"; };