Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Nishanth Menon <nm@ti.com>
To: Olof Johansson <olof@lixom.net>, Arnd Bergmann <arnd@arndb.de>,
	<arm@kernel.org>, <soc@kernel.org>
Cc: Tero Kristo <kristo@kernel.org>,
	<linux-arm-kernel@lists.infradead.org>,
	<linux-kernel@vger.kernel.org>,
	Vignesh Raghavendra <vigneshr@ti.com>, Nishanth Menon <nm@ti.com>
Subject: [GIT PULL 3/3] TI K3 device tree updates for v5.18
Date: Mon, 28 Feb 2022 06:07:11 -0600	[thread overview]
Message-ID: <20220228120711.xdburehxs5gnwxko@capacity> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 4541 bytes --]

Hi ARM SoC maintainers,

The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:

  Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git tags/ti-k3-dt-for-v5.18

for you to fetch changes up to a033588ec66bffd6cb51f946b2e998a9f9bf598d:

  arm64: dts: ti: Add support for AM62-SK (2022-02-28 05:34:43 -0600)

----------------------------------------------------------------
TI K3 device tree updates for v5.18

Since (ti-k3-dt-fixes-for-v5.17):
Fixes:
* Cleanups for flash nodes across K3.
* gic-v3 backward compatible registers
* j721s2 interrupt parent fixup for wakeup GPIO

New:
* AM62 SoC and AM62-SK board
* wdt support for am64

----------------------------------------------------------------
Aswath Govindraju (2):
      arm64: dts: ti: k3-j721s2: Move aliases to board dts
      arm64: dts: ti: k3-j721s2-common-proc-board: Alias console uart to serial2

Christian Gmeiner (1):
      arm64: dts: ti: k3-am64-main: Add RTI watchdog nodes

Hari Nagalla (1):
      arm64: dts: ti: k3-am64: Add ESM0 to device memory map

Keerthy (1):
      arm64: dts: ti: k3-j721s2-mcu-wakeup: Fix the interrupt-parent for wkup_gpioX instances

Matthias Schiffer (1):
      arm64: dts: ti: k3-am65*: Remove #address-cells/#size-cells from flash nodes

Nishanth Menon (7):
      arm64: dts: ti: k3-am65: Fix gic-v3 compatible regs
      arm64: dts: ti: k3-j721e: Fix gic-v3 compatible regs
      arm64: dts: ti: k3-j7200: Fix gic-v3 compatible regs
      arm64: dts: ti: k3-am64: Fix gic-v3 compatible regs
      arm64: dts: ti: k3-j721s2: Fix gic-v3 compatible regs
      dt-bindings: arm: ti: Add bindings for AM625 SoC
      arm64: dts: ti: Add support for AM62-SK

Pratyush Yadav (2):
      arm64: dts: ti: k3-*: Fix whitespace around flash@0 nodes
      arm64: dts: ti: k3-*: Drop address and size cells from flash nodes

Suman Anna (1):
      dt-bindings: pinctrl: k3: Introduce pinmux definitions for AM62

Vignesh Raghavendra (1):
      arm64: dts: ti: Introduce base support for AM62x SoC

 Documentation/devicetree/bindings/arm/ti/k3.yaml   |   6 +
 arch/arm64/boot/dts/ti/Makefile                    |   2 +
 arch/arm64/boot/dts/ti/k3-am62-main.dtsi           | 267 +++++++++++++++++++++
 arch/arm64/boot/dts/ti/k3-am62-mcu.dtsi            |  36 +++
 arch/arm64/boot/dts/ti/k3-am62-wakeup.dtsi         |  41 ++++
 arch/arm64/boot/dts/ti/k3-am62.dtsi                | 105 ++++++++
 arch/arm64/boot/dts/ti/k3-am625-sk.dts             | 206 ++++++++++++++++
 arch/arm64/boot/dts/ti/k3-am625.dtsi               | 103 ++++++++
 arch/arm64/boot/dts/ti/k3-am64-main.dtsi           |  23 +-
 arch/arm64/boot/dts/ti/k3-am64.dtsi                |   4 +
 arch/arm64/boot/dts/ti/k3-am642-evm.dts            |   4 +-
 arch/arm64/boot/dts/ti/k3-am642-sk.dts             |   4 +-
 arch/arm64/boot/dts/ti/k3-am65-iot2050-common.dtsi |   2 -
 arch/arm64/boot/dts/ti/k3-am65-main.dtsi           |   5 +-
 arch/arm64/boot/dts/ti/k3-am65.dtsi                |   1 +
 arch/arm64/boot/dts/ti/k3-am654-base-board.dts     |   8 +-
 arch/arm64/boot/dts/ti/k3-j7200-main.dtsi          |   5 +-
 arch/arm64/boot/dts/ti/k3-j7200-som-p0.dtsi        |   4 +-
 arch/arm64/boot/dts/ti/k3-j7200.dtsi               |   1 +
 .../boot/dts/ti/k3-j721e-common-proc-board.dts     |   4 +-
 arch/arm64/boot/dts/ti/k3-j721e-main.dtsi          |   5 +-
 arch/arm64/boot/dts/ti/k3-j721e-sk.dts             |   2 -
 arch/arm64/boot/dts/ti/k3-j721e-som-p0.dtsi        |   4 +-
 arch/arm64/boot/dts/ti/k3-j721e.dtsi               |   1 +
 .../boot/dts/ti/k3-j721s2-common-proc-board.dts    |  14 +-
 arch/arm64/boot/dts/ti/k3-j721s2-main.dtsi         |   5 +-
 arch/arm64/boot/dts/ti/k3-j721s2-mcu-wakeup.dtsi   |   4 +-
 arch/arm64/boot/dts/ti/k3-j721s2.dtsi              |  23 +-
 include/dt-bindings/pinctrl/k3.h                   |   3 +
 29 files changed, 836 insertions(+), 56 deletions(-)
 create mode 100644 arch/arm64/boot/dts/ti/k3-am62-main.dtsi
 create mode 100644 arch/arm64/boot/dts/ti/k3-am62-mcu.dtsi
 create mode 100644 arch/arm64/boot/dts/ti/k3-am62-wakeup.dtsi
 create mode 100644 arch/arm64/boot/dts/ti/k3-am62.dtsi
 create mode 100644 arch/arm64/boot/dts/ti/k3-am625-sk.dts
 create mode 100644 arch/arm64/boot/dts/ti/k3-am625.dtsi

-- 
Regards,
Nishanth Menon
Key (0xDDB5849D1736249D)/Fingerprint: F8A2 8693 54EB 8232 17A3  1A34 DDB5 849D 1736 249D

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

[-- Attachment #2: Type: text/plain, Size: 176 bytes --]

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

                 reply	other threads:[~2022-02-28 12:37 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=20220228120711.xdburehxs5gnwxko@capacity \
    --to=nm@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=olof@lixom.net \
    --cc=soc@kernel.org \
    --cc=vigneshr@ti.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