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

Commit 5224b7b4 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 sw_reset register support to GPU_GX GDSC on MSMCOBALT"

parents c8f44174 c03a0e4d
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -133,16 +133,17 @@
	gdsc_gpu_cx: qcom,gdsc@5066004 {
		compatible = "qcom,gdsc";
		regulator-name = "gdsc_gpu_cx";
		reg = <0x5066004 0x4>,
		      <0x5065130 0x4>;
		reg-names = "base", "domain_addr";
		reg = <0x5066004 0x4>;
		status = "disabled";
	};

	gdsc_gpu_gx: qcom,gdsc@5066094 {
		compatible = "qcom,gdsc";
		regulator-name = "gdsc_gpu_gx";
		reg = <0x5066094 0x4>;
		reg = <0x5066094 0x4>,
		      <0x5065130 0x4>,
		      <0x5066090 0x4>;
		reg-names = "base", "domain_addr", "sw_reset";
		status = "disabled";
	};
};