mbox series

[GIT,PULL] arm64: dts: juno/fast models: updates for v5.1

Message ID 20190130165319.GA19556@e107155-lin
State New
Headers show
Series [GIT,PULL] arm64: dts: juno/fast models: updates for v5.1 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git tags/juno-updates-5.1

Message

Sudeep Holla Jan. 30, 2019, 4:53 p.m. UTC
Hi ARM SoC Team,

Please pull !

Regards,
Sudeep

--
The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:

  Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git tags/juno-updates-5.1

for you to fetch changes up to 4daa001a17739947bf966e388e8a287db80d478b:

  arm64: dts: juno: Add cpu dynamic-power-coefficient information (2019-01-29 15:31:37 +0000)

----------------------------------------------------------------
ARMv8 Juno/fast models updates for v5.1

1. Support for Fixed Virtual Platforms(FVP) Base RevC model to enable
   development of software around the new features available

2. Addition of dynamic-power-coefficient information for CPUs on Juno

3. Miscellaneous changes like re-ordering device nodes, using existing
   macros for GIC flags in interrupt-maps and using list instead of
   tuple(which is wrong but works as number of interrupt cells is 1)
   for mmci interrupts

----------------------------------------------------------------
Dietmar Eggemann (1):
      arm64: dts: juno: Add cpu dynamic-power-coefficient information

Jean-Philippe Brucker (1):
      arm64: dts: fast models: Add DTS fo Base RevC FVP

Sudeep Holla (3):
      arm64: dts: juno/fast models: using GIC macros instead of hardcoded values
      arm64: dts: models: use list instead of tuple for mmci interrupts
      arm64: dts: juno/fast models: sort couple of device nodes

 arch/arm64/boot/dts/arm/Makefile                   |   1 +
 arch/arm64/boot/dts/arm/foundation-v8-gicv2.dtsi   |   2 +-
 arch/arm64/boot/dts/arm/foundation-v8-gicv3.dtsi   |   2 +-
 arch/arm64/boot/dts/arm/foundation-v8.dtsi         | 106 ++++----
 arch/arm64/boot/dts/arm/fvp-base-revc.dts          | 277 +++++++++++++++++++++
 arch/arm64/boot/dts/arm/juno-base.dtsi             | 108 ++++----
 arch/arm64/boot/dts/arm/juno-r2.dts                |   6 +
 arch/arm64/boot/dts/arm/juno.dts                   |   6 +
 arch/arm64/boot/dts/arm/rtsm_ve-aemv8a.dts         | 106 ++++----
 .../boot/dts/arm/rtsm_ve-motherboard-rs2.dtsi      |  27 ++
 arch/arm64/boot/dts/arm/rtsm_ve-motherboard.dtsi   |  14 +-
 11 files changed, 488 insertions(+), 167 deletions(-)
 create mode 100644 arch/arm64/boot/dts/arm/fvp-base-revc.dts
 create mode 100644 arch/arm64/boot/dts/arm/rtsm_ve-motherboard-rs2.dtsi

Comments

Arnd Bergmann Jan. 30, 2019, 9:37 p.m. UTC | #1
On Wed, Jan 30, 2019 at 5:53 PM Sudeep Holla <sudeep.holla@arm.com> wrote:
> The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:
>
>   Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git tags/juno-updates-5.1
>
> for you to fetch changes up to 4daa001a17739947bf966e388e8a287db80d478b:
>
>   arm64: dts: juno: Add cpu dynamic-power-coefficient information (2019-01-29 15:31:37 +0000)
>
> ----------------------------------------------------------------
> ARMv8 Juno/fast models updates for v5.1
>
> 1. Support for Fixed Virtual Platforms(FVP) Base RevC model to enable
>    development of software around the new features available
>
> 2. Addition of dynamic-power-coefficient information for CPUs on Juno
>
> 3. Miscellaneous changes like re-ordering device nodes, using existing
>    macros for GIC flags in interrupt-maps and using list instead of
>    tuple(which is wrong but works as number of interrupt cells is 1)
>    for mmci interrupts
>
Pulled into arm/dt, thanks!

    Arnd