mbox

[GIT,PULL,3/4] bcm2835-dt-next-2017-06-12

Message ID 20170613174356.22426-3-eric@anholt.net
State New
Headers show

Pull-request

git://github.com/anholt/linux tags/bcm2835-dt-next-2017-06-12

Message

Eric Anholt June 13, 2017, 5:43 p.m. UTC
The following changes since commit 1f8216e7f78c2e55b07117c77887a314bc36f690:

  Merge tag 'bcm2835-dt-next-2017-03-30' into devicetree/next (2017-05-13 20:22:59 -0700)

are available in the git repository at:

  git://github.com/anholt/linux tags/bcm2835-dt-next-2017-06-12

for you to fetch changes up to 9c53535a15b63218204f2bab2c279b3e64c61c0e:

  ARM: dts: bcm2835-rpi-zero: Enable OTG mode (2017-06-12 13:28:50 -0700)

----------------------------------------------------------------
This pull request brings in installation of the RPi3 DT in 32-bit
mode, the new thermal nodes, switches to the faster sdhost controller
for MMC, and enables USB OTG mode on the Pi 0.

----------------------------------------------------------------
Eric Anholt (1):
      ARM: dts: Add devicetree for the Raspberry Pi 3, for arm32 (v6)

Gerd Hoffmann (1):
      ARM: dts: bcm283x: switch from &sdhci to &sdhost

Stefan Wahren (4):
      ARM: dts: bcm283x: Add CPU thermal zone with 1 trip point
      ARM: dts: bcm283x: Add dtsi for OTG mode
      ARM: dts: bcm283x: Add generic USB PHY
      ARM: dts: bcm2835-rpi-zero: Enable OTG mode

 arch/arm/boot/dts/Makefile                 |  1 +
 arch/arm/boot/dts/bcm2835-rpi-zero.dts     |  2 +-
 arch/arm/boot/dts/bcm2835-rpi.dtsi         |  2 +-
 arch/arm/boot/dts/bcm2835.dtsi             |  4 ++++
 arch/arm/boot/dts/bcm2836.dtsi             |  4 ++++
 arch/arm/boot/dts/bcm2837-rpi-3-b.dts      |  1 +
 arch/arm/boot/dts/bcm283x-rpi-usb-otg.dtsi | 10 ++++++++++
 arch/arm/boot/dts/bcm283x.dtsi             | 27 +++++++++++++++++++++++++++
 8 files changed, 49 insertions(+), 2 deletions(-)
 create mode 100644 arch/arm/boot/dts/bcm2837-rpi-3-b.dts
 create mode 100644 arch/arm/boot/dts/bcm283x-rpi-usb-otg.dtsi

Comments

Florian Fainelli June 13, 2017, 7:39 p.m. UTC | #1
On 06/13/2017 10:43 AM, Eric Anholt wrote:
> The following changes since commit 1f8216e7f78c2e55b07117c77887a314bc36f690:
> 
>   Merge tag 'bcm2835-dt-next-2017-03-30' into devicetree/next (2017-05-13 20:22:59 -0700)
> 
> are available in the git repository at:
> 
>   git://github.com/anholt/linux tags/bcm2835-dt-next-2017-06-12
> 
> for you to fetch changes up to 9c53535a15b63218204f2bab2c279b3e64c61c0e:
> 
>   ARM: dts: bcm2835-rpi-zero: Enable OTG mode (2017-06-12 13:28:50 -0700)
> 
> ----------------------------------------------------------------
> This pull request brings in installation of the RPi3 DT in 32-bit
> mode, the new thermal nodes, switches to the faster sdhost controller
> for MMC, and enables USB OTG mode on the Pi 0.
> 
> ----------------------------------------------------------------
> Eric Anholt (1):
>       ARM: dts: Add devicetree for the Raspberry Pi 3, for arm32 (v6)
> 
> Gerd Hoffmann (1):
>       ARM: dts: bcm283x: switch from &sdhci to &sdhost
> 
> Stefan Wahren (4):
>       ARM: dts: bcm283x: Add CPU thermal zone with 1 trip point
>       ARM: dts: bcm283x: Add dtsi for OTG mode
>       ARM: dts: bcm283x: Add generic USB PHY
>       ARM: dts: bcm2835-rpi-zero: Enable OTG mode

Merged, thanks Eric!