2019-08-15 20:10:31

by Stefan Wahren

[permalink] [raw]
Subject: [GIT PULL 1/3] bcm2835-dt-next-2019-08-15

Hi Florian,

The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b:

Linus 5.3-rc1 (2019-07-21 14:05:38 -0700)

are available in the git repository at:

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

for you to fetch changes up to 60c833d5664e1b3f71c4471233469790adf505ca:

ARM: dts: bcm283x: Enable HDMI at board level (2019-08-15 19:35:15 +0200)

----------------------------------------------------------------
This pull request prepares the BCM2835 DTS files for the introduction
of the new SoC BCM2711.

----------------------------------------------------------------
Stefan Wahren (4):
ARM: bcm283x: Reduce register ranges for UART, SPI and I2C
ARM: dts: bcm283x: Define MMC interfaces at board level
ARM: dts: bcm283x: Define memory at board level
ARM: dts: bcm283x: Enable HDMI at board level

arch/arm/boot/dts/bcm2835-rpi-a-plus.dts | 14 ++++++++++++++
arch/arm/boot/dts/bcm2835-rpi-a.dts | 14 ++++++++++++++
arch/arm/boot/dts/bcm2835-rpi-b-plus.dts | 14 ++++++++++++++
arch/arm/boot/dts/bcm2835-rpi-b-rev2.dts | 14 ++++++++++++++
arch/arm/boot/dts/bcm2835-rpi-b.dts | 14 ++++++++++++++
arch/arm/boot/dts/bcm2835-rpi-cm1-io1.dts | 9 +++++++++
arch/arm/boot/dts/bcm2835-rpi-cm1.dtsi | 5 +++++
arch/arm/boot/dts/bcm2835-rpi-zero-w.dts | 14 ++++++++++++++
arch/arm/boot/dts/bcm2835-rpi-zero.dts | 14 ++++++++++++++
arch/arm/boot/dts/bcm2835-rpi.dtsi | 23 -----------------------
arch/arm/boot/dts/bcm2836-rpi-2-b.dts | 10 ++++++++++
arch/arm/boot/dts/bcm2837-rpi-3-a-plus.dts | 3 +++
arch/arm/boot/dts/bcm2837-rpi-3-b-plus.dts | 3 +++
arch/arm/boot/dts/bcm2837-rpi-3-b.dts | 3 +++
arch/arm/boot/dts/bcm2837-rpi-cm3-io3.dts | 9 +++++++++
arch/arm/boot/dts/bcm2837-rpi-cm3.dtsi | 1 +
arch/arm/boot/dts/bcm283x.dtsi | 6 +++---
17 files changed, 144 insertions(+), 26 deletions(-)


2019-08-15 23:53:21

by Florian Fainelli

[permalink] [raw]
Subject: Re: [GIT PULL 1/3] bcm2835-dt-next-2019-08-15

On 8/15/19 11:34 AM, Stefan Wahren wrote:
> Hi Florian,
>
> The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b:
>
> Linus 5.3-rc1 (2019-07-21 14:05:38 -0700)
>
> are available in the git repository at:
>
> git://github.com/anholt/linux tags/bcm2835-dt-next-2019-08-15
>
> for you to fetch changes up to 60c833d5664e1b3f71c4471233469790adf505ca:
>
> ARM: dts: bcm283x: Enable HDMI at board level (2019-08-15 19:35:15 +0200)
>
> ----------------------------------------------------------------
> This pull request prepares the BCM2835 DTS files for the introduction
> of the new SoC BCM2711.
>
> ----------------------------------------------------------------
> Stefan Wahren (4):
> ARM: bcm283x: Reduce register ranges for UART, SPI and I2C
> ARM: dts: bcm283x: Define MMC interfaces at board level
> ARM: dts: bcm283x: Define memory at board level
> ARM: dts: bcm283x: Enable HDMI at board level

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