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

Commit 241a0d7b authored by Hareesh Gundu's avatar Hareesh Gundu
Browse files

ARM: dts: msm: Update GPU chipid for SDM429



The SDM429 GPU is similar to SDM439 but has
different clock plan. Update SDM429 GPU ID to
A504 so that we can handle it.

Change-Id: I6bf6c7f020272eadb378df3c00af867f053d13b2
Signed-off-by: default avatarHareesh Gundu <hareeshg@codeaurora.org>
parent 202aa1fb
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -207,3 +207,9 @@
		"byte1_src";
	#clock-cells = <1>;
};

/* GPU overrides */
&msm_gpu {
	/* Update GPU chip ID*/
	qcom,chipid = <0x05000400>;
};