From 7a15f6124e6fa8c99ac39cbad447d1bce95fc09a Mon Sep 17 00:00:00 2001 From: Akhil P Oommen Date: Fri, 29 Oct 2021 22:15:42 +0530 Subject: [PATCH] ARM: dts: msm: Remove rdpm support for diwali gpu Remove rdpm voting for diwali gpu as per the recommendation. Change-Id: Ie7642bce811ac5af237d82e16864c0f89b75b39f --- qcom/diwali-gpu.dtsi | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/qcom/diwali-gpu.dtsi b/qcom/diwali-gpu.dtsi index e7287547..93d0c138 100644 --- a/qcom/diwali-gpu.dtsi +++ b/qcom/diwali-gpu.dtsi @@ -7,11 +7,10 @@ status = "ok"; reg = <0x3d00000 0x40000>, <0x3d61000 0x800>, - <0x3de0000 0x10000>, <0x06900000 0x80000>, - <0x0636000 0x1000>; + <0x3de0000 0x10000>, <0x06900000 0x80000>; reg-names = "kgsl_3d0_reg_memory", "cx_dbgc", "rscc", - "qdss_gfx", "rdpm_mx"; + "qdss_gfx"; interrupts = <0 300 IRQ_TYPE_LEVEL_HIGH>; interrupt-names = "kgsl_3d0_irq";