ARM: dts: msm: Allow compute gov to go to 1.8 GHZ on sdm845 v2

Currently, the compute governor can only go to a maximum of 1GHz. Change
this upper limit to 1.8 GHz.

Change-Id: Ibec16ebb92b3348ee4c8762fd18fe525a4cf3a12
Signed-off-by: Jonathan Avila <avilaj@codeaurora.org>
diff --git a/arch/arm64/boot/dts/qcom/sdm845-v2.dtsi b/arch/arm64/boot/dts/qcom/sdm845-v2.dtsi
index fe149e0..4642413 100644
--- a/arch/arm64/boot/dts/qcom/sdm845-v2.dtsi
+++ b/arch/arm64/boot/dts/qcom/sdm845-v2.dtsi
@@ -306,8 +306,9 @@
 
 &devfreq_compute {
 	qcom,core-dev-table =
-		< 1881600 MHZ_TO_MBPS(200, 4) >,
-		< 2400000 MHZ_TO_MBPS(1017, 4) >;
+		< 1881600 MHZ_TO_MBPS( 200, 4) >,
+		< 2649600 MHZ_TO_MBPS(1017, 4) >,
+		< 2745600 MHZ_TO_MBPS(1804, 4) >;
 };
 
 &clock_gcc {