]> Git Repo - linux.git/commitdiff
Merge tag 'ti-k3-soc-for-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/krist...
authorOlof Johansson <[email protected]>
Wed, 19 Jun 2019 16:03:38 +0000 (09:03 -0700)
committerOlof Johansson <[email protected]>
Wed, 19 Jun 2019 16:03:38 +0000 (09:03 -0700)
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

* tag 'ti-k3-soc-for-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/kristo/linux: (26 commits)
  arm64: dts: ti: k3-j721e: Add the MCU SRAM node
  arm64: dts: ti: k3-j721e: Add interrupt controllers in wakeup domain
  arm64: dts: ti: k3-j721e: Add interrupt controllers in main domain
  arm64: dts: ti: k3-j721e-main: Add Main NavSS Interrupt controller node
  arm64: defconfig: Enable TI's J721E SoC platform
  arm64: dts: ti: Add support for J721E Common Processor Board
  soc: ti: Add Support for J721E SoC config option
  arm64: dts: ti: Add Support for J721E SoC
  dt-bindings: serial: 8250_omap: Add compatible for J721E UART controller
  dt-bindings: arm: ti: Add bindings for J721E SoC
  arm64: dts: ti: am654-base-board: Disable SERDES and PCIe
  arm64: dts: k3-am6: Add PCIe Endpoint DT node
  arm64: dts: k3-am6: Add PCIe Root Complex DT node
  arm64: dts: k3-am6: Add SERDES DT node
  arm64: dts: k3-am6: Add mux-controller DT node required for muxing SERDES
  arm64: dts: k3-am6: Add "socionext,synquacer-pre-its" property to gic_its
  arm64: dts: ti: k3-am65: Add MSMC RAM ranges in interconnect node
  arm64: dts: ti: k3-am65: Add R5F ranges in interconnect nodes
  arm64: dts: ti: k3-am65-mcu: Add the MCU RAM node
  arm64: dts: ti: k3-am65: Add MCU SRAM ranges in interconnect nodes
  ...

Signed-off-by: Olof Johansson <[email protected]>
1  2 
drivers/soc/ti/Kconfig

diff --combined drivers/soc/ti/Kconfig
index ea0859f7b185c8605ff22d26729fd5c21b0f4667,a51beac6751fc2287205cc62f913412c9e6e0a38..f0be35d3dcba0faa6a4d24292f4256347c9cbc74
@@@ -1,4 -1,3 +1,4 @@@
 +# SPDX-License-Identifier: GPL-2.0-only
  # 64-bit ARM SoCs from TI
  if ARM64
  
@@@ -9,6 -8,11 +9,11 @@@ config ARCH_K3_AM6_SO
        help
          Enable support for TI's AM6 SoC Family support
  
+ config ARCH_K3_J721E_SOC
+       bool "K3 J721E SoC"
+       help
+         Enable support for TI's J721E SoC Family support
  endif
  
  endif
This page took 0.065458 seconds and 4 git commands to generate.