]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: tegra: Fix snps,blen properties
authorThierry Reding <treding@nvidia.com>
Mon, 23 Feb 2026 14:33:04 +0000 (15:33 +0100)
committerThierry Reding <treding@nvidia.com>
Fri, 27 Mar 2026 15:29:36 +0000 (16:29 +0100)
The snps,blen property of stmmac-axi-config nodes needs to have 7
entries in total, with unsupported burst lengths listed as 0.

Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm64/boot/dts/nvidia/tegra234.dtsi

index 850c473235e367ac8d959e809796c7b1e3f621ca..04a95b6658caaa920520c085c92b54317a791cc5 100644 (file)
                        snps,axi-config = <&mgbe0_axi_setup>;
 
                        mgbe0_axi_setup: stmmac-axi-config {
-                               snps,blen = <256 128 64 32>;
+                               snps,blen = <256 128 64 32 0 0 0>;
                                snps,rd_osr_lmt = <63>;
                                snps,wr_osr_lmt = <63>;
                        };
                        snps,axi-config = <&mgbe1_axi_setup>;
 
                        mgbe1_axi_setup: stmmac-axi-config {
-                               snps,blen = <256 128 64 32>;
+                               snps,blen = <256 128 64 32 0 0 0>;
                                snps,rd_osr_lmt = <63>;
                                snps,wr_osr_lmt = <63>;
                        };
                        snps,axi-config = <&mgbe2_axi_setup>;
 
                        mgbe2_axi_setup: stmmac-axi-config {
-                               snps,blen = <256 128 64 32>;
+                               snps,blen = <256 128 64 32 0 0 0>;
                                snps,rd_osr_lmt = <63>;
                                snps,wr_osr_lmt = <63>;
                        };