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

Commit 199f15d4 authored by Amit Nischal's avatar Amit Nischal
Browse files

ARM: dts: msm: Add GDSC GX support for SDM670



The AOP workaround BLK_ARES toggle is removed in SDM845-V2.
Add the support for the same in SDM670, this adds the
SW_COLLAPSE toggle and GPU_CLAMP_IO assert.

Change-Id: Ife5789cc1d0f08ad50dc1b901f9a1f0348b515cc
Signed-off-by: default avatarAmit Nischal <anischal@codeaurora.org>
parent f5d98565
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -2270,6 +2270,16 @@
				< 2438400 6881 >;
		};
	};

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

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

#include "sdm670-pinctrl.dtsi"
@@ -2346,6 +2356,9 @@
	clocks = <&clock_gfx GPU_CC_GX_GFX3D_CLK_SRC>;
	qcom,force-enable-root-clk;
	parent-supply = <&pm660l_s2_level>;
	domain-addr = <&gpu_gx_domain_addr>;
	sw-reset = <&gpu_gx_sw_reset>;
	qcom,reset-aon-logic;
	status = "ok";
};