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

Commit 88f784cf 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: Remove special settings for gx gdsc on SDM845"

parents 42ff48ec d175dc13
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";
	};