All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ioana Ciornei <ioana.ciornei@nxp.com>
To: u-boot@lists.denx.de
Subject: [PATCH v2 0/4] board: fsl: lx2160ardb: add networking support for RevC
Date: Mon, 26 Apr 2021 16:01:09 +0300	[thread overview]
Message-ID: <20210426130113.6514-1-ioana.ciornei@nxp.com> (raw)

This patch set adds networking support for the LX2160A-RDB revC board.
The main difference is that the 10G Aquantia PHYs are at different MDIO
bus addresses. To address this, the u-boot's DTS (in case of DM_ETH) and
the kernel's DTS need to undergo a fixup.

This patch set applies cleanly on top of the following, yet unnaccepted,
patch:
https://patchwork.ozlabs.org/project/uboot/patch/20210417180332.1164345-1-wasim.khan at oss.nxp.com/


Changes in v2:
 - in 1/4: trigger the i2c node fixup if the board rev is 'C' or greater

Florin Chiculita (3):
  board: fsl: lx2160ardb: add api for obtaining board revision
  board: fsl: lx2160ardb: add support for lx2160ardb revC board
  board: fsl: lx2160ardb: add dts fixup function for RevC

Ioana Ciornei (1):
  board: fsl: lx2160ardb: add dts fixup for RevC

 board/freescale/lx2160a/eth_lx2160ardb.c | 160 ++++++++++++++++++++++-
 board/freescale/lx2160a/lx2160a.c        |  21 ++-
 board/freescale/lx2160a/lx2160a.h        |   7 +-
 include/configs/lx2160ardb.h             |   5 +-
 4 files changed, 186 insertions(+), 7 deletions(-)

-- 
2.17.1

             reply	other threads:[~2021-04-26 13:01 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-26 13:01 Ioana Ciornei [this message]
2021-04-26 13:01 ` [PATCH v2 1/4] board: fsl: lx2160ardb: add api for obtaining board revision Ioana Ciornei
2021-04-26 13:01 ` [PATCH v2 2/4] board: fsl: lx2160ardb: add support for lx2160ardb revC board Ioana Ciornei
2021-04-26 13:01 ` [PATCH v2 3/4] board: fsl: lx2160ardb: add dts fixup function for RevC Ioana Ciornei
2021-05-07  9:04   ` Priyanka Jain
2021-06-17  6:39   ` Priyanka Jain
2021-04-26 13:01 ` [PATCH v2 4/4] board: fsl: lx2160ardb: add dts fixup " Ioana Ciornei

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=20210426130113.6514-1-ioana.ciornei@nxp.com \
    --to=ioana.ciornei@nxp.com \
    --cc=u-boot@lists.denx.de \
    /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.