mbox series

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

Message ID b838d666-ab3b-7d41-67d4-09d606c732da@ti.com
State New
Headers show
Series [GIT,PULL] Texas Instruments K3 SoC changes for 5.4 | expand

Pull-request

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

Message

Tero Kristo Aug. 30, 2019, 1:50 p.m. UTC
Hello arm-soc maintainers,

Here are the changes for TI K3 SoC family for 5.4. This pull request is 
based on top of drivers_soc_for_5.4 [1] from Santosh, basically because 
there is hard dependency on this pull towards that. Otherwise any of the 
DTS patches applying exclusive access flags will fail to compile.

I am hoping this is fine, please holler if you have anything against 
this sequencing approach.

[1] https://lkml.org/lkml/2019/8/26/1124

-Tero

-----------

The following changes since commit 23013399a2252e9f592c2c52a62b213d3ef09217:

   soc: ti: ti_sci_pm_domains: Add support for exclusive and shared 
access (2019-08-26 20:00:41 -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.4

for you to fetch changes up to d6dabd6f59c426e5d3eeb8a853dbda4818185ce1:

   arm64: dts: ti: k3-j721e-main: Fix gic-its node unit-address 
(2019-08-29 16:05:00 +0300)

----------------------------------------------------------------
Texas Instruments K3 SoC family changes for 5.4

- Typo fixes for gic-its unit addresses for both am654 and j721e
- HW spinlock nodes added for both am654 and j721e
- GPIO support for j721e
- power-domain cells update for both am654 / j721e for exclusive only
   access

----------------------------------------------------------------
Lokesh Vutla (6):
       arm64: dts: ti: k3-am654: Update the power domain cells
       arm64: dts: ti: k3-j721e: Update the power domain cells
       arm64: dts: ti: k3-j721e: Add gpio nodes in main domain
       arm64: dts: ti: k3-j721e: Add gpio nodes in wakeup domain
       arm64: dts: ti: k3-j721e-common-proc-board: Disable unused gpio 
modules
       dt-bindings: pinctrl: k3: Introduce pinmux definitions for J721E

Nikhil Devshatwar (1):
       arm64: dts: k3-j721e: Add gpio-keys on common processor board

Suman Anna (4):
       arm64: dts: ti: k3-am65-main: Add hwspinlock node
       arm64: dts: ti: k3-j721e-main: Add hwspinlock node
       arm64: dts: ti: k3-am65-main: Fix gic-its node unit-address
       arm64: dts: ti: k3-j721e-main: Fix gic-its node unit-address

  arch/arm64/boot/dts/ti/k3-am65-main.dtsi           |  52 ++++---
  arch/arm64/boot/dts/ti/k3-am65-mcu.dtsi            |  10 +-
  arch/arm64/boot/dts/ti/k3-am65-wakeup.dtsi         |   6 +-
  arch/arm64/boot/dts/ti/k3-am65.dtsi                |   1 +
  arch/arm64/boot/dts/ti/k3-am654-base-board.dts     |   1 +
  .../boot/dts/ti/k3-j721e-common-proc-board.dts     |  69 +++++++++
  arch/arm64/boot/dts/ti/k3-j721e-main.dtsi          | 160 
+++++++++++++++++++--
  arch/arm64/boot/dts/ti/k3-j721e-mcu-wakeup.dtsi    |  40 +++++-
  arch/arm64/boot/dts/ti/k3-j721e.dtsi               |   1 +
  include/dt-bindings/pinctrl/k3.h                   |   3 +
  10 files changed, 298 insertions(+), 45 deletions(-)
--
Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki. Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki

Comments

Arnd Bergmann Sept. 4, 2019, 3:24 p.m. UTC | #1
On Fri, Aug 30, 2019 at 3:50 PM Tero Kristo <t-kristo@ti.com> wrote:
>
> Hello arm-soc maintainers,
>
> Here are the changes for TI K3 SoC family for 5.4. This pull request is
> based on top of drivers_soc_for_5.4 [1] from Santosh, basically because
> there is hard dependency on this pull towards that. Otherwise any of the
> DTS patches applying exclusive access flags will fail to compile.
>
> I am hoping this is fine, please holler if you have anything against
> this sequencing approach.
>
> [1] https://lkml.org/lkml/2019/8/26/1124

I pulled this into an arm/late branch this time, which simplifies
dealing with the dependency.

        Arnd