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

Commit b55966fc authored by Sunil Paidimarri's avatar Sunil Paidimarri
Browse files

ARM: dts: msm: add qoe and cv2x over eth support for sa515m



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: If60646883b25e2d217c2bff0f9b52dc7ac0c19a1
Acked-by: default avatarNing Cai <ncai@qti.qualcomm.com>
Signed-off-by: default avatarSunil Paidimarri <hisunil@codeaurora.org>
parent 4abe03d7
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>;
};
+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>;
};