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

Commit a5623c14 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

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

parents 5a186617 ddf4fad5
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;
};