mbox

[GIT,PULL,1/2] bcm2835-dt-next-2017-08-15

Message ID 20170815180325.12809-1-eric@anholt.net
State New
Headers show

Pull-request

git://github.com/anholt/linux tags/bcm2835-dt-next-2017-08-15

Message

Eric Anholt Aug. 15, 2017, 6:03 p.m. UTC
The following changes since commit ad41eacc11046fe6a199cffb6663bcd9c90df2f8:

  Merge tag 'bcm2835-dt-next-2017-08-07' into devicetree/next (2017-08-07 10:45:35 -0700)

are available in the git repository at:

  git://github.com/anholt/linux tags/bcm2835-dt-next-2017-08-15

for you to fetch changes up to f29c256853b7412961d3ee80ca525bd2530573db:

  ARM: dts: bcm283x: Add 32-bit enable method for SMP (2017-08-14 20:09:44 +0200)

----------------------------------------------------------------
This pull request brings in a new SMP enable-method compat string,
which is needed to move the 32-bit SMP boot code out of the irqchip.

----------------------------------------------------------------
Stefan Wahren (2):
      dt-bindings: arm: add SMP enable-method for BCM2836
      ARM: dts: bcm283x: Add 32-bit enable method for SMP

 Documentation/devicetree/bindings/arm/cpus.txt | 1 +
 arch/arm/boot/dts/bcm2836.dtsi                 | 1 +
 arch/arm/boot/dts/bcm2837.dtsi                 | 1 +
 3 files changed, 3 insertions(+)

Comments

Florian Fainelli Aug. 17, 2017, 1:11 a.m. UTC | #1
On 08/15/2017 11:03 AM, Eric Anholt wrote:
> The following changes since commit ad41eacc11046fe6a199cffb6663bcd9c90df2f8:
> 
>   Merge tag 'bcm2835-dt-next-2017-08-07' into devicetree/next (2017-08-07 10:45:35 -0700)
> 
> are available in the git repository at:
> 
>   git://github.com/anholt/linux tags/bcm2835-dt-next-2017-08-15
> 
> for you to fetch changes up to f29c256853b7412961d3ee80ca525bd2530573db:
> 
>   ARM: dts: bcm283x: Add 32-bit enable method for SMP (2017-08-14 20:09:44 +0200)
> 
> ----------------------------------------------------------------
> This pull request brings in a new SMP enable-method compat string,
> which is needed to move the 32-bit SMP boot code out of the irqchip.
> 
> ----------------------------------------------------------------
> Stefan Wahren (2):
>       dt-bindings: arm: add SMP enable-method for BCM2836
>       ARM: dts: bcm283x: Add 32-bit enable method for SMP

Merged, thanks Eric!