All of lore.kernel.org
 help / color / mirror / Atom feed
From: Li Yang <leoyang.li@nxp.com>
To: shawnguo@kernel.org, devicetree@vger.kernel.org
Cc: robh+dt@kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, Li Yang <leoyang.li@nxp.com>
Subject: [PATCH v2 0/6] ls208xa dts updates
Date: Wed, 17 Aug 2022 15:43:51 -0500	[thread overview]
Message-ID: <20220817204357.21753-1-leoyang.li@nxp.com> (raw)

Some accumulated dts updates for NXP ls208xa SoC family.

v2 Updates:
- Cleaned up patch descriptions
- Updated node names to use - instead of _

Biwen Li (1):
  arm64: dts: ls208xa-rdb: fix errata E-00013

Li Yang (3):
  arm64: dts: ls2080a-qds: add mdio mux nodes from on-board FPGA
  arm64: dts: ls2088a-qds: add mdio mux nodes from on-board FPGA
  arm64: dts: ls2080a-rdb: add phy nodes

Pankaj Bansal (1):
  arm64: dts: ls208x: remove NXP Erratum A008585 from LS2088A.

Priyanka Jain (1):
  arm64: dts: ls2081a-rdb: Add DTS for NXP LS2081ARDB

 arch/arm64/boot/dts/freescale/Makefile        |   1 +
 .../boot/dts/freescale/fsl-ls2080a-qds.dts    |  69 +++++++++
 .../boot/dts/freescale/fsl-ls2080a-rdb.dts    |  68 +++++++++
 .../arm64/boot/dts/freescale/fsl-ls2080a.dtsi |   4 +
 .../boot/dts/freescale/fsl-ls2081a-rdb.dts    | 131 ++++++++++++++++++
 .../boot/dts/freescale/fsl-ls2088a-qds.dts    |  68 +++++++++
 .../boot/dts/freescale/fsl-ls208xa-rdb.dtsi   |   2 +
 .../arm64/boot/dts/freescale/fsl-ls208xa.dtsi |   3 +-
 8 files changed, 344 insertions(+), 2 deletions(-)
 create mode 100644 arch/arm64/boot/dts/freescale/fsl-ls2081a-rdb.dts

-- 
2.37.1


WARNING: multiple messages have this Message-ID (diff)
From: Li Yang <leoyang.li@nxp.com>
To: shawnguo@kernel.org, devicetree@vger.kernel.org
Cc: robh+dt@kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, Li Yang <leoyang.li@nxp.com>
Subject: [PATCH v2 0/6] ls208xa dts updates
Date: Wed, 17 Aug 2022 15:43:51 -0500	[thread overview]
Message-ID: <20220817204357.21753-1-leoyang.li@nxp.com> (raw)

Some accumulated dts updates for NXP ls208xa SoC family.

v2 Updates:
- Cleaned up patch descriptions
- Updated node names to use - instead of _

Biwen Li (1):
  arm64: dts: ls208xa-rdb: fix errata E-00013

Li Yang (3):
  arm64: dts: ls2080a-qds: add mdio mux nodes from on-board FPGA
  arm64: dts: ls2088a-qds: add mdio mux nodes from on-board FPGA
  arm64: dts: ls2080a-rdb: add phy nodes

Pankaj Bansal (1):
  arm64: dts: ls208x: remove NXP Erratum A008585 from LS2088A.

Priyanka Jain (1):
  arm64: dts: ls2081a-rdb: Add DTS for NXP LS2081ARDB

 arch/arm64/boot/dts/freescale/Makefile        |   1 +
 .../boot/dts/freescale/fsl-ls2080a-qds.dts    |  69 +++++++++
 .../boot/dts/freescale/fsl-ls2080a-rdb.dts    |  68 +++++++++
 .../arm64/boot/dts/freescale/fsl-ls2080a.dtsi |   4 +
 .../boot/dts/freescale/fsl-ls2081a-rdb.dts    | 131 ++++++++++++++++++
 .../boot/dts/freescale/fsl-ls2088a-qds.dts    |  68 +++++++++
 .../boot/dts/freescale/fsl-ls208xa-rdb.dtsi   |   2 +
 .../arm64/boot/dts/freescale/fsl-ls208xa.dtsi |   3 +-
 8 files changed, 344 insertions(+), 2 deletions(-)
 create mode 100644 arch/arm64/boot/dts/freescale/fsl-ls2081a-rdb.dts

-- 
2.37.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

             reply	other threads:[~2022-08-17 20:44 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-17 20:43 Li Yang [this message]
2022-08-17 20:43 ` [PATCH v2 0/6] ls208xa dts updates Li Yang
2022-08-17 20:43 ` [PATCH v2 1/6] arm64: dts: ls2080a-qds: add mdio mux nodes from on-board FPGA Li Yang
2022-08-17 20:43   ` Li Yang
2022-08-22  3:44   ` Shawn Guo
2022-08-22  3:44     ` Shawn Guo
2022-08-17 20:43 ` [PATCH v2 2/6] arm64: dts: ls2088a-qds: " Li Yang
2022-08-17 20:43   ` Li Yang
2022-08-17 20:43 ` [PATCH v2 3/6] arm64: dts: ls2080a-rdb: add phy nodes Li Yang
2022-08-17 20:43   ` Li Yang
2022-08-22  3:41   ` Shawn Guo
2022-08-22  3:41     ` Shawn Guo
2022-08-17 20:43 ` [PATCH v2 4/6] arm64: dts: ls2081a-rdb: Add DTS for NXP LS2081ARDB Li Yang
2022-08-17 20:43   ` Li Yang
2022-08-22  3:46   ` Shawn Guo
2022-08-22  3:46     ` Shawn Guo
2022-08-17 20:43 ` [PATCH v2 5/6] arm64: dts: ls208xa-rdb: fix errata E-00013 Li Yang
2022-08-17 20:43   ` Li Yang
2022-08-17 20:43 ` [PATCH v2 6/6] arm64: dts: ls208x: remove NXP Erratum A008585 from LS2088A Li Yang
2022-08-17 20:43   ` Li Yang

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=20220817204357.21753-1-leoyang.li@nxp.com \
    --to=leoyang.li@nxp.com \
    --cc=devicetree@vger.kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=robh+dt@kernel.org \
    --cc=shawnguo@kernel.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.