mbox series

[GIT,PULL] arm64: dts: TI AM65x changes for 4.20

Message ID 404ebcc1-7e8c-c505-a6ac-10a94f6bd608@ti.com
State New
Headers show
Series [GIT,PULL] arm64: dts: TI AM65x changes for 4.20 | expand

Pull-request

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

Message

Tero Kristo Sept. 19, 2018, 6:54 p.m. UTC
Hi ARM-SoC team,

Here are the TI AM65x DTS changes towards 4.20 merge window. Applied on 
top of 4.19-rc2 basically just because of some testing considerations, 
please let me know if that is not fine.

-Tero

---

The following changes since commit 57361846b52bc686112da6ca5368d11210796804:

   Linux 4.19-rc2 (2018-09-02 14:37:30 -0700)

are available in the git repository at:

   git://git.kernel.org/pub/scm/linux/kernel/git/kristo/linux 
tags/am654-for-v4.20

for you to fetch changes up to 42e54f6467ecc25f464d74c0fcea0c9fab1c2e3b:

   arm64: dts: ti: k3-am6: Add Device Management Security Controller 
support (2018-09-18 18:25:06 +0300)

----------------------------------------------------------------
TI AM654 support for v4.20 merge window.

This branch adds changes for the Texas Instruments AM654 SoC. Included
changes are:
- Add uart nodes
- Change address cells and size-cells of interconnect tfrom 1 to 2
- Add secure proxy instance for main domain
- Add DMSC support

----------------------------------------------------------------
Kishon Vijay Abraham I (1):
       arm64: dts: ti: k3-am65: Change #address-cells and #size-cells of 
interconnect to 2

Nishanth Menon (3):
       arm64: dts: ti: am654: Add uart nodes
       arm64: dts: ti: am654: Add secure proxy instance for main domain
       arm64: dts: ti: k3-am6: Add Device Management Security Controller 
support

  arch/arm64/boot/dts/ti/k3-am65-main.dtsi       | 51 
+++++++++++++++++++++---
  arch/arm64/boot/dts/ti/k3-am65-mcu.dtsi        | 18 +++++++++
  arch/arm64/boot/dts/ti/k3-am65-wakeup.dtsi     | 46 ++++++++++++++++++++++
  arch/arm64/boot/dts/ti/k3-am65.dtsi            | 54 
+++++++++++++++-----------
  arch/arm64/boot/dts/ti/k3-am654-base-board.dts |  5 +++
  5 files changed, 147 insertions(+), 27 deletions(-)
  create mode 100644 arch/arm64/boot/dts/ti/k3-am65-mcu.dtsi
  create mode 100644 arch/arm64/boot/dts/ti/k3-am65-wakeup.dtsi
--
Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki. Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki

Comments

Olof Johansson Sept. 23, 2018, 1:32 p.m. UTC | #1
On Wed, Sep 19, 2018 at 09:54:08PM +0300, Tero Kristo wrote:
> Hi ARM-SoC team,
> 
> Here are the TI AM65x DTS changes towards 4.20 merge window. Applied on top
> of 4.19-rc2 basically just because of some testing considerations, please
> let me know if that is not fine.

No worries - next/dt is already on -rc2 in this case. If in doubt, see what our
for-next has as a base at the time. In general rc1-3 are fair game. Beyond
that, it's on a case by case basis and ask if you're uncertain.

> 
> The following changes since commit 57361846b52bc686112da6ca5368d11210796804:
> 
>   Linux 4.19-rc2 (2018-09-02 14:37:30 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/kristo/linux
> tags/am654-for-v4.20
> 
> for you to fetch changes up to 42e54f6467ecc25f464d74c0fcea0c9fab1c2e3b:
> 
>   arm64: dts: ti: k3-am6: Add Device Management Security Controller support
> (2018-09-18 18:25:06 +0300)
> 
> ----------------------------------------------------------------
> TI AM654 support for v4.20 merge window.
> 
> This branch adds changes for the Texas Instruments AM654 SoC. Included
> changes are:
> - Add uart nodes
> - Change address cells and size-cells of interconnect tfrom 1 to 2
> - Add secure proxy instance for main domain
> - Add DMSC support

Merged, thanks!


-Olof