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

Commit e6f73952 authored by Lynus Vaz's avatar Lynus Vaz
Browse files

ARM: dts: msm: Add the CX MISC GPU block on sdm845 and SDM670



The CX MISC GPU register block is used for a few configuration
settings. Add this block in the devicetree files for the targets
that have this block.

Change-Id: I064927bf44af78ea917d078cb6d7aba10cf0f057
Signed-off-by: default avatarLynus Vaz <lvaz@codeaurora.org>
parent 988a4a23
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -49,9 +49,11 @@
		status = "ok";
		reg =   <0x5000000 0x40000>,
			<0x5061000 0x800>,
			<0x509e000 0x1000>,
			<0x780000 0x6300>;
		reg-names =     "kgsl_3d0_reg_memory",
				"kgsl_3d0_cx_dbgc_memory",
				"cx_misc",
				"qfprom_memory";
		interrupts = <0 300 0>;
		interrupt-names = "kgsl_3d0_irq";
+4 −2
Original line number Diff line number Diff line
@@ -48,8 +48,10 @@
		label = "kgsl-3d0";
		compatible = "qcom,kgsl-3d0", "qcom,kgsl-3d";
		status = "ok";
		reg = <0x5000000 0x40000>, <0x5061000 0x800>;
		reg-names = "kgsl_3d0_reg_memory", "kgsl_3d0_cx_dbgc_memory";
		reg = <0x5000000 0x40000>, <0x5061000 0x800>,
			<0x509e000 0x1000>;
		reg-names = "kgsl_3d0_reg_memory", "kgsl_3d0_cx_dbgc_memory",
			"cx_misc";
		interrupts = <0 300 0>;
		interrupt-names = "kgsl_3d0_irq";
		qcom,id = <0>;