All of lore.kernel.org
 help / color / mirror / Atom feed
From: Eugeniy.Paltsev@synopsys.com (Eugeniy Paltsev)
To: linux-snps-arc@lists.infradead.org
Subject: [PATCH 2/2] ARC: [plat-hsdk]: Add missing FIFO size entry in GMAC node
Date: Mon, 20 May 2019 17:43:53 +0000	[thread overview]
Message-ID: <1558374231.3147.2.camel@synopsys.com> (raw)
In-Reply-To: <cdd9b9c36ff1ac3a3b56dff4a90e9bfd89b48866.1558359611.git.joabreu@synopsys.com>

Hi Jose,

Tested-by: Eugeniy Paltsev <Eugeniy.Paltsev at synopsys.com>


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 <joabreu at synopsys.com>
> Cc: Joao Pinto <jpinto at synopsys.com>
> Cc: Rob Herring <robh+dt at kernel.org>
> Cc: Mark Rutland <mark.rutland at arm.com>
> Cc: Vineet Gupta <vgupta at synopsys.com>
> Cc: Eugeniy Paltsev <Eugeniy.Paltsev at synopsys.com>
> Cc: Alexey Brodkin <abrodkin at synopsys.com>
> ---
>  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

WARNING: multiple messages have this Message-ID (diff)
From: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
To: "linux-snps-arc@lists.infradead.org"
	<linux-snps-arc@lists.infradead.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	Jose Abreu <Jose.Abreu@synopsys.com>,
	"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>
Cc: "mark.rutland@arm.com" <mark.rutland@arm.com>,
	"Eugeniy.Paltsev@synopsys.com" <Eugeniy.Paltsev@synopsys.com>,
	Joao Pinto <Joao.Pinto@synopsys.com>,
	Vineet Gupta <Vineet.Gupta1@synopsys.com>,
	"robh+dt@kernel.org" <robh+dt@kernel.org>,
	Alexey Brodkin <Alexey.Brodkin@synopsys.com>
Subject: Re: [PATCH 2/2] ARC: [plat-hsdk]: Add missing FIFO size entry in GMAC node
Date: Mon, 20 May 2019 17:43:53 +0000	[thread overview]
Message-ID: <1558374231.3147.2.camel@synopsys.com> (raw)
In-Reply-To: <cdd9b9c36ff1ac3a3b56dff4a90e9bfd89b48866.1558359611.git.joabreu@synopsys.com>

Hi Jose,

Tested-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>


On Mon, 2019-05-20 at 15:43 +0200, Jose Abreu wrote:
> Add the binding for RX/TX fifo size of GMAC node.
> 
> Signed-off-by: Jose Abreu <joabreu@synopsys.com>
> Cc: Joao Pinto <jpinto@synopsys.com>
> Cc: Rob Herring <robh+dt@kernel.org>
> Cc: Mark Rutland <mark.rutland@arm.com>
> Cc: Vineet Gupta <vgupta@synopsys.com>
> Cc: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
> Cc: Alexey Brodkin <abrodkin@synopsys.com>
> ---
>  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

  reply	other threads:[~2019-05-20 17:43 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-20 13:43 [PATCH 0/2] ARC: [plat-hsdk]: GMAC DT Bindings Improvements Jose Abreu
2019-05-20 13:43 ` Jose Abreu
2019-05-20 13:43 ` [PATCH 1/2] ARC: [plat-hsdk]: Add missing multicast filter bins number to GMAC node Jose Abreu
2019-05-20 13:43   ` Jose Abreu
2019-05-20 13:43   ` Jose Abreu
2019-05-20 13:43 ` [PATCH 2/2] ARC: [plat-hsdk]: Add missing FIFO size entry in " Jose Abreu
2019-05-20 13:43   ` Jose Abreu
2019-05-20 17:43   ` Eugeniy Paltsev [this message]
2019-05-20 17:43     ` Eugeniy Paltsev
2019-05-21  7:52 ` [PATCH 0/2] ARC: [plat-hsdk]: GMAC DT Bindings Improvements Alexey Brodkin
2019-05-21  7:52   ` Alexey Brodkin
2019-05-21  7:52   ` Alexey Brodkin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1558374231.3147.2.camel@synopsys.com \
    --to=eugeniy.paltsev@synopsys.com \
    --cc=linux-snps-arc@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.