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

Commit d43b01c7 authored by Rajesh Kemisetti's avatar Rajesh Kemisetti
Browse files

ARM: dts: msm: Capture CX debug block for SDM670 GPU



Add GPU CX debug block region into devicetree so that
it can be captured during GPU snapshot dump.

Change-Id: I2575476591a5c343cc56fbf87531beeff2027484
Signed-off-by: default avatarRajesh Kemisetti <rajeshk@codeaurora.org>
parent 40dd625b
Loading
Loading
Loading
Loading
+7 −4
Original line number Diff line number Diff line
/* Copyright (c) 2017, The Linux Foundation. All rights reserved.
/* Copyright (c) 2017-2018, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -46,9 +46,12 @@
		label = "kgsl-3d0";
		compatible = "qcom,kgsl-3d0", "qcom,kgsl-3d";
		status = "ok";
		reg = <0x5000000 0x40000
			0x780000 0x6300>;
		reg-names = "kgsl_3d0_reg_memory", "qfprom_memory";
		reg =   <0x5000000 0x40000>,
			<0x5061000 0x800>,
			<0x780000 0x6300>;
		reg-names =     "kgsl_3d0_reg_memory",
				"kgsl_3d0_cx_dbgc_memory",
				"qfprom_memory";
		interrupts = <0 300 0>;
		interrupt-names = "kgsl_3d0_irq";
		qcom,id = <0>;