linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] ARM: dts: omap updates for v6.19
@ 2025-11-17 17:27 Kevin Hilman
  0 siblings, 0 replies; only message in thread
From: Kevin Hilman @ 2025-11-17 17:27 UTC (permalink / raw)
  To: soc; +Cc: linux-omap, linux-arm-kernel

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2025-11-17 17:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-17 17:27 [GIT PULL] ARM: dts: omap updates for v6.19 Kevin Hilman

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 NNTP newsgroup(s).