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

Commit dcdcacfc authored by Sunil Paidimarri's avatar Sunil Paidimarri Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: sa515m: update dt for ethernet using mac switch



Override mtl_rx_setup and mtl_tx_setup for cv2x.
Add qoe_mode and and qoe vlan filtering config.
Add cv2x_mode mdm and cv2x vlan filtering config.

Change-Id: I599e093b19a2a59120d660f26803d3f81dea4202
Acked-by: default avatarNing Cai <ncai@qti.qualcomm.com>
Signed-off-by: default avatarSunil Paidimarri <hisunil@codeaurora.org>
parent bdd6da44
Loading
Loading
Loading
Loading
+31 −0
Original line number Diff line number Diff line
@@ -54,3 +54,34 @@
	qcom,default-policy-nop;
	status = "okay";
};

&mtl_rx_setup {
	queue2 {
		snps,dcb-algorithm;
	};

	queue3 {
		snps,dcb-algorithm;
	};
};

&mtl_tx_setup {
	queue2 {
		snps,dcb-algorithm;
	};

	queue3 {
		snps,dcb-algorithm;
	};
};

&ethqos_hw {
	qcom,qoe_mode = <1>;
	qcom,qoe-queue = <2>;
	qcom,qoe-vlan-offset = <0>;
	snps,mtl-rx-config = <&mtl_rx_setup>;
	snps,mtl-tx-config = <&mtl_tx_setup>;
	qcom,cv2x_mode = <1>;
	qcom,cv2x-queue = <3>;
	qcom,cv2x-vlan-offset = <1>;
};