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

Commit d175dc13 authored by Vicky Wallace's avatar Vicky Wallace
Browse files

ARM: dts: msm: Remove special settings for gx gdsc on SDM845



With the new workaround BLK_ARES toggle will be done by AOP.
The toggle SW_COLLAPSE off-on-off and set GPU CLAMP_IO are no
longer needed. This change removes that support.

CRs-Fixed: 2065006
Change-Id: I7ff51005c48010eb70f3328ba2f691dd9ce0532f
Signed-off-by: default avatarVicky Wallace <vwallace@codeaurora.org>
parent 4d9a308b
Loading
Loading
Loading
Loading
+0 −14
Original line number Diff line number Diff line
@@ -199,25 +199,11 @@
		status = "disabled";
	};

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

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

	gpu_gx_gdsc: qcom,gdsc@0x509100c {
		compatible = "qcom,gdsc";
		regulator-name = "gpu_gx_gdsc";
		reg = <0x509100c 0x4>;
		domain-addr = <&gpu_gx_domain_addr>;
		sw-reset = <&gpu_gx_sw_reset>;
		qcom,reset-aon-logic;
		qcom,poll-cfg-gdscr;
		qcom,toggle-sw-collapse-in-disable;
		status = "disabled";
	};