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

Commit 33514175 authored by Carter Cooper's avatar Carter Cooper
Browse files

ARM: dts: msm: Update GMU PDC configs



Use the correct GMU PDC subsections.

Change-Id: I70b578785040d11e01b13ebc45604783f0bbd655
Signed-off-by: default avatarCarter Cooper <ccooper@codeaurora.org>
parent bdd63def
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -311,8 +311,12 @@
		label = "kgsl-gmu";
		compatible = "qcom,gpu-gmu";

		reg = <0x2c6a000 0x30000>, <0xb200000 0x300000>;
		reg-names = "kgsl_gmu_reg", "kgsl_gmu_pdc_reg";
		reg = <0x2c6a000 0x30000>,
			<0xb280000 0x10000>,
			<0xb480000 0x10000>;
		reg-names = "kgsl_gmu_reg",
			"kgsl_gmu_pdc_cfg",
			"kgsl_gmu_pdc_seq";

		interrupts = <0 304 0>, <0 305 0>;
		interrupt-names = "kgsl_hfi_irq", "kgsl_gmu_irq";
+9 −0
Original line number Diff line number Diff line
@@ -408,6 +408,15 @@
	};
};

&gmu {
	reg = <0x2c6a000 0x30000>,
		<0xb290000 0x10000>,
		<0xb490000 0x10000>;
	reg-names = "kgsl_gmu_reg",
		"kgsl_gmu_pdc_cfg",
		"kgsl_gmu_pdc_seq";
};

/* NPU overrides */
&msm_npu {
	iommus = <&apps_smmu 0x1081 0x400>;