mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 09:04:39 +02:00
arm64: tegra: Fix snps,blen properties
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>
This commit is contained in:
parent
ce651cd8e0
commit
51f10c527a
|
|
@ -3621,7 +3621,7 @@ ethernet@6800000 {
|
|||
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>;
|
||||
};
|
||||
|
|
@ -3663,7 +3663,7 @@ ethernet@6900000 {
|
|||
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>;
|
||||
};
|
||||
|
|
@ -3705,7 +3705,7 @@ ethernet@6a00000 {
|
|||
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>;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user