From: Kevin Hilman <khilman@baylibre.com>
To: soc@lists.linux.dev
Subject: [GIT PULL] ARM: dts: omap: updates for v6.19
Date: Mon, 17 Nov 2025 09:25:22 -0800 [thread overview]
Message-ID: <7hcy5glgfx.fsf@baylibre.com> (raw)
The following changes since commit 3a8660878839faadb4f1a6dd72c3179c1df56787:
Linux 6.18-rc1 (2025-10-12 13:42:36 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap.git tags/omap-for-v6.19/dt-signed
for you to fetch changes up to 73f0769ebfc6473be084f0c52db25d2973097dd4:
ARM: dts: ti/omap: fix incorrect compatible string in internal eeprom node (2025-11-11 12:18:23 -0800)
----------------------------------------------------------------
Misc. DT updates, mostly for AM3 platforms.
----------------------------------------------------------------
Alexander Stein (1):
ARM: dts: omap: am335x-tqma335x/mba335x: Fix MicIn routing
Charan Pedumuru (3):
arm: dts: ti: omap: am335x-pepper: Fix vmmc-supply property typo
arm: dts: ti: omap: Drop unnecessary properties for SDHCI node
dt-bindings: mmc: ti,omap2430-sdhci: convert to DT schema
Geert Uytterhoeven (1):
ARM: dts: am33xx: Add missing serial console speed
George Kelly (1):
ARM: dts: ti/omap: fix incorrect compatible string in internal eeprom node
Jihed Chaibi (2):
ARM: dts: omap3: beagle-xm: Correct obsolete TWL4030 power compatible
ARM: dts: omap3: n900: Correct obsolete TWL4030 power compatible
Matthias Schiffer (3):
dt-bindings: omap: add AM335x-based TQMa335x SOM and MBa335x board
ARM: dts: omap: AM33xx: add cpu label
ARM: dts: omap: Add support for TQMa335x/MBa335x
Nathan Chancellor (1):
ARM: dts: omap: am335x-mba335x: Fix stray '/*' in comment
Yegor Yefremov (3):
ARM: dts: omap: rework Baltos LED nodes
ARM: dts: ti: omap: am335x-baltos: add a regulator for the mPCIe slot
ARM: dts: am335x-netcom-plus-2xx: add missing GPIO labels
Documentation/devicetree/bindings/arm/ti/omap.yaml | 7 ++
Documentation/devicetree/bindings/mmc/sdhci-omap.txt | 43 ---------
Documentation/devicetree/bindings/mmc/ti,omap2430-sdhci.yaml | 169 +++++++++++++++++++++++++++++++++
arch/arm/boot/dts/ti/omap/Makefile | 1 +
arch/arm/boot/dts/ti/omap/am335x-baltos-leds.dtsi | 6 +-
arch/arm/boot/dts/ti/omap/am335x-baltos.dtsi | 17 ++++
arch/arm/boot/dts/ti/omap/am335x-bone-common.dtsi | 4 +-
arch/arm/boot/dts/ti/omap/am335x-boneblue.dts | 2 +-
arch/arm/boot/dts/ti/omap/am335x-chiliboard.dts | 2 +-
arch/arm/boot/dts/ti/omap/am335x-evm.dts | 2 +-
arch/arm/boot/dts/ti/omap/am335x-evmsk.dts | 2 +-
arch/arm/boot/dts/ti/omap/am335x-guardian.dts | 2 +-
arch/arm/boot/dts/ti/omap/am335x-icev2.dts | 2 +-
arch/arm/boot/dts/ti/omap/am335x-mba335x.dts | 633 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
arch/arm/boot/dts/ti/omap/am335x-myirtech-myd.dts | 2 +-
arch/arm/boot/dts/ti/omap/am335x-netcom-plus-2xx.dts | 8 +-
arch/arm/boot/dts/ti/omap/am335x-osd3358-sm-red.dts | 2 +-
arch/arm/boot/dts/ti/omap/am335x-pdu001.dts | 2 +-
arch/arm/boot/dts/ti/omap/am335x-pepper.dts | 2 +-
arch/arm/boot/dts/ti/omap/am335x-pocketbeagle.dts | 2 +-
arch/arm/boot/dts/ti/omap/am335x-sancloud-bbe-extended-wifi.dts | 1 -
arch/arm/boot/dts/ti/omap/am335x-sl50.dts | 2 +-
arch/arm/boot/dts/ti/omap/am335x-tqma335x.dtsi | 270 ++++++++++++++++++++++++++++++++++++++++++++++++++++
arch/arm/boot/dts/ti/omap/am33xx-l4.dtsi | 2 -
arch/arm/boot/dts/ti/omap/am33xx.dtsi | 3 +-
arch/arm/boot/dts/ti/omap/am4372.dtsi | 1 -
arch/arm/boot/dts/ti/omap/am437x-l4.dtsi | 2 -
arch/arm/boot/dts/ti/omap/am5729-beagleboneai.dts | 2 -
arch/arm/boot/dts/ti/omap/am57xx-cl-som-am57x.dts | 1 -
arch/arm/boot/dts/ti/omap/omap3-beagle-xm.dts | 2 +-
arch/arm/boot/dts/ti/omap/omap3-n900.dts | 2 +-
31 files changed, 1121 insertions(+), 77 deletions(-)
delete mode 100644 Documentation/devicetree/bindings/mmc/sdhci-omap.txt
create mode 100644 Documentation/devicetree/bindings/mmc/ti,omap2430-sdhci.yaml
create mode 100644 arch/arm/boot/dts/ti/omap/am335x-mba335x.dts
create mode 100644 arch/arm/boot/dts/ti/omap/am335x-tqma335x.dtsi
next reply other threads:[~2025-11-17 17:25 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-17 17:25 Kevin Hilman [this message]
2025-11-21 20:21 ` [GIT PULL] ARM: dts: omap: updates for v6.19 patchwork-bot+linux-soc
-- strict thread matches above, loose matches on Subject: below --
2025-11-17 17:27 [GIT PULL] ARM: dts: omap " Kevin Hilman
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=7hcy5glgfx.fsf@baylibre.com \
--to=khilman@baylibre.com \
--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 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.