mbox series

[v3,0/2] arm64: dts: renesas: white-hawk: Add AVB1 and AVB2

Message ID 20240413141806.300989-1-niklas.soderlund+renesas@ragnatech.se (mailing list archive)
Headers show
Series arm64: dts: renesas: white-hawk: Add AVB1 and AVB2 | expand

Message

Niklas Söderlund April 13, 2024, 2:18 p.m. UTC
Hello Geert,

This small series describes the AVB1 and AVB2 found on White-Hawk.

Patch 1/2 prepares the AVB base nodes for r8a779g0 to use a dedicated 
MDIO node and switches to use this for AVB0, which is the only node who 
currently describes a PHY. The driver and binding change needed to use a 
MDIO node are merged in net-next already.

Patch 2/2 add the description for AVB1 and AVB2 found on the Ethernet 
sub-board.

See individual patch for change log.

Niklas Söderlund (2):
  arm64: dts: renesas: r8a779g0: Use MDIO node for all AVB devices
  arm64: dts: renesas: white-hawk: ethernet: Describe AVB1 and AVB2

 arch/arm64/boot/dts/renesas/r8a779g0.dtsi     |   6 -
 .../dts/renesas/white-hawk-cpu-common.dtsi    |  23 ++--
 .../boot/dts/renesas/white-hawk-ethernet.dtsi | 103 ++++++++++++++++++
 3 files changed, 117 insertions(+), 15 deletions(-)

Comments

Geert Uytterhoeven May 27, 2024, 11:30 a.m. UTC | #1
On Sat, Apr 13, 2024 at 4:19 PM Niklas Söderlund
<niklas.soderlund+renesas@ragnatech.se> wrote:
> This small series describes the AVB1 and AVB2 found on White-Hawk.
>
> Patch 1/2 prepares the AVB base nodes for r8a779g0 to use a dedicated
> MDIO node and switches to use this for AVB0, which is the only node who
> currently describes a PHY. The driver and binding change needed to use a
> MDIO node are merged in net-next already.
>
> Patch 2/2 add the description for AVB1 and AVB2 found on the Ethernet
> sub-board.

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
i.e. will queue in renesas-devel for v6.11.

Gr{oetje,eeting}s,

                        Geert