mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-01-31 01:56:54 +00:00
ARM: dts: msm: Add freq limiter interrupt and reset support for diwali
Add frequency limiter interrupt and enable reset for GPU_CC_FREQUENCY_LIMITER_IRQ_CLEAR for Diwali GPU. Change-Id: Ib66729cd87880a13a6290a976930e5db9747ba14
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
parent
35b0587c1e
commit
5378ba6dcd
@@ -12,8 +12,11 @@
|
||||
reg-names = "kgsl_3d0_reg_memory", "cx_dbgc", "rscc",
|
||||
"qdss_gfx";
|
||||
|
||||
interrupts = <0 300 IRQ_TYPE_LEVEL_HIGH>;
|
||||
interrupt-names = "kgsl_3d0_irq";
|
||||
interrupts = <0 300 IRQ_TYPE_LEVEL_HIGH>, <0 286 IRQ_TYPE_LEVEL_HIGH>;
|
||||
interrupt-names = "kgsl_3d0_irq", "freq_limiter_irq";
|
||||
|
||||
resets = <&gpucc GPUCC_GPU_CC_FREQUENCY_LIMITER_IRQ_CLEAR>;
|
||||
reset-names = "freq_limiter_irq_clear";
|
||||
|
||||
clocks = <&gcc GCC_GPU_MEMNOC_GFX_CLK>,
|
||||
<&gcc GCC_GPU_SNOC_DVM_GFX_CLK>,
|
||||
|
||||
Reference in New Issue
Block a user