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

Commit 4c41cc8b authored by Sunil Paidimarri's avatar Sunil Paidimarri
Browse files

ARM: dts: msm: bus configuration for emac



Bus vectors and vote configurations are added for
ethqos.

Voting configuration are No vote, 10 Mbps vote,
100 Mbps vote, 1000 Mbps Vote.

Change-Id: I190c0d02ccb67209eec0b7ff88848003c4169414
Acked-by: default avatarAbhishek Chauhan <abchauha@qti.qualcomm.com>
Signed-off-by: default avatarSunil Paidimarri <hisunil@codeaurora.org>
parent 302aaacd
Loading
Loading
Loading
Loading
+9 −1
Original line number Original line Diff line number Diff line
@@ -1421,7 +1421,15 @@
			<&tlmm 90 2>, <&pdc 0 290 1>, <&pdc 0 291 1>;
			<&tlmm 90 2>, <&pdc 0 290 1>, <&pdc 0 291 1>;
		interrupt-names = "macirq", "eth_lpi",
		interrupt-names = "macirq", "eth_lpi",
			"phy-intr",	"ptp_pps_irq_0", "ptp_pps_irq_1";
			"phy-intr",	"ptp_pps_irq_0", "ptp_pps_irq_1";

		qcom,msm-bus,name = "emac";
		qcom,msm-bus,num-cases = <4>;
		qcom,msm-bus,num-paths = <2>;
		qcom,msm-bus,vectors-KBps =
			<98 512 0 0>, <1 781 0 0>,  /* No vote */
			<98 512 2500 0>, <1 781 0 40000>,  /* 10Mbps vote */
			<98 512 25000 0>, <1 781 0 40000>,  /* 100Mbps vote */
			<98 512 250000 0>, <1 781 0 40000>; /* 1000Mbps vote */
		qcom,bus-vector-names = "0", "10", "100", "1000";
		snps,tso;
		snps,tso;
		rx-fifo-depth = <4096>;
		rx-fifo-depth = <4096>;
		tx-fifo-depth = <4096>;
		tx-fifo-depth = <4096>;