mbox series

[GIT,PULL,1/4] bcm2835-dt-next-2021-01-25

Message ID 20210125210131.14969-1-nsaenzjulienne@suse.de
State New
Headers show
Series [GIT,PULL,1/4] bcm2835-dt-next-2021-01-25 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/nsaenz/linux-rpi.git tags/bcm2835-dt-next-2021-01-25

Message

Nicolas Saenz Julienne Jan. 25, 2021, 9:01 p.m. UTC
Hi Florian,

The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:

  Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/nsaenz/linux-rpi.git tags/bcm2835-dt-next-2021-01-25

for you to fetch changes up to 5878b8087904a5827c3551698be83da1ccf84e11:

  ARM: dts: bcm2711: Add the BSC interrupt controller (2021-01-25 21:49:41 +0100)

----------------------------------------------------------------
Add DSI compatible string for Raspberry Pi 4

Enable BSC controller used for HDMI DCC

Add reserved memory node to expose Raspberry Pi 4's bootloader configuration

----------------------------------------------------------------
Dave Stevenson (1):
      ARM: dts: bcm2711: Use compatible string for BCM2711 DSI1

Maxime Ripard (1):
      ARM: dts: bcm2711: Add the BSC interrupt controller

Nicolas Saenz Julienne (1):
      ARM: dts: bcm2711: Add reserved memory template to hold firmware configuration

 arch/arm/boot/dts/bcm2711-rpi-4-b.dts | 17 +++++++++++++++++
 arch/arm/boot/dts/bcm2711.dtsi        | 13 +++++++++++++
 2 files changed, 30 insertions(+)

Comments

Florian Fainelli Jan. 26, 2021, 5:57 p.m. UTC | #1
On 1/25/2021 1:01 PM, Nicolas Saenz Julienne wrote:
> Hi Florian,
> 
> The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:
> 
>   Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/nsaenz/linux-rpi.git tags/bcm2835-dt-next-2021-01-25
> 
> for you to fetch changes up to 5878b8087904a5827c3551698be83da1ccf84e11:
> 
>   ARM: dts: bcm2711: Add the BSC interrupt controller (2021-01-25 21:49:41 +0100)
> 
> ----------------------------------------------------------------
> Add DSI compatible string for Raspberry Pi 4
> 
> Enable BSC controller used for HDMI DCC
> 
> Add reserved memory node to expose Raspberry Pi 4's bootloader configuration
> 
> ----------------------------------------------------------------

Merged into devicetree/next, thanks Nicolas!