Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 41feb8e9 authored by Udipto Goswami's avatar Udipto Goswami
Browse files

ARM: dts: msm: Add interconnect bus voting values to Holi

Currently the driver has bus voting hard coded. Adding
interconnect vote values and interconnect names to do
bus voting with dtsi file.

Change-Id: I96cd119fdba17b7c46fc8c1642a3c28d44197c14
parent c443f511
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
@@ -35,13 +35,21 @@

		qcom,core-clk-rate = <133333333>;
		qcom,core-clk-rate-hs = <66666667>;
		qcom,default-bus-vote = <2>; /* use svs bus voting */

		interconnect-names = "usb-ddr", "usb-ipa", "ddr-usb";
		interconnects = <&system_noc MASTER_USB3_0 &bimc SLAVE_EBI>,
				<&system_noc MASTER_USB3_0 &config_noc SLAVE_IPA_CFG>,
				<&bimc MASTER_AMPSS_M0 &config_noc SLAVE_USB3>;

		qcom,interconnect-values-nom = /* NOMINAL Votes */
						<1000000 1550000>,
						<0 2400>,
						<0 40000>;
		qcom,interconnect-values-svs = /* SVS Votes */
						<240000 700000>,
						<0 2400>,
						<0 40000>;

		qcom,num-gsi-evt-buffs = <0x3>;
		qcom,gsi-reg-offset =
			<0x0fc /* GSI_GENERAL_CFG */