All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vignesh Raghavendra <vigneshr@ti.com>
To: Olof Johansson <olof@lixom.net>, Arnd Bergmann <arnd@arndb.de>,
	arm-soc <arm@kernel.org>, SoC <soc@kernel.org>
Cc: "Menon, Nishanth" <nm@ti.com>,
	Linux ARM Mailing List <linux-arm-kernel@lists.infradead.org>,
	Vignesh Raghavendra <vigneshr@ti.com>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	Tero Kristo <kristo@kernel.org>
Subject: [GIT PULL] TI K3 device tree updates for v5.19
Date: Sat, 7 May 2022 22:18:27 +0530	[thread overview]
Message-ID: <3dc2011b-eb6d-dcd5-3921-57f6a1cf6d8e@ti.com> (raw)


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

Hi ARM SoC maintainers,

The following changes since commit 3123109284176b1532874591f7c81f3837bbdc17:

  Linux 5.18-rc1 (2022-04-03 14:08:21 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 7d4686fc3c2ad9bfd1eaf3c54515d6469e542578:

  arm64: dts: ti: k3-j721e-sk: Enable HDMI (2022-05-05 22:45:16 +0530)

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

New Features:
J721e:
* Enable DSS, DP, HDMI on J721e EVM and SK
AM62:
* MCAN, MCU GPIO, ECAP APWM, DMA, Etherent and several peripheral on AM62 SK EVM
AM64:
* Enable Wireless LAN support

Fixes:
Drop incorrect MCU UART clock rates

----------------------------------------------------------------
Aswath Govindraju (1):
      arm64: dts: ti: k3-am62: Add support for MCAN

Jayesh Choudhary (1):
      arm64: dts: ti: k3-am62: Add SA3UL ranges in cbass_main

Kishon Vijay Abraham I (1):
      arm64: dts: ti: k3-am642-sk: Enable WLAN connected to SDHCI0

Matthias Schiffer (1):
      arm64: dts: ti: k3-am64-mcu: remove incorrect UART base clock rates

Rahul T R (2):
      arm64: dts: ti: k3-j721e-sk: Enable DisplayPort
      arm64: dts: ti: k3-j721e-sk: Enable HDMI

Tomi Valkeinen (2):
      arm64: dts: ti: k3-j721e-*: add DP & DP PHY
      arm64: dts: ti: k3-j721e-common-proc-board: add DP to j7 evm

Vignesh Raghavendra (4):
      arm64: dts: ti: k3-am62: Add more peripheral nodes
      arm64: dts: ti: k3-am625-sk: Enable on board peripherals
      arm64: dts: ti: k3-am625-sk: Add ECAP APWM nodes
      arm64: dts: ti: k3-am62-mcu: Enable MCU GPIO module

 arch/arm64/boot/dts/ti/k3-am62-main.dtsi              | 307 ++++++++++
 arch/arm64/boot/dts/ti/k3-am62-mcu.dtsi               |  48 ++
 arch/arm64/boot/dts/ti/k3-am62.dtsi                   |   1 +
 arch/arm64/boot/dts/ti/k3-am625-sk.dts                | 289 +++++++++
 arch/arm64/boot/dts/ti/k3-am64-mcu.dtsi               |   2 -
 arch/arm64/boot/dts/ti/k3-am642-sk.dts                |  62 ++
 arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts |  77 ++-
 arch/arm64/boot/dts/ti/k3-j721e-main.dtsi             |  75 ++-
 arch/arm64/boot/dts/ti/k3-j721e-sk.dts                | 139 ++++-
 9 files changed, 988 insertions(+), 12 deletions(-)

-- 
Regards
Vignesh


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

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

WARNING: multiple messages have this Message-ID (diff)
From: Vignesh Raghavendra <vigneshr@ti.com>
To: Olof Johansson <olof@lixom.net>, Arnd Bergmann <arnd@arndb.de>,
	arm-soc <arm@kernel.org>, SoC <soc@kernel.org>
Cc: "Menon, Nishanth" <nm@ti.com>,
	Linux ARM Mailing List <linux-arm-kernel@lists.infradead.org>,
	Vignesh Raghavendra <vigneshr@ti.com>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	Tero Kristo <kristo@kernel.org>
Subject: [GIT PULL] TI K3 device tree updates for v5.19
Date: Sat, 7 May 2022 22:18:27 +0530	[thread overview]
Message-ID: <3dc2011b-eb6d-dcd5-3921-57f6a1cf6d8e@ti.com> (raw)


[-- Attachment #1.1.1.1: Type: text/plain, Size: 2431 bytes --]

Hi ARM SoC maintainers,

The following changes since commit 3123109284176b1532874591f7c81f3837bbdc17:

  Linux 5.18-rc1 (2022-04-03 14:08:21 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 7d4686fc3c2ad9bfd1eaf3c54515d6469e542578:

  arm64: dts: ti: k3-j721e-sk: Enable HDMI (2022-05-05 22:45:16 +0530)

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

New Features:
J721e:
* Enable DSS, DP, HDMI on J721e EVM and SK
AM62:
* MCAN, MCU GPIO, ECAP APWM, DMA, Etherent and several peripheral on AM62 SK EVM
AM64:
* Enable Wireless LAN support

Fixes:
Drop incorrect MCU UART clock rates

----------------------------------------------------------------
Aswath Govindraju (1):
      arm64: dts: ti: k3-am62: Add support for MCAN

Jayesh Choudhary (1):
      arm64: dts: ti: k3-am62: Add SA3UL ranges in cbass_main

Kishon Vijay Abraham I (1):
      arm64: dts: ti: k3-am642-sk: Enable WLAN connected to SDHCI0

Matthias Schiffer (1):
      arm64: dts: ti: k3-am64-mcu: remove incorrect UART base clock rates

Rahul T R (2):
      arm64: dts: ti: k3-j721e-sk: Enable DisplayPort
      arm64: dts: ti: k3-j721e-sk: Enable HDMI

Tomi Valkeinen (2):
      arm64: dts: ti: k3-j721e-*: add DP & DP PHY
      arm64: dts: ti: k3-j721e-common-proc-board: add DP to j7 evm

Vignesh Raghavendra (4):
      arm64: dts: ti: k3-am62: Add more peripheral nodes
      arm64: dts: ti: k3-am625-sk: Enable on board peripherals
      arm64: dts: ti: k3-am625-sk: Add ECAP APWM nodes
      arm64: dts: ti: k3-am62-mcu: Enable MCU GPIO module

 arch/arm64/boot/dts/ti/k3-am62-main.dtsi              | 307 ++++++++++
 arch/arm64/boot/dts/ti/k3-am62-mcu.dtsi               |  48 ++
 arch/arm64/boot/dts/ti/k3-am62.dtsi                   |   1 +
 arch/arm64/boot/dts/ti/k3-am625-sk.dts                | 289 +++++++++
 arch/arm64/boot/dts/ti/k3-am64-mcu.dtsi               |   2 -
 arch/arm64/boot/dts/ti/k3-am642-sk.dts                |  62 ++
 arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts |  77 ++-
 arch/arm64/boot/dts/ti/k3-j721e-main.dtsi             |  75 ++-
 arch/arm64/boot/dts/ti/k3-j721e-sk.dts                | 139 ++++-
 9 files changed, 988 insertions(+), 12 deletions(-)

-- 
Regards
Vignesh


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

[-- Attachment #1.2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 495 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-05-07 16:49 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-07 16:48 Vignesh Raghavendra [this message]
2022-05-07 16:48 ` [GIT PULL] TI K3 device tree updates for v5.19 Vignesh Raghavendra
2022-05-13 11:43 ` Arnd Bergmann
2022-05-13 11:43   ` Arnd Bergmann

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=3dc2011b-eb6d-dcd5-3921-57f6a1cf6d8e@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 \
    /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.