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: Vicky Wallace <vwallace@codeaurora.org>
diff --git a/arch/arm64/boot/dts/qcom/sdm845-v2.dtsi b/arch/arm64/boot/dts/qcom/sdm845-v2.dtsi
index 512bbb0..640dc72 100644
--- a/arch/arm64/boot/dts/qcom/sdm845-v2.dtsi
+++ b/arch/arm64/boot/dts/qcom/sdm845-v2.dtsi
@@ -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;
+};