diff options
author | Olof Johansson <olof@lixom.net> | 2018-07-21 15:06:03 -0700 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2018-07-21 15:06:03 -0700 |
commit | 94dee3861fd2e5bb6a3a3e7fb1585f6802db5012 (patch) | |
tree | d82d48fb2c15a686f2710f0780c06161dd137d6b /MAINTAINERS | |
parent | f156d3a0b84afcb37570b8a0789202fc2b5df607 (diff) | |
parent | d0a064bec75e20a526c7bc0d626912f2660b6e81 (diff) | |
download | linux-94dee3861fd2e5bb6a3a3e7fb1585f6802db5012.tar.gz linux-94dee3861fd2e5bb6a3a3e7fb1585f6802db5012.tar.bz2 linux-94dee3861fd2e5bb6a3a3e7fb1585f6802db5012.zip |
Merge tag 'am654-for-v4.19-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/dt
TI AM654 support for v4.19 merge window
This branch adds initial support for new Texas Instruments AM654
quad core A53 ARMv8 SoC. It's the first device for TI K3 multicore SoC
architecture.
Initially only basic devices are configured, support for more devices
will follow later on. And many of the internal devices familiar from
earlier TI SoCs should work with existing kernel device drivers.
* tag 'am654-for-v4.19-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap:
arm64: dts: ti: Add support for AM654 EVM base board
soc: ti: Add Support for AM654 SoC config option
arm64: dts: ti: Add Support for AM654 SoC
arm64: Add support for TI's K3 Multicore SoC architecture
dt-bindings: arm: ti: Add bindings for AM654 SoC
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 07d1576fc766..5f9bf6df6724 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2087,6 +2087,15 @@ L: linux-kernel@vger.kernel.org S: Maintained F: drivers/memory/*emif* +ARM/TEXAS INSTRUMENTS K3 ARCHITECTURE +M: Tero Kristo <t-kristo@ti.com> +M: Nishanth Menon <nm@ti.com> +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) +S: Supported +F: Documentation/devicetree/bindings/arm/ti/k3.txt +F: arch/arm64/boot/dts/ti/Makefile +F: arch/arm64/boot/dts/ti/k3-* + ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE M: Santosh Shilimkar <ssantosh@kernel.org> L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |