ARM: dts: msm: Add video bus config and opp table

Add video bus paths, bw ranges and associate with
appropriate OPP operating tables. A dummy OPP table
needs to be defined for "bus_cnoc". Without the OPP
tables devfreq will reject the device.

CRs-Fixed: 2381570
Change-Id: I727b56cdd34ef23f2828d990c0d9868e260e4146
Signed-off-by: Chinmay Sawarkar <chinmays@codeaurora.org>
diff --git a/arch/arm64/boot/dts/qcom/kona.dtsi b/arch/arm64/boot/dts/qcom/kona.dtsi
index aeb0683..72ae5a3 100644
--- a/arch/arm64/boot/dts/qcom/kona.dtsi
+++ b/arch/arm64/boot/dts/qcom/kona.dtsi
@@ -794,6 +794,11 @@
 		};
 	};
 
+	venus_bus_cnoc_bw_table: bus-cnoc-bw-table {
+		compatible = "operating-points-v2";
+		BW_OPP_ENTRY( 200, 4);
+	};
+
 	llcc_bw_opp_table: llcc-bw-opp-table {
 		compatible = "operating-points-v2";
 		BW_OPP_ENTRY(  150, 16); /*  2288 MB/s */