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

Commit ddf4fad5 authored by Vicky Wallace's avatar Vicky Wallace Committed by Lokesh Batra
Browse files

ARM: dts: msm: Add GDSC GX support for SDM845 v2



The AOP workaround BLK_ARES toggle is removed in V2
This adds the SW_COLLAPSE toggle and GPU_CLAMP_IO assert.

CRs-Fixed: 2088053
Change-Id: I9719b331a5f56f89e434d40a41276ffff840789c
Signed-off-by: default avatarVicky Wallace <vwallace@codeaurora.org>
parent 14416b24
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -459,6 +459,16 @@
			};
		};
	};

	gpu_gx_domain_addr: syscon@0x5091508 {
		compatible = "syscon";
		reg = <0x5091508 0x4>;
	};

	gpu_gx_sw_reset: syscon@0x5091008 {
		compatible = "syscon";
		reg = <0x5091008 0x4>;
	};
};

&clock_cpucc {
@@ -793,3 +803,9 @@
		>;
	};
};

&gpu_gx_gdsc {
	domain-addr = <&gpu_gx_domain_addr>;
	sw-reset = <&gpu_gx_sw_reset>;
	qcom,reset-aon-logic;
};