mbox series

[GIT,PULL] ARM: dts: vexpress: updates for v5.1

Message ID 20190130165449.GB19556@e107155-lin
State New
Headers show
Series [GIT,PULL] ARM: dts: vexpress: updates for v5.1 | expand

Pull-request

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

Message

Sudeep Holla Jan. 30, 2019, 4:54 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/vexpress-updates-5.1

for you to fetch changes up to cc0dbf43668db407692deaf2023d4adbeeef9633:

  arm: dts: vexpress-v2p-ca15_a7: Add cpu dynamic-power-coefficient information (2019-01-29 15:30:00 +0000)

----------------------------------------------------------------
ARMv7 Vexpress updates for v5.1

Couple of simple changes to add dynamic-power-coefficient information
for CPUs on TC2 and fix tuple used for uart and mmci interrupts with
lists.

----------------------------------------------------------------
Dietmar Eggemann (1):
      arm: dts: vexpress-v2p-ca15_a7: Add cpu dynamic-power-coefficient information

Sudeep Holla (1):
      ARM: dts: vexpress: use list instead of tuple for mmci interrupts

Vladimir Murzin (1):
      ARM: dts: mps2: use list instead of tuple for uart interrupts

 arch/arm/boot/dts/mps2.dtsi                | 6 +++---
 arch/arm/boot/dts/vexpress-v2m-rs1.dtsi    | 2 +-
 arch/arm/boot/dts/vexpress-v2m.dtsi        | 2 +-
 arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts | 5 +++++
 4 files changed, 10 insertions(+), 5 deletions(-)

Comments

Arnd Bergmann Jan. 30, 2019, 9:36 p.m. UTC | #1
On Wed, Jan 30, 2019 at 5:54 PM Sudeep Holla <sudeep.holla@arm.com> wrote:
> ARMv7 Vexpress updates for v5.1
>
> Couple of simple changes to add dynamic-power-coefficient information
> for CPUs on TC2 and fix tuple used for uart and mmci interrupts with
> lists.

Pulled into next/dt, thanks!

     Arnd