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

Commit 18909dee authored by Hareesh Gundu's avatar Hareesh Gundu
Browse files

ARM: dts: msm: Update GPU chipid for SDM636



The SDM636 GPU is similar to SDM660 but different
because of GPU clock plan. Update SDM636 GPU ID to
A509 so that we can handle it.

Change-Id: I8ed4403a5a11b5cb92827716d8f1e9655403c8bf
Signed-off-by: default avatarHareesh Gundu <hareeshg@codeaurora.org>
parent 0d8bfae5
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
/* Copyright (c) 2017, The Linux Foundation. All rights reserved.
/* Copyright (c) 2017-2018, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -71,3 +71,9 @@
		/delete-node/ qcom,msm_fastrpc_compute_cb13;
	};
};

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