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

Commit d308f564 authored by George Shen's avatar George Shen Committed by Oleg Perelet
Browse files

ARM: dts: msm: Add RPMH CPR register range in GPU DTSI



Part of CPR control logic moves into GPU driver.

CRs-Fixed: 2085877
Change-Id: I7f3e8b75faddaf499470660a73d8a466921825bc
Signed-off-by: default avatarGeorge Shen <sqiao@codeaurora.org>
parent 5a186617
Loading
Loading
Loading
Loading
+8 −2
Original line number Diff line number Diff line
@@ -266,8 +266,14 @@
		label = "kgsl-gmu";
		compatible = "qcom,gpu-gmu";

		reg = <0x506a000 0x30000>, <0xb200000 0x300000>;
		reg-names = "kgsl_gmu_reg", "kgsl_gmu_pdc_reg";
		reg =
			<0x506a000 0x31000>,
			<0xb200000 0x300000>,
			<0xc200000 0x10000>;
		reg-names =
			"kgsl_gmu_reg",
			"kgsl_gmu_pdc_reg",
			"kgsl_gmu_cpr_reg";

		interrupts = <0 304 0>, <0 305 0>;
		interrupt-names = "kgsl_hfi_irq", "kgsl_gmu_irq";