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

Commit 114c6797 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 SDM670"

parents 8d505744 199f15d4
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -2278,6 +2278,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"
@@ -2354,6 +2364,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";
};