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

Commit 384c8337 authored by Saurabh Sahu's avatar Saurabh Sahu
Browse files

ARM: dts: msm: Update the venus and vcodec gdsc for monaco

Update the register space address for venus and vcodec gdsc
for monaco.

Change-Id: I59eed10b0b13dcbc3f62511b97dc29baa932801e
parent 1fff7b3f
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -14,16 +14,16 @@
		status = "disabled";
	};

	gcc_vcodec0_gdsc: qcom,gdsc@14580a8 {
	gcc_vcodec0_gdsc: qcom,gdsc@14580ac {
		compatible = "qcom,gdsc";
		reg = <0x14580a8 0x4>;
		reg = <0x14580ac 0x4>;
		regulator-name = "gcc_vcodec0_gdsc";
		status = "disabled";
	};

	gcc_venus_gdsc: qcom,gdsc@1458084 {
	gcc_venus_gdsc: qcom,gdsc@1458088 {
		compatible = "qcom,gdsc";
		reg = <0x1458084 0x4>;
		reg = <0x1458088 0x4>;
		regulator-name = "gcc_venus_gdsc";
		status = "disabled";
	};