U-boot Archive mirror
 help / color / mirror / Atom feed
From: Roger Quadros <rogerq@kernel.org>
To: Joe Hershberger <joe.hershberger@ni.com>,
	 Ramon Fried <rfried.dev@gmail.com>,
	Tom Rini <trini@konsulko.com>,  Nishanth Menon <nm@ti.com>,
	Robert Nelson <robertcnelson@gmail.com>,
	 Wadim Egorov <w.egorov@phytec.de>,
	 Marcel Ziswiler <marcel.ziswiler@toradex.com>,
	 Simon Glass <sjg@chromium.org>
Cc: srk@ti.com, s-vadapalli@ti.com, vigneshr@ti.com,
	r-gunasekaran@ti.com,  danishanwar@ti.com, u-boot@lists.denx.de,
	Roger Quadros <rogerq@kernel.org>
Subject: [PATCH v2 0/3] arm: dts: am62-beagleplay: Fix Beagleplay Ethernet
Date: Mon, 13 May 2024 15:13:53 +0300	[thread overview]
Message-ID: <20240513-for-2024-07-beagleplay-eth-v2-0-a9bf457c3bb8@kernel.org> (raw)

Sync AM62 device tree files with Linux v6.9 and
add in the missing bits in -u-boot.dtsi to get CPSW
Ethernet working.

CI testing
https://github.com/u-boot/u-boot/pull/534

Signed-off-by: Roger Quadros <rogerq@kernel.org>
---

---
Changes in v2:
- rebase on u-boot/next 13th May 2024
- drop 'not-for-merge' comment for patch 3 as it can now be merged
- Link to v1: https://lore.kernel.org/r/20240425-for-2024-07-beagleplay-eth-v1-0-6c985de1c316@kernel.org

---
Roger Quadros (3):
      arm: dts: k3-am62*: sync with Linux v6.9
      arm: dts: k3-am625-beagleplay: get CPSW Ethernet to work
      arm: dts: k3-am625-beagleplay: Fix Ethernet PHY reset GPIO

 arch/arm/dts/k3-am62-main.dtsi               | 126 ++++++++++++++---
 arch/arm/dts/k3-am62-mcu.dtsi                |   4 +-
 arch/arm/dts/k3-am62-thermal.dtsi            |   5 +-
 arch/arm/dts/k3-am62-wakeup.dtsi             |  38 +++--
 arch/arm/dts/k3-am62.dtsi                    |   4 +-
 arch/arm/dts/k3-am625-beagleplay-u-boot.dtsi |  63 +++++++++
 arch/arm/dts/k3-am625-beagleplay.dts         |  66 ++++-----
 arch/arm/dts/k3-am625-sk.dts                 |   4 +-
 arch/arm/dts/k3-am625.dtsi                   |   4 +-
 arch/arm/dts/k3-am62a-main.dtsi              | 201 +++++++++++++++++++++++++--
 arch/arm/dts/k3-am62a-mcu.dtsi               |   4 +-
 arch/arm/dts/k3-am62a-thermal.dtsi           |   5 +-
 arch/arm/dts/k3-am62a-wakeup.dtsi            |   4 +-
 arch/arm/dts/k3-am62a.dtsi                   |   4 +-
 arch/arm/dts/k3-am62a7-sk.dts                | 162 ++++++++++++++++++++-
 arch/arm/dts/k3-am62a7.dtsi                  |   4 +-
 arch/arm/dts/k3-am62x-sk-common.dtsi         |  24 +++-
 17 files changed, 621 insertions(+), 101 deletions(-)
---
base-commit: c67199962b2a819a4b0ae8d57dc68b7cadee0c9e
change-id: 20240305-for-2024-07-beagleplay-eth-f82a51197937

Best regards,
-- 
Roger Quadros <rogerq@kernel.org>


             reply	other threads:[~2024-05-13 12:14 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-13 12:13 Roger Quadros [this message]
2024-05-13 12:13 ` [PATCH v2 1/3] arm: dts: k3-am62*: sync with Linux v6.9 Roger Quadros
2024-05-13 12:13 ` [PATCH v2 2/3] arm: dts: k3-am625-beagleplay: get CPSW Ethernet to work Roger Quadros
2024-05-13 12:13 ` [PATCH v2 3/3] arm: dts: k3-am625-beagleplay: Fix Ethernet PHY reset GPIO Roger Quadros
2024-05-13 17:48 ` [PATCH v2 0/3] arm: dts: am62-beagleplay: Fix Beagleplay Ethernet Tom Rini
2024-05-20 15:56 ` Tom Rini
2024-05-31 16:32   ` Roger Quadros
2024-05-31 16:47     ` Tom Rini
2024-05-31 16:54       ` Roger Quadros
2024-05-31 16:53     ` Roger Quadros
2024-06-01  0:13       ` Tom Rini

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=20240513-for-2024-07-beagleplay-eth-v2-0-a9bf457c3bb8@kernel.org \
    --to=rogerq@kernel.org \
    --cc=danishanwar@ti.com \
    --cc=joe.hershberger@ni.com \
    --cc=marcel.ziswiler@toradex.com \
    --cc=nm@ti.com \
    --cc=r-gunasekaran@ti.com \
    --cc=rfried.dev@gmail.com \
    --cc=robertcnelson@gmail.com \
    --cc=s-vadapalli@ti.com \
    --cc=sjg@chromium.org \
    --cc=srk@ti.com \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    --cc=vigneshr@ti.com \
    --cc=w.egorov@phytec.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).