mbox series

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

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

Pull-request

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

Message

Sudeep Holla June 13, 2019, 2:22 p.m. UTC
Hi ARM SoC Team,

Please pull !

Regards,
Sudeep

The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:

  Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)

are available in the Git repository at:

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

for you to fetch changes up to b8e65c1939ffa49384f2a2dca2057b5a1c8c365a:

  ARM: dts: vexpress: set the right partition type for NOR flash (2019-05-30 13:39:50 +0100)

----------------------------------------------------------------
ARMv7 Vexpress updates for v5.3

1. Couple of updates switching to use new/updated bindings for CoreSight
   dynamic funnel components and NOR flash partition type
2. Disable NOR flash on Vexpress TC2 platform as it conflicts with CPU
   power management. This follows what we have on ARMv8 Juno platform
   and is required after recent commit that enabled CFI NOR FLASH in
   multi_v7 defconfig

----------------------------------------------------------------
Leo Yan (1):
      ARM: dts: vexpress-v2p-ca15_a7: update coresight DT bindings

Sudeep Holla (2):
      arm: dts: vexpress-v2p-ca15_a7: disable NOR flash node by default
      ARM: dts: vexpress: set the right partition type for NOR flash

 arch/arm/boot/dts/vexpress-v2m-rs1.dtsi    |  5 ++++-
 arch/arm/boot/dts/vexpress-v2m.dtsi        |  3 +++
 arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts | 13 +++++++++++--
 3 files changed, 18 insertions(+), 3 deletions(-)

Comments

Olof Johansson June 19, 2019, 1:27 p.m. UTC | #1
On Thu, Jun 13, 2019 at 03:22:28PM +0100, Sudeep Holla wrote:
> Hi ARM SoC Team,
> 
> Please pull !
> 
> Regards,
> Sudeep
> 
> The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:
> 
>   Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git tags/vexpress-updates-5.3
> 
> for you to fetch changes up to b8e65c1939ffa49384f2a2dca2057b5a1c8c365a:
> 
>   ARM: dts: vexpress: set the right partition type for NOR flash (2019-05-30 13:39:50 +0100)
> 
> ----------------------------------------------------------------
> ARMv7 Vexpress updates for v5.3
> 
> 1. Couple of updates switching to use new/updated bindings for CoreSight
>    dynamic funnel components and NOR flash partition type
> 2. Disable NOR flash on Vexpress TC2 platform as it conflicts with CPU
>    power management. This follows what we have on ARMv8 Juno platform
>    and is required after recent commit that enabled CFI NOR FLASH in
>    multi_v7 defconfig

Merged, thanks!


-Olof