mbox series

[GIT,PULL,1/1] bcm2835-dt-next-2020-09-08

Message ID 20200908185427.4196-1-nsaenzjulienne@suse.de
State New
Headers show
Series [GIT,PULL,1/1] bcm2835-dt-next-2020-09-08 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/nsaenz/linux-rpi.git tags/bcm2835-dt-next-2020-09-08

Message

Nicolas Saenz Julienne Sept. 8, 2020, 6:54 p.m. UTC
Hi Florian,

The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5:

  Linux 5.9-rc1 (2020-08-16 13:04:57 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/nsaenz/linux-rpi.git tags/bcm2835-dt-next-2020-09-08

for you to fetch changes up to 4564363351e2680e55edc23c7953aebd2acb4ab7:

  ARM: dts: bcm2711: Enable the display pipeline (2020-09-08 18:28:23 +0200)

----------------------------------------------------------------
Maxime Ripard enables vc4 on BCM2711 (RPi4), which among other things
adds HDMI functionality (no 4K yet).

----------------------------------------------------------------
Maxime Ripard (1):
      ARM: dts: bcm2711: Enable the display pipeline

 arch/arm/boot/dts/bcm2711-rpi-4-b.dts |  48 +++++++++++++
 arch/arm/boot/dts/bcm2711.dtsi        | 122 +++++++++++++++++++++++++++++++++-
 2 files changed, 169 insertions(+), 1 deletion(-)

Comments

Florian Fainelli Sept. 10, 2020, 2:36 a.m. UTC | #1
On 9/8/2020 11:54 AM, Nicolas Saenz Julienne wrote:
> Hi Florian,
> 
> The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5:
> 
>    Linux 5.9-rc1 (2020-08-16 13:04:57 -0700)
> 
> are available in the Git repository at:
> 
>    https://git.kernel.org/pub/scm/linux/kernel/git/nsaenz/linux-rpi.git tags/bcm2835-dt-next-2020-09-08
> 
> for you to fetch changes up to 4564363351e2680e55edc23c7953aebd2acb4ab7:
> 
>    ARM: dts: bcm2711: Enable the display pipeline (2020-09-08 18:28:23 +0200)
> 
> ----------------------------------------------------------------
> Maxime Ripard enables vc4 on BCM2711 (RPi4), which among other things
> adds HDMI functionality (no 4K yet).
> 
> ----------------------------------------------------------------

Merged into devicetree/next, thanks Nicolas.