diff --git a/arch/arm/boot/dts/adi/sc594-som-ezkit.dts b/arch/arm/boot/dts/adi/sc594-som-ezkit.dts index 7f6aa8d31fddb5..fff7c3db0fb35e 100644 --- a/arch/arm/boot/dts/adi/sc594-som-ezkit.dts +++ b/arch/arm/boot/dts/adi/sc594-som-ezkit.dts @@ -173,22 +173,6 @@ pinctrl-0 = <ð0_default>; status = "okay"; - emac0txconfig: tx-config { - snps,tx-queues-to-use = <3>; - - queue0 { - snps,dcb-algorithm; - }; - - queue1 { - snps,dcb-algorithm; - }; - - queue2 { - snps,dcb-algorithm; - }; - }; - mdio0 { compatible = "snps,dwmac-mdio"; #address-cells = <1>; diff --git a/arch/arm/boot/dts/adi/sc594-som-ezlite.dts b/arch/arm/boot/dts/adi/sc594-som-ezlite.dts index d3adb8e14b3f27..fceec8844a44b9 100644 --- a/arch/arm/boot/dts/adi/sc594-som-ezlite.dts +++ b/arch/arm/boot/dts/adi/sc594-som-ezlite.dts @@ -123,40 +123,6 @@ pinctrl-names = "default"; pinctrl-0 = <ð0_default>; status = "okay"; - snps,mtl-rx-config = <&emac0rxconfig>; - snps,mtl-tx-config = <&emac0txconfig>; - - emac0txconfig: tx-config { - snps,tx-queues-to-use = <3>; - - queue0 { - snps,dcb-algorithm; - }; - - queue1 { - snps,dcb-algorithm; - }; - - queue2 { - snps,dcb-algorithm; - }; - }; - - emac0rxconfig: rx-config { - snps,rx-queues-to-use = <1>; - - queue0 { - snps,dcb-algorithm; - }; - - queue1 { - snps,dcb-algorithm; - }; - - queue2 { - snps,dcb-algorithm; - }; - }; mdio0 { compatible = "snps,dwmac-mdio";