summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHareesh Gundu <hareeshg@codeaurora.org>2018-03-06 17:22:42 +0530
committerHareesh Gundu <hareeshg@codeaurora.org>2018-03-19 15:39:42 +0530
commit18909deea1b8f63f4beca254b8d59e890d49a297 (patch)
tree07a8ea7d3ba0a20d9f300d869e8273d5f135e3ea
parent0d8bfae571deca20364d1e9ea8c160ae03485a91 (diff)
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: Hareesh Gundu <hareeshg@codeaurora.org>
-rw-r--r--arch/arm/boot/dts/qcom/sdm636.dtsi8
1 files changed, 7 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/qcom/sdm636.dtsi b/arch/arm/boot/dts/qcom/sdm636.dtsi
index 8024eee279cb..cf4f5572160d 100644
--- a/arch/arm/boot/dts/qcom/sdm636.dtsi
+++ b/arch/arm/boot/dts/qcom/sdm636.dtsi
@@ -1,4 +1,4 @@
-/* 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>;
+};