Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Texas Instruments K3 SoC changes for 5.3
@ 2019-06-19 12:06 Tero Kristo
  2019-06-19 16:03 ` Olof Johansson
  0 siblings, 1 reply; 2+ messages in thread
From: Tero Kristo @ 2019-06-19 12:06 UTC (permalink / raw)
  To: arm
  Cc: Nishanth Menon, tony@atomide.com, J, Keerthy,
	Kishon Vijay Abraham I, Lokesh Vutla,
	linux-arm-kernel@lists.infradead.org, Roger Quadros

Hello arm-soc maintainers,

Please pull the changes for Texas Instruments K3 SoC family changes for 5.3.

Thanks,
Tero

---

The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:

   Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)

are available in the git repository at:

   git://git.kernel.org/pub/scm/linux/kernel/git/kristo/linux 
tags/ti-k3-soc-for-v5.3

for you to fetch changes up to 78eccc2ac98e4166def294f02283f21cefd89591:

   arm64: dts: ti: k3-j721e: Add the MCU SRAM node (2019-06-19 11:59:49 
+0300)

----------------------------------------------------------------
Texas Instruments K3 SoC family changes for 5.3

- Add support for the new J721e SoC, includes basic peripherals needed for
   booting up the device
- New peripheral support added for AM654x:
   * TI SCI irqchip
   * GPIO
   * MCU SRAM
   * R5Fs
   * MSMC RAM
   * SERDES and PCIe

----------------------------------------------------------------
Keerthy (3):
       arm64: dts: ti: am6-wakeup: Add gpio node
       arm64: dts: ti: am6-main: Add gpio nodes
       arm64: dts: ti: am654-base-board: Add gpio_keys node

Kishon Vijay Abraham I (6):
       arm64: dts: k3-am6: Add "socionext,synquacer-pre-its" property to 
gic_its
       arm64: dts: k3-am6: Add mux-controller DT node required for 
muxing SERDES
       arm64: dts: k3-am6: Add SERDES DT node
       arm64: dts: k3-am6: Add PCIe Root Complex DT node
       arm64: dts: k3-am6: Add PCIe Endpoint DT node
       arm64: dts: ti: am654-base-board: Disable SERDES and PCIe

Lokesh Vutla (5):
       arm64: dts: ti: k3-am654: Update compatible for dmsc
       arm64: dts: ti: k3-am654: Add interrupt controllers in main domain
       arm64: dts: ti: k3-am654: Add interrupt controllers in wakeup domain
       arm64: dts: ti: k3-j721e: Add interrupt controllers in main domain
       arm64: dts: ti: k3-j721e: Add interrupt controllers in wakeup domain

Nishanth Menon (6):
       dt-bindings: arm: ti: Add bindings for J721E SoC
       dt-bindings: serial: 8250_omap: Add compatible for J721E UART 
controller
       arm64: dts: ti: Add Support for J721E SoC
       soc: ti: Add Support for J721E SoC config option
       arm64: dts: ti: Add support for J721E Common Processor Board
       arm64: defconfig: Enable TI's J721E SoC platform

Roger Quadros (1):
       arm64: dts: ti: k3-am65: Add MSMC RAM ranges in interconnect node

Suman Anna (5):
       arm64: dts: ti: k3-am65: Add MCU SRAM ranges in interconnect nodes
       arm64: dts: ti: k3-am65-mcu: Add the MCU RAM node
       arm64: dts: ti: k3-am65: Add R5F ranges in interconnect nodes
       arm64: dts: ti: k3-j721e-main: Add Main NavSS Interrupt 
controller node
       arm64: dts: ti: k3-j721e: Add the MCU SRAM node

  Documentation/devicetree/bindings/arm/ti/k3.txt    |   3 +
  .../devicetree/bindings/serial/omap_serial.txt     |   1 +
  arch/arm64/boot/dts/ti/Makefile                    |   2 +
  arch/arm64/boot/dts/ti/k3-am65-main.dtsi           | 201 +++++++++++++++++
  arch/arm64/boot/dts/ti/k3-am65-mcu.dtsi            |   8 +
  arch/arm64/boot/dts/ti/k3-am65-wakeup.dtsi         |  28 ++-
  arch/arm64/boot/dts/ti/k3-am65.dtsi                |   8 +
  arch/arm64/boot/dts/ti/k3-am654-base-board.dts     |  51 +++++
  .../boot/dts/ti/k3-j721e-common-proc-board.dts     |  50 +++++
  arch/arm64/boot/dts/ti/k3-j721e-main.dtsi          | 243 
+++++++++++++++++++++
  arch/arm64/boot/dts/ti/k3-j721e-mcu-wakeup.dtsi    |  90 ++++++++
  arch/arm64/boot/dts/ti/k3-j721e-som-p0.dtsi        |  29 +++
  arch/arm64/boot/dts/ti/k3-j721e.dtsi               | 177 +++++++++++++++
  arch/arm64/configs/defconfig                       |   1 +
  drivers/soc/ti/Kconfig                             |   5 +
  15 files changed, 896 insertions(+), 1 deletion(-)
  create mode 100644 arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts
  create mode 100644 arch/arm64/boot/dts/ti/k3-j721e-main.dtsi
  create mode 100644 arch/arm64/boot/dts/ti/k3-j721e-mcu-wakeup.dtsi
  create mode 100644 arch/arm64/boot/dts/ti/k3-j721e-som-p0.dtsi
  create mode 100644 arch/arm64/boot/dts/ti/k3-j721e.dtsi
--
Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki. Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-06-19 16:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-19 12:06 [GIT PULL] Texas Instruments K3 SoC changes for 5.3 Tero Kristo
2019-06-19 16:03 ` Olof Johansson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox