diff options
| author | Rajesh Kemisetti <rajeshk@codeaurora.org> | 2017-02-17 11:33:05 +0530 |
|---|---|---|
| committer | Rajesh Kemisetti <rajeshk@codeaurora.org> | 2017-02-17 11:55:02 +0530 |
| commit | 4ead249b467a3e608a3f21e6bd7b56628f35bcfa (patch) | |
| tree | b16df0f4601752a02afc4e92dd12b5606abf6649 | |
| parent | a66dbe84845ba61b2d6bd7eb95bed592cf60e824 (diff) | |
ARM: dts: msm: Correct the number of bus frequency levels for SDM630
Update the proper number of bus frequency levels for SDM630 GPU.
Change-Id: Id00a47440dd766493a1de6da9cb0c218b1fa8eac
Signed-off-by: Rajesh Kemisetti <rajeshk@codeaurora.org>
| -rw-r--r-- | arch/arm/boot/dts/qcom/sdm630-gpu.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/qcom/sdm630-gpu.dtsi b/arch/arm/boot/dts/qcom/sdm630-gpu.dtsi index eec0862e5ee3..e9c8e0456abc 100644 --- a/arch/arm/boot/dts/qcom/sdm630-gpu.dtsi +++ b/arch/arm/boot/dts/qcom/sdm630-gpu.dtsi @@ -90,7 +90,7 @@ /* GPU to BIMC bus width, VBIF data transfer in 1 cycle */ qcom,bus-width = <32>; qcom,msm-bus,name = "grp3d"; - qcom,msm-bus,num-cases = <14>; + qcom,msm-bus,num-cases = <12>; qcom,msm-bus,num-paths = <1>; qcom,msm-bus,vectors-KBps = <26 512 0 0>, |
