2018-09-13 05:51:25

by Stefan Wahren

[permalink] [raw]
Subject: [GIT PULL 1/3] bcm2835-dt-next-2018-09-09

Hi Florian,

The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3:

Linux 4.19-rc1 (2018-08-26 14:11:59 -0700)

are available in the git repository at:

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

for you to fetch changes up to 6ef5bd6cfd5da9fe67aea031fd0a66ff77d64ad6:

ARM: dts: bcm283x-rpi-lan7515: Enable Ethernet LEDs (2018-09-05 21:31:25 +0200)

----------------------------------------------------------------
This pull request brings in a board DT for the Raspberry Pi Compute
Module 3, its I/O board and enables the Ethernet LEDs for the RPi 3B+.

----------------------------------------------------------------
Stefan Wahren (3):
dt-bindings: bcm: Add Raspberry Pi CM3 and CM3L
ARM: dts: add Raspberry Pi Compute Module 3 and IO board
ARM: dts: bcm283x-rpi-lan7515: Enable Ethernet LEDs

.../devicetree/bindings/arm/bcm/brcm,bcm2835.txt | 8 ++
arch/arm/boot/dts/Makefile | 1 +
arch/arm/boot/dts/bcm2837-rpi-cm3-io3.dts | 87 ++++++++++++++++++++++
arch/arm/boot/dts/bcm2837-rpi-cm3.dtsi | 52 +++++++++++++
arch/arm/boot/dts/bcm283x-rpi-lan7515.dtsi | 14 ++++
5 files changed, 162 insertions(+)
create mode 100644 arch/arm/boot/dts/bcm2837-rpi-cm3-io3.dts
create mode 100644 arch/arm/boot/dts/bcm2837-rpi-cm3.dtsi


2018-09-13 05:51:28

by Stefan Wahren

[permalink] [raw]
Subject: [GIT PULL 3/3] bcm2835-defconfig-next-2018-09-09

Hi Florian,

The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3:

Linux 4.19-rc1 (2018-08-26 14:11:59 -0700)

are available in the git repository at:

git://github.com/anholt/linux tags/bcm2835-defconfig-next-2018-09-09

for you to fetch changes up to 99fa3b0c6082bff346f7d09f29e5edcc93d40bd3:

ARM: bcm2835_defconfig: Enable bcm2835-audio (2018-09-02 18:49:33 +0200)

----------------------------------------------------------------
This pull request brings enables the RPi audio driver in the
bcm2835_defconfig.

----------------------------------------------------------------
Stefan Wahren (1):
ARM: bcm2835_defconfig: Enable bcm2835-audio

arch/arm/configs/bcm2835_defconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

2018-09-13 05:52:05

by Stefan Wahren

[permalink] [raw]
Subject: [GIT PULL 2/3] bcm2835-dt-64-next-2018-09-09

Hi Florian,

The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3:

Linux 4.19-rc1 (2018-08-26 14:11:59 -0700)

are available in the git repository at:

git://github.com/anholt/linux tags/bcm2835-dt-64-next-2018-09-09

for you to fetch changes up to a7eb26392b893bff92b1eb6483f4af3d2eb19510:

arm64: dts: broadcom: Add reference to Compute Module IO Board V3 (2018-08-31 07:01:34 +0200)

----------------------------------------------------------------
This pull request brings in the arm64 reference for Raspberry Pi Compute
Module 3.

----------------------------------------------------------------
Stefan Wahren (1):
arm64: dts: broadcom: Add reference to Compute Module IO Board V3

arch/arm64/boot/dts/broadcom/Makefile | 3 ++-
arch/arm64/boot/dts/broadcom/bcm2837-rpi-cm3-io3.dts | 2 ++
2 files changed, 4 insertions(+), 1 deletion(-)
create mode 100644 arch/arm64/boot/dts/broadcom/bcm2837-rpi-cm3-io3.dts

2018-09-13 22:18:43

by Florian Fainelli

[permalink] [raw]
Subject: Re: [GIT PULL 1/3] bcm2835-dt-next-2018-09-09



On 09/12/18 22:50, Stefan Wahren wrote:
> Hi Florian,
>
> The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3:
>
> Linux 4.19-rc1 (2018-08-26 14:11:59 -0700)
>
> are available in the git repository at:
>
> git://github.com/anholt/linux tags/bcm2835-dt-next-2018-09-09
>
> for you to fetch changes up to 6ef5bd6cfd5da9fe67aea031fd0a66ff77d64ad6:
>
> ARM: dts: bcm283x-rpi-lan7515: Enable Ethernet LEDs (2018-09-05 21:31:25 +0200)
>
> ----------------------------------------------------------------
> This pull request brings in a board DT for the Raspberry Pi Compute
> Module 3, its I/O board and enables the Ethernet LEDs for the RPi 3B+.
>
> ----------------------------------------------------------------

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

2018-09-13 22:19:16

by Florian Fainelli

[permalink] [raw]
Subject: Re: [GIT PULL 2/3] bcm2835-dt-64-next-2018-09-09



On 09/12/18 22:50, Stefan Wahren wrote:
> Hi Florian,
>
> The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3:
>
> Linux 4.19-rc1 (2018-08-26 14:11:59 -0700)
>
> are available in the git repository at:
>
> git://github.com/anholt/linux tags/bcm2835-dt-64-next-2018-09-09
>
> for you to fetch changes up to a7eb26392b893bff92b1eb6483f4af3d2eb19510:
>
> arm64: dts: broadcom: Add reference to Compute Module IO Board V3 (2018-08-31 07:01:34 +0200)
>
> ----------------------------------------------------------------
> This pull request brings in the arm64 reference for Raspberry Pi Compute
> Module 3.
>
> ----------------------------------------------------------------

Merged into devicetree-arm64/next, thanks Stefan!
--
Florian

2018-09-13 22:20:46

by Florian Fainelli

[permalink] [raw]
Subject: Re: [GIT PULL 3/3] bcm2835-defconfig-next-2018-09-09



On 09/12/18 22:50, Stefan Wahren wrote:
> Hi Florian,
>
> The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3:
>
> Linux 4.19-rc1 (2018-08-26 14:11:59 -0700)
>
> are available in the git repository at:
>
> git://github.com/anholt/linux tags/bcm2835-defconfig-next-2018-09-09
>
> for you to fetch changes up to 99fa3b0c6082bff346f7d09f29e5edcc93d40bd3:
>
> ARM: bcm2835_defconfig: Enable bcm2835-audio (2018-09-02 18:49:33 +0200)
>
> ----------------------------------------------------------------
> This pull request brings enables the RPi audio driver in the
> bcm2835_defconfig.
>
> ----------------------------------------------------------------

Merged into defconfig/next, thanks Stefan!
--
Florian