diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2018-03-19 18:03:28 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2018-03-19 18:03:28 -0700 |
| commit | 7ac7fb2eca752c2fc9ab236ff42a5e800e07c234 (patch) | |
| tree | 66339af0f38513dfe8b0dfbcc5c887d57220804d | |
| parent | 30160a82d3cf4e3e9d280bbf40adbb6cdb4066c7 (diff) | |
| parent | 18909deea1b8f63f4beca254b8d59e890d49a297 (diff) | |
Merge "ARM: dts: msm: Update GPU chipid for SDM636"
| -rw-r--r-- | arch/arm/boot/dts/qcom/sdm636.dtsi | 8 |
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>; +}; |
