From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eugeniy.Paltsev@synopsys.com (Eugeniy Paltsev) Date: Mon, 20 May 2019 17:43:53 +0000 Subject: [PATCH 2/2] ARC: [plat-hsdk]: Add missing FIFO size entry in GMAC node In-Reply-To: References: List-ID: Message-ID: <1558374231.3147.2.camel@synopsys.com> To: linux-snps-arc@lists.infradead.org Hi Jose, Tested-by: Eugeniy Paltsev On Mon, 2019-05-20@15:43 +0200, Jose Abreu wrote: > Add the binding for RX/TX fifo size of GMAC node. > > Signed-off-by: Jose Abreu > Cc: Joao Pinto > Cc: Rob Herring > Cc: Mark Rutland > Cc: Vineet Gupta > Cc: Eugeniy Paltsev > Cc: Alexey Brodkin > --- > arch/arc/boot/dts/hsdk.dts | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/arch/arc/boot/dts/hsdk.dts b/arch/arc/boot/dts/hsdk.dts > index b0f059377ab0..3bcd1edc4dcc 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>; -- Eugeniy Paltsev