From 06be7bb103eee045c3347aeb742292ca84e1395f Mon Sep 17 00:00:00 2001 From: Vedashree Vidwans Date: Thu, 16 Nov 2023 12:35:11 -0800 Subject: [PATCH] nv-platform: p3767: enable hwpm, mc-hwpm DT node HWPM node is removed from host1x and kept inside bus@0. Fixed name from tegra_soc_hwpm to hwpm@f100000. Enable mc-hwpm node as well. Bug 4336579 Change-Id: I68cfa5dd362a5cd34798c14c9400e6a8b9a43c57 Signed-off-by: Vedashree Vidwans Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/3017663 (cherry picked from commit 9bc8cd05e7b76f58dda6fb31112592fcb3026fe4) Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/3017660 Tested-by: mobile promotions Reviewed-by: mobile promotions --- .../tegra234-p3768-0000+p3767-xxxx-nv-common.dtsi | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) 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 3ba1b2e..d99cdd7 100644 --- a/nv-platform/tegra234-p3768-0000+p3767-xxxx-nv-common.dtsi +++ b/nv-platform/tegra234-p3768-0000+p3767-xxxx-nv-common.dtsi @@ -319,6 +319,14 @@ status = "okay"; }; + hwpm@f100000 { + status = "okay"; + }; + + mc-hwpm@2c10000 { + status = "okay"; + }; + host1x@13e00000 { nvdec@15480000 { status = "okay"; @@ -328,10 +336,6 @@ status = "okay"; }; - tegra_soc_hwpm { - status = "okay"; - }; - nvdla0@15880000 { status = "okay"; };