ARM: dts: msm: Add DT support for new compute governor

Add new tables to enable the new compute governor.

Change-Id: I964c66037b4d8496683723bacc9c294f3f9a1f49
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 b1bda711..fe149e0 100644
--- a/arch/arm64/boot/dts/qcom/sdm845-v2.dtsi
+++ b/arch/arm64/boot/dts/qcom/sdm845-v2.dtsi
@@ -304,6 +304,12 @@
 	};
 };
 
+&devfreq_compute {
+	qcom,core-dev-table =
+		< 1881600 MHZ_TO_MBPS(200, 4) >,
+		< 2400000 MHZ_TO_MBPS(1017, 4) >;
+};
+
 &clock_gcc {
 	compatible = "qcom,gcc-sdm845-v2", "syscon";
 };