Linux SOC development
 help / color / mirror / Atom feed
From: Kevin Hilman <khilman@baylibre.com>
To: soc@lists.linux.dev
Cc: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] ARM: dts: OMAP updates for v7.3
Date: Mon, 03 Aug 2026 08:51:27 -0700	[thread overview]
Message-ID: <7hbjbjjj7k.fsf@baylibre.com> (raw)

The following changes since commit dc59e4fea9d83f03bad6bddf3fa2e52491777482:

  Linux 7.2-rc1 (2026-06-28 12:01:31 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap.git tags/omap-for-v7.3/dt-signed

for you to fetch changes up to 36d3d0f740d75dc0274b72720c044f476ff0e242:

  ARM: dts: ti/omap: embt2ws: use mulit-led for RGB LED (2026-07-06 11:40:17 -0700)

----------------------------------------------------------------
ARM: dts: OMAP updates for v7.3
- DT support for PRU-ICSS on AM3/4/5
- minor fixes & cleanups

----------------------------------------------------------------
Andreas Kemnade (1):
      ARM: dts: ti/omap: embt2ws: use mulit-led for RGB LED

Krzysztof Kozlowski (2):
      ARM: dts: ti: Add specific compatibles for SCM conf nodes
      ARM: dts: ti: omap: Correct indentation

Roger Quadros (3):
      arm: dts: ti: Add device tree support for PRU-ICSS on AM57xx
      arm: dts: ti: Add device tree support for PRU-ICSS on AM437x
      arm: dts: ti: Add device tree support for PRU-ICSS on AM335x

Thomas Richard (1):
      ARM: dts: ti: var-som-om44: Add USB Ethernet controller node

Vidhu Sarwal (1):
      ARM: dts: ti: Fix typos in comments

 arch/arm/boot/dts/ti/davinci/da850-lcdk.dts                |   2 +-
 arch/arm/boot/dts/ti/omap/Makefile                         |   4 +++
 arch/arm/boot/dts/ti/omap/am335x-icev2-prueth-overlay.dtso | 156 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 arch/arm/boot/dts/ti/omap/am33xx-l4.dtsi                   |  15 ++++++++--
 arch/arm/boot/dts/ti/omap/am3517-evm.dts                   |   2 +-
 arch/arm/boot/dts/ti/omap/am4372.dtsi                      |  11 +++++++
 arch/arm/boot/dts/ti/omap/am437x-idk-evm.dts               | 103 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 arch/arm/boot/dts/ti/omap/am437x-l4.dtsi                   |   2 +-
 arch/arm/boot/dts/ti/omap/am57-pruss.dtsi                  |  11 +++++++
 arch/arm/boot/dts/ti/omap/am571x-idk.dts                   |   8 ++++-
 arch/arm/boot/dts/ti/omap/am5729-beagleboneai.dts          |   2 +-
 arch/arm/boot/dts/ti/omap/am572x-idk.dts                   |  10 ++++---
 arch/arm/boot/dts/ti/omap/am574x-idk.dts                   |  10 ++++---
 arch/arm/boot/dts/ti/omap/am57xx-idk-common.dtsi           |  61 ++++++++++++++++++++++++++++++++++++++
 arch/arm/boot/dts/ti/omap/dm8148-evm.dts                   |   4 +--
 arch/arm/boot/dts/ti/omap/dm814x.dtsi                      |   2 +-
 arch/arm/boot/dts/ti/omap/dm816x-clocks.dtsi               |   2 +-
 arch/arm/boot/dts/ti/omap/dm816x.dtsi                      |   2 +-
 arch/arm/boot/dts/ti/omap/dra7-l4.dtsi                     |   4 +--
 arch/arm/boot/dts/ti/omap/motorola-mapphone-common.dtsi    |  10 +++----
 arch/arm/boot/dts/ti/omap/omap2430.dtsi                    |   2 +-
 arch/arm/boot/dts/ti/omap/omap3-cm-t3x30.dtsi              |   2 +-
 arch/arm/boot/dts/ti/omap/omap3-n950-n9.dtsi               |   2 +-
 arch/arm/boot/dts/ti/omap/omap3-overo-common-lcd35.dtsi    |   2 +-
 arch/arm/boot/dts/ti/omap/omap3-overo-common-lcd43.dtsi    |   2 +-
 arch/arm/boot/dts/ti/omap/omap3.dtsi                       |   2 +-
 arch/arm/boot/dts/ti/omap/omap4-epson-embt2ws.dts          |  13 +++++++--
 arch/arm/boot/dts/ti/omap/omap4-l4.dtsi                    |   2 +-
 arch/arm/boot/dts/ti/omap/omap4-panda-es.dts               |   2 +-
 arch/arm/boot/dts/ti/omap/omap4-var-som-om44.dtsi          |  14 +++++++++
 arch/arm/boot/dts/ti/omap/omap5-l4.dtsi                    |   6 ++--
 31 files changed, 428 insertions(+), 42 deletions(-)
 create mode 100644 arch/arm/boot/dts/ti/omap/am335x-icev2-prueth-overlay.dtso

                 reply	other threads:[~2026-08-03 15:51 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=7hbjbjjj7k.fsf@baylibre.com \
    --to=khilman@baylibre.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=soc@lists.linux.dev \
    /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