mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Vignesh Raghavendra <vigneshr@ti.com>
To: Olof Johansson <olof@lixom.net>, Arnd Bergmann <arnd@arndb.de>,
	SoC <soc@kernel.org>, arm-soc <arm@kernel.org>
Cc: <linux-kernel@vger.kernel.org>,
	Linux ARM Mailing List <linux-arm-kernel@lists.infradead.org>,
	Tero Kristo <kristo@kernel.org>, "Menon, Nishanth" <nm@ti.com>,
	Tony Lindgren <tony@atomide.com>
Subject: [GIT PULL] TI K3 device tree updates for v6.3
Date: Fri, 3 Feb 2023 22:20:23 +0530	[thread overview]
Message-ID: <642cf238-43e5-d6fa-68b5-a9dfbc0277bf@ti.com> (raw)


[-- Attachment #1.1.1: Type: text/plain, Size: 5450 bytes --]

Hi ARM SoC Maintainers,


The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2:

  Linux 6.2-rc1 (2022-12-25 13:41:39 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git tags/ti-k3-dt-for-v6.3

for you to fetch changes up to 47d72bbb6c0f7dc0901d7601d1aa6b1419282049:

  arm64: dts: ti: Makefile: Rearrange entries alphabetically (2023-02-01 23:10:29 +0530)

----------------------------------------------------------------
TI K3 device tree updates for v6.3

New features:
J784S4 SoC and EVM support
AM68 and AM69 StarterKit, phyBOARD-Electra-AM642, Siemens IoT2050 M.2
AM62A7 SK additional peripherals
AM62 SK USB support

Non critical fixes
AM62:
McSPI Clock ID fixes
MMC TAP value updates
J7200:
pinmux range update
All:
Cache DT node fixes

Cleanups:
Reorder dts Makefile entries alphabetically

----------------------------------------------------------------
Apurva Nandan (4):
      dt-bindings: arm: ti: Add bindings for J784s4 SoC
      dt-bindings: pinctrl: k3: Introduce pinmux definitions for J784s4
      arm64: dts: ti: Add initial support for J784S4 SoC
      arm64: dts: ti: Add support for J784S4 EVM board

Aswath Govindraju (2):
      arm64: dts: ti: k3-am62-main: Add support for USB
      arm64: dts: ti: k3-am625-sk: Add support for USB

Dasnavis Sabiya (2):
      dt-bindings: arm: ti: Add binding for AM69 Starter Kit
      arch: arm64: dts: Add support for AM69 Starter Kit

Dhruva Gole (1):
      arm64: dts: ti: k3-am62-main: Fix clocks for McSPI

Jan Kiszka (2):
      arm64: dts: ti: iot2050: Add layout of OSPI flash
      dt-bindings: arm: ti: Add binding for Siemens IOT2050 M.2 variant

Nitin Yadav (1):
      arm64: dts: ti: k3-am62-main: Update OTAP and ITAP delay select

Pierre Gondois (1):
      arm64: dts: Update cache properties for ti

Sinthu Raja (3):
      dt-bindings: arm: ti: Add binding for AM68 SK
      arm64: dts: ti: Add initial support for AM68 SK System on Module
      arm64: dts: ti: k3-am68-sk: Add support for AM68 SK base board

Vaishnav Achath (1):
      arm64: dts: ti: k3-j7200: Fix wakeup pinmux range

Vignesh Raghavendra (5):
      arm64: dts: ti: k3-am62a-mcu: Add MCU domain peripherals
      arm64: dts: ti: k3-am62a-main: Add more peripheral nodes
      arm64: dts: ti: k3-am62a7-sk: Enable ethernet port
      arm64: dts: ti: k3-am62a7-sk: Enable USB1 node
      arm64: dts: ti: Makefile: Rearrange entries alphabetically

Wadim Egorov (2):
      dt-bindings: arm: ti: Add bindings for PHYTEC AM64x based hardware
      arm64: dts: ti: Add support for phyBOARD-Electra-AM642

chao zeng (1):
      arm64: dts: ti: iot2050: Add support for M.2 variant

 Documentation/devicetree/bindings/arm/ti/k3.yaml         |   15 +
 arch/arm64/boot/dts/ti/Makefile                          |   35 +-
 arch/arm64/boot/dts/ti/k3-am62-main.dtsi                 |   98 +-
 arch/arm64/boot/dts/ti/k3-am625-sk.dts                   |   27 +
 arch/arm64/boot/dts/ti/k3-am625.dtsi                     |    1 +
 arch/arm64/boot/dts/ti/k3-am62a-main.dtsi                |  365 ++++
 arch/arm64/boot/dts/ti/k3-am62a-mcu.dtsi                 |   51 +
 arch/arm64/boot/dts/ti/k3-am62a7-sk.dts                  |   70 +
 arch/arm64/boot/dts/ti/k3-am62a7.dtsi                    |    1 +
 arch/arm64/boot/dts/ti/k3-am64-phycore-som.dtsi          |  231 +++
 arch/arm64/boot/dts/ti/k3-am642-phyboard-electra-rdk.dts |  277 +++
 arch/arm64/boot/dts/ti/k3-am642.dtsi                     |    1 +
 arch/arm64/boot/dts/ti/k3-am65-iot2050-common.dtsi       |   46 +
 arch/arm64/boot/dts/ti/k3-am654.dtsi                     |    2 +
 arch/arm64/boot/dts/ti/k3-am6548-iot2050-advanced-m2.dts |  121 ++
 arch/arm64/boot/dts/ti/k3-am68-sk-base-board.dts         |  335 +++
 arch/arm64/boot/dts/ti/k3-am68-sk-som.dtsi               |   29 +
 arch/arm64/boot/dts/ti/k3-am69-sk.dts                    |  180 ++
 arch/arm64/boot/dts/ti/k3-j7200-common-proc-board.dts    |    2 +-
 arch/arm64/boot/dts/ti/k3-j7200-mcu-wakeup.dtsi          |   29 +-
 arch/arm64/boot/dts/ti/k3-j7200.dtsi                     |    1 +
 arch/arm64/boot/dts/ti/k3-j721e.dtsi                     |    1 +
 arch/arm64/boot/dts/ti/k3-j721s2.dtsi                    |    1 +
 arch/arm64/boot/dts/ti/k3-j784s4-evm.dts                 |  196 ++
 arch/arm64/boot/dts/ti/k3-j784s4-main.dtsi               | 1007 ++++++++++
 arch/arm64/boot/dts/ti/k3-j784s4-mcu-wakeup.dtsi         |  311 +++
 arch/arm64/boot/dts/ti/k3-j784s4.dtsi                    |  287 +++
 include/dt-bindings/pinctrl/k3.h                         |    3 +
 28 files changed, 3688 insertions(+), 35 deletions(-)
 create mode 100644 arch/arm64/boot/dts/ti/k3-am64-phycore-som.dtsi
 create mode 100644 arch/arm64/boot/dts/ti/k3-am642-phyboard-electra-rdk.dts
 create mode 100644 arch/arm64/boot/dts/ti/k3-am6548-iot2050-advanced-m2.dts
 create mode 100644 arch/arm64/boot/dts/ti/k3-am68-sk-base-board.dts
 create mode 100644 arch/arm64/boot/dts/ti/k3-am68-sk-som.dtsi
 create mode 100644 arch/arm64/boot/dts/ti/k3-am69-sk.dts
 create mode 100644 arch/arm64/boot/dts/ti/k3-j784s4-evm.dts
 create mode 100644 arch/arm64/boot/dts/ti/k3-j784s4-main.dtsi
 create mode 100644 arch/arm64/boot/dts/ti/k3-j784s4-mcu-wakeup.dtsi
 create mode 100644 arch/arm64/boot/dts/ti/k3-j784s4.dtsi

[-- Attachment #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 8945 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 495 bytes --]

                 reply	other threads:[~2023-02-03 16: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=642cf238-43e5-d6fa-68b5-a9dfbc0277bf@ti.com \
    --to=vigneshr@ti.com \
    --cc=arm@kernel.org \
    --cc=arnd@arndb.de \
    --cc=kristo@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=nm@ti.com \
    --cc=olof@lixom.net \
    --cc=soc@kernel.org \
    --cc=tony@atomide.com \
    /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

all inboxes | Powered by JetHome®