mbox series

[GIT,PULL] Texas Instruments K3 SoC changes for 5.3

Message ID 479002be-d9cf-38d6-e7a7-82e71d439ff7@ti.com
State New
Headers show
Series [GIT,PULL] Texas Instruments K3 SoC changes for 5.3 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/kristo/linux

Message

Tero Kristo June 19, 2019, 12:06 p.m. UTC
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

Comments

Olof Johansson June 19, 2019, 4:03 p.m. UTC | #1
On Wed, Jun 19, 2019 at 03:06:45PM +0300, Tero Kristo wrote:
> 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

Merged, thanks!


-Olof