ARM: dts: msm: Add CX host interrupt for sun GPU
For gen8 targets, frequency limiter violations are published through cx_host_irq interrupt. Thus, add cx_host_irq for sun GPU. Change-Id: Ie7e0c7fc53bdc002261ee05339c3e4c49da83ea0 Signed-off-by: Kamal Agrawal <quic_kamaagra@quicinc.com>
This commit is contained in:
@@ -23,8 +23,8 @@
|
||||
reg-names = "kgsl_3d0_reg_memory", "rscc", "cx_dbgc", "cx_misc",
|
||||
"qdss_gfx", "qdss_etr", "qdss_tmc";
|
||||
|
||||
interrupts = <0 300 IRQ_TYPE_LEVEL_HIGH>;
|
||||
interrupt-names = "kgsl_3d0_irq";
|
||||
interrupts = <0 300 IRQ_TYPE_LEVEL_HIGH>, <0 80 IRQ_TYPE_LEVEL_HIGH>;
|
||||
interrupt-names = "kgsl_3d0_irq", "cx_host_irq";
|
||||
|
||||
clocks = <&gcc GCC_GPU_GEMNOC_GFX_CLK>,
|
||||
<&gpucc GPU_CC_AHB_CLK>,
|
||||
|
Reference in New Issue
Block a user