From c0daab9962c1a995314d5a979acb34d96e5caed9 Mon Sep 17 00:00:00 2001 From: shaochunk Date: Tue, 12 Sep 2023 16:14:19 +0800 Subject: [PATCH] t23x: overlay: remove dt devfreq config for gpu Remove the dt configuration for gpu devfreq because dt should contain only hw-related configuration. The gpu devfreq configuration would be supported by nvgpu module parameters. Bug 4084478 Change-Id: I9dfef11648203c6af281e980d3a5790b36742414 Signed-off-by: shaochunk Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/2978819 Reviewed-by: Vijayakumar Subbu Reviewed-by: Ninad Malwade Reviewed-by: Rajkumar Kasirajan GVS: Gerrit_Virtual_Submit --- nv-soc/tegra234-soc-overlay.dtsi | 1 - 1 file changed, 1 deletion(-) diff --git a/nv-soc/tegra234-soc-overlay.dtsi b/nv-soc/tegra234-soc-overlay.dtsi index 024ae32..7379208 100644 --- a/nv-soc/tegra234-soc-overlay.dtsi +++ b/nv-soc/tegra234-soc-overlay.dtsi @@ -314,7 +314,6 @@ clock-names = "sysclk", "gpc0clk", "gpc1clk"; resets = <&bpmp TEGRA234_RESET_GPU>; dma-coherent; - devfreq-timer = "delayed"; nvidia,bpmp = <&bpmp>; status = "disabled";