mbox series

[GIT,PULL,1/3] bcm2835-dt-next-2018-04-30

Message ID 20180430212750.12303-1-eric@anholt.net
State New
Headers show
Series [GIT,PULL,1/3] bcm2835-dt-next-2018-04-30 | expand

Pull-request

git://github.com/anholt/linux tags/bcm2835-dt-next-2018-04-30

Message

Eric Anholt April 30, 2018, 9:27 p.m. UTC
Hi Florian,

The following changes since commit 60cc43fc888428bb2f18f08997432d426a243338:

  Linux 4.17-rc1 (2018-04-15 18:24:20 -0700)

are available in the Git repository at:

  git://github.com/anholt/linux tags/bcm2835-dt-next-2018-04-30

for you to fetch changes up to bdd6d1fe1cd84806429467ce62a735bdc6bdbae7:

  arm64: dts: broadcom: Add reference to Raspberry Pi 3 B+ (2018-04-23 15:03:07 -0700)

----------------------------------------------------------------
This pull request brings in Raspberry Pi 3 B+ support and connects
HDMI hotplug, LEDs, and wifi/bluetooth on the Raspberry Pi 3.

----------------------------------------------------------------
Stefan Wahren (5):
      ARM: dts: bcm283x: Fix PWM pin assignment
      ARM: dts: bcm2837: Add missing GPIOs of Expander
      dt-bindings: bcm: Add Raspberry Pi 3 B+
      ARM: dts: bcm2837: Add Raspberry Pi 3 B+
      arm64: dts: broadcom: Add reference to Raspberry Pi 3 B+

 .../devicetree/bindings/arm/bcm/brcm,bcm2835.txt   |   4 +
 arch/arm/boot/dts/Makefile                         |   1 +
 arch/arm/boot/dts/bcm2835-rpi-a-plus.dts           |   6 ++
 arch/arm/boot/dts/bcm2835-rpi-a.dts                |   6 ++
 arch/arm/boot/dts/bcm2835-rpi-b-plus.dts           |   6 ++
 arch/arm/boot/dts/bcm2835-rpi-b-rev2.dts           |   6 ++
 arch/arm/boot/dts/bcm2835-rpi-b.dts                |   6 ++
 arch/arm/boot/dts/bcm2835-rpi.dtsi                 |   6 --
 arch/arm/boot/dts/bcm2836-rpi-2-b.dts              |   6 ++
 arch/arm/boot/dts/bcm2837-rpi-3-b-plus.dts         | 108 +++++++++++++++++++++
 arch/arm/boot/dts/bcm2837-rpi-3-b.dts              |  26 ++++-
 arch/arm/boot/dts/bcm283x-rpi-lan7515.dtsi         |  27 ++++++
 arch/arm64/boot/dts/broadcom/Makefile              |   3 +-
 .../boot/dts/broadcom/bcm2837-rpi-3-b-plus.dts     |   2 +
 14 files changed, 205 insertions(+), 8 deletions(-)
 create mode 100644 arch/arm/boot/dts/bcm2837-rpi-3-b-plus.dts
 create mode 100644 arch/arm/boot/dts/bcm283x-rpi-lan7515.dtsi
 create mode 100644 arch/arm64/boot/dts/broadcom/bcm2837-rpi-3-b-plus.dts

Comments

Florian Fainelli May 1, 2018, 6:53 p.m. UTC | #1
On 04/30/2018 02:27 PM, Eric Anholt wrote:
> Hi Florian,
> 
> The following changes since commit 60cc43fc888428bb2f18f08997432d426a243338:
> 
>   Linux 4.17-rc1 (2018-04-15 18:24:20 -0700)
> 
> are available in the Git repository at:
> 
>   git://github.com/anholt/linux tags/bcm2835-dt-next-2018-04-30
> 
> for you to fetch changes up to bdd6d1fe1cd84806429467ce62a735bdc6bdbae7:
> 
>   arm64: dts: broadcom: Add reference to Raspberry Pi 3 B+ (2018-04-23 15:03:07 -0700)
> 
> ----------------------------------------------------------------
> This pull request brings in Raspberry Pi 3 B+ support and connects
> HDMI hotplug, LEDs, and wifi/bluetooth on the Raspberry Pi 3.
> 
> ----------------------------------------------------------------
> Stefan Wahren (5):
>       ARM: dts: bcm283x: Fix PWM pin assignment
>       ARM: dts: bcm2837: Add missing GPIOs of Expander
>       dt-bindings: bcm: Add Raspberry Pi 3 B+
>       ARM: dts: bcm2837: Add Raspberry Pi 3 B+
>       arm64: dts: broadcom: Add reference to Raspberry Pi 3 B+

Merged into devicetree/next, thanks Eric!
--
Florian