2019-05-20 18:04:46

by Jose Abreu

[permalink] [raw]
Subject: [PATCH 0/2] ARC: [plat-hsdk]: GMAC DT Bindings Improvements

Add two missing bindings.

Cc: Joao Pinto <[email protected]>
Cc: Rob Herring <[email protected]>
Cc: Mark Rutland <[email protected]>
Cc: Vineet Gupta <[email protected]>
Cc: Eugeniy Paltsev <[email protected]>
Cc: Alexey Brodkin <[email protected]>

Jose Abreu (2):
ARC: [plat-hsdk]: Add missing multicast filter bins number to GMAC
node
ARC: [plat-hsdk]: Add missing FIFO size entry in GMAC node

arch/arc/boot/dts/hsdk.dts | 4 ++++
1 file changed, 4 insertions(+)

--
2.7.4



2019-05-20 18:05:03

by Jose Abreu

[permalink] [raw]
Subject: [PATCH 2/2] ARC: [plat-hsdk]: Add missing FIFO size entry in GMAC node

Add the binding for RX/TX fifo size of GMAC node.

Signed-off-by: Jose Abreu <[email protected]>
Cc: Joao Pinto <[email protected]>
Cc: Rob Herring <[email protected]>
Cc: Mark Rutland <[email protected]>
Cc: Vineet Gupta <[email protected]>
Cc: Eugeniy Paltsev <[email protected]>
Cc: Alexey Brodkin <[email protected]>
---
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>;
--
2.7.4


2019-05-20 18:22:55

by Eugeniy Paltsev

[permalink] [raw]
Subject: Re: [PATCH 2/2] ARC: [plat-hsdk]: Add missing FIFO size entry in GMAC node

Hi Jose,

Tested-by: Eugeniy Paltsev <[email protected]>


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 <[email protected]>
> Cc: Joao Pinto <[email protected]>
> Cc: Rob Herring <[email protected]>
> Cc: Mark Rutland <[email protected]>
> Cc: Vineet Gupta <[email protected]>
> Cc: Eugeniy Paltsev <[email protected]>
> Cc: Alexey Brodkin <[email protected]>
> ---
> 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

2019-05-21 07:54:10

by Alexey Brodkin

[permalink] [raw]
Subject: RE: [PATCH 0/2] ARC: [plat-hsdk]: GMAC DT Bindings Improvements

Hi Jose, all,

> -----Original Message-----
> From: Jose Abreu <[email protected]>
> Sent: Monday, May 20, 2019 4:43 PM
> To: [email protected]; [email protected]; [email protected]
> Cc: Jose Abreu <[email protected]>; Joao Pinto <[email protected]>; Rob Herring
> <[email protected]>; Mark Rutland <[email protected]>; Vineet Gupta <[email protected]>; Eugeniy
> Paltsev <[email protected]>; Alexey Brodkin <[email protected]>
> Subject: [PATCH 0/2] ARC: [plat-hsdk]: GMAC DT Bindings Improvements
>
> Add two missing bindings.
>

For entire series:

Acked-by: Alexey Brodkin <[email protected]>

@Vineet Gupta could you please pick this on up?

-Alexey