From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] am654 changes for v4.19 merge window
Date: Fri, 20 Jul 2018 23:05:16 -0700 [thread overview]
Message-ID: <pull-1532152828-552759@atomide.com> (raw)
From: "Tony Lindgren" <tony@atomide.com>
The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40:
Linux 4.18-rc1 (2018-06-17 08:04:49 +0900)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/am654-for-v4.19-signed
for you to fetch changes up to d0a064bec75e20a526c7bc0d626912f2660b6e81:
arm64: dts: ti: Add support for AM654 EVM base board (2018-07-18 11:48:36 -0700)
----------------------------------------------------------------
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.
----------------------------------------------------------------
Nishanth Menon (5):
dt-bindings: arm: ti: Add bindings for AM654 SoC
arm64: Add support for TI's K3 Multicore SoC architecture
arm64: dts: ti: Add Support for AM654 SoC
soc: ti: Add Support for AM654 SoC config option
arm64: dts: ti: Add support for AM654 EVM base board
Documentation/devicetree/bindings/arm/ti/k3.txt | 23 +++++
MAINTAINERS | 9 ++
arch/arm64/Kconfig.platforms | 7 ++
arch/arm64/boot/dts/Makefile | 1 +
arch/arm64/boot/dts/ti/Makefile | 9 ++
arch/arm64/boot/dts/ti/k3-am65-main.dtsi | 31 +++++++
arch/arm64/boot/dts/ti/k3-am65.dtsi | 87 ++++++++++++++++++
arch/arm64/boot/dts/ti/k3-am654-base-board.dts | 36 ++++++++
arch/arm64/boot/dts/ti/k3-am654.dtsi | 115 ++++++++++++++++++++++++
drivers/soc/ti/Kconfig | 14 +++
10 files changed, 332 insertions(+)
create mode 100644 Documentation/devicetree/bindings/arm/ti/k3.txt
create mode 100644 arch/arm64/boot/dts/ti/Makefile
create mode 100644 arch/arm64/boot/dts/ti/k3-am65-main.dtsi
create mode 100644 arch/arm64/boot/dts/ti/k3-am65.dtsi
create mode 100644 arch/arm64/boot/dts/ti/k3-am654-base-board.dts
create mode 100644 arch/arm64/boot/dts/ti/k3-am654.dtsi
next reply other threads:[~2018-07-21 6:05 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-07-21 6:05 Tony Lindgren [this message]
2018-07-21 22:07 ` [GIT PULL] am654 changes for v4.19 merge window Olof Johansson
2018-07-22 6:40 ` Tony Lindgren
2018-07-23 13:06 ` Nishanth Menon
2018-07-23 16:18 ` Olof Johansson
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=pull-1532152828-552759@atomide.com \
--to=tony@atomide.com \
--cc=linux-arm-kernel@lists.infradead.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).