mips: dts: lantiq: danube: add missing burst length property
authorAleksander Jan Bajkowski <olek2@wp.pl>
Sun, 17 Aug 2025 12:49:06 +0000 (14:49 +0200)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Fri, 22 Aug 2025 20:03:21 +0000 (22:03 +0200)
The upstream dts lacks the lantiq,{rx/tx}-burst-length property. Other
issues were also fixed:
arch/mips/boot/dts/lantiq/danube_easy50712.dtb: etop@e180000 (lantiq,etop-xway): 'interrupt-names' is a required property
from schema $id: http://devicetree.org/schemas/net/lantiq,etop-xway.yaml#
arch/mips/boot/dts/lantiq/danube_easy50712.dtb: etop@e180000 (lantiq,etop-xway): 'lantiq,tx-burst-length' is a required property
from schema $id: http://devicetree.org/schemas/net/lantiq,etop-xway.yaml#
arch/mips/boot/dts/lantiq/danube_easy50712.dtb: etop@e180000 (lantiq,etop-xway): 'lantiq,rx-burst-length' is a required property
from schema $id: http://devicetree.org/schemas/net/lantiq,etop-xway.yaml#

Fixes: 14d4e308e0aa ("net: lantiq: configure the burst length in ethernet drivers")
Signed-off-by: Aleksander Jan Bajkowski <olek2@wp.pl>
Acked-by: Jakub Kicinski <kuba@kernel.org>
arch/mips/boot/dts/lantiq/danube_easy50712.dts

index 1ce20b7d05cb8cff0d04ff28794fb1ae95d8e5d1..d8b3cd69eda3c3f12680728f64dc00b215c43b43 100644 (file)
                        reg = <0xe180000 0x40000>;
                        interrupt-parent = <&icu0>;
                        interrupts = <73 78>;
+                       interrupt-names = "tx", "rx";
                        phy-mode = "rmii";
                        mac-address = [ 00 11 22 33 44 55 ];
+                       lantiq,rx-burst-length = <4>;
+                       lantiq,tx-burst-length = <4>;
                };
 
                stp0: stp@e100bb0 {