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

Commit aff6febb authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

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

parents 1f8ff3ea dcdcacfc
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>;
};