diff options
author | Jose Abreu <[email protected]> | 2019-05-20 15:43:13 +0200 |
---|---|---|
committer | Vineet Gupta <[email protected]> | 2019-05-21 08:48:53 -0700 |
commit | 4c70850aeb2e40016722cd1abd43c679666d3ca0 (patch) | |
tree | d32ea63eeffc394b52d1d148b07088af974cb973 | |
parent | ecc906a11c2a0940e1a380debd8bd5bc09faf454 (diff) |
ARC: [plat-hsdk]: Add missing FIFO size entry in GMAC node
Add the binding for RX/TX fifo size of GMAC node.
Cc: Joao Pinto <[email protected]>
Cc: Rob Herring <[email protected]>
Cc: Mark Rutland <[email protected]>
Cc: Vineet Gupta <[email protected]>
Tested-by: Eugeniy Paltsev <[email protected]>
Acked-by: Alexey Brodkin <[email protected]>
Signed-off-by: Jose Abreu <[email protected]>
Signed-off-by: Vineet Gupta <[email protected]>
-rw-r--r-- | arch/arc/boot/dts/hsdk.dts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arc/boot/dts/hsdk.dts b/arch/arc/boot/dts/hsdk.dts index 699f372b2a6f..6219b372e9c1 100644 --- a/arch/arc/boot/dts/hsdk.dts +++ b/arch/arc/boot/dts/hsdk.dts @@ -196,6 +196,9 @@ mac-address = [00 00 00 00 00 00]; /* Filled in by U-Boot */ dma-coherent; + tx-fifo-depth = <4096>; + rx-fifo-depth = <4096>; + mdio { #address-cells = <1>; #size-cells = <0>; |