mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-01-29 05:09:44 +00:00
ARM: dts: msm: Add freq limiter interrupt and reset support for anorak
Add frequency limiter interrupt and reset support for Anorak GPU. Change-Id: I940684136456bf2f45c0c2da86369d14f70bfd62
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
parent
c65ccb4aa4
commit
d9434ceb5a
@@ -10,8 +10,11 @@
|
||||
<0x10900000 0x80000>;
|
||||
reg-names = "kgsl_3d0_reg_memory", "cx_dbgc", "rscc",
|
||||
"cx_misc", "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";
|
||||
|
||||
/*
|
||||
* HLOS1_VOTE_GPU_SMMU_CLK enables GPU_CC_MEMNOC_GFX_CLK and
|
||||
|
||||
Reference in New Issue
Block a user