Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 969ade5e authored by Lynus Vaz's avatar Lynus Vaz
Browse files

ARM: dts: msm: Ioremap the CX debug GPU block in SDM845



Add a devicetree entry for the CX debug GPU block on SDM845 so that
it can be accessed.

Change-Id: I405ef404dc655ec6af3c23dcd7b8417c13550622
Signed-off-by: default avatarLynus Vaz <lvaz@codeaurora.org>
parent 9ed8cf97
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -47,8 +47,8 @@
		label = "kgsl-3d0";
		compatible = "qcom,kgsl-3d0", "qcom,kgsl-3d";
		status = "ok";
		reg = <0x5000000 0x40000>;
		reg-names = "kgsl_3d0_reg_memory";
		reg = <0x5000000 0x40000>, <0x5061000 0x800>;
		reg-names = "kgsl_3d0_reg_memory", "kgsl_3d0_cx_dbgc_memory";
		interrupts = <0 300 0>;
		interrupt-names = "kgsl_3d0_irq";
		qcom,id = <0>;