Merge "ARM: dts: msm: Map qdss register range for Parrot"

This commit is contained in:
qctecmdr
2022-09-29 00:56:16 -07:00
committed by Gerrit - the friendly Code Review server

View File

@@ -6,9 +6,10 @@
compatible = "qcom,adreno-gpu-gen7-3-0", "qcom,kgsl-3d0";
status = "ok";
reg = <0x3d00000 0x40000>, <0x3d61000 0x800>,
<0x03d50000 0x10000>, <0x03d9e000 0x1000>;
<0x03d50000 0x10000>, <0x03d9e000 0x1000>,
<0x10900000 0x80000>;
reg-names = "kgsl_3d0_reg_memory", "cx_dbgc", "rscc",
"cx_misc";
"cx_misc", "qdss_gfx";
interrupts = <0 300 IRQ_TYPE_LEVEL_HIGH>, <0 286 IRQ_TYPE_LEVEL_HIGH>;
interrupt-names = "kgsl_3d0_irq", "freq_limiter_irq";