mbox series

[GIT,PULL,1/1] bcm2835-dt-next-2020-07-06

Message ID 20200706171140.13514-1-nsaenzjulienne@suse.de (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL,1/1] bcm2835-dt-next-2020-07-06 | expand

Pull-request

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

Message

Nicolas Saenz Julienne July 6, 2020, 5:11 p.m. UTC
Hi Florian,

The following changes since commit b3a9e3b9622ae10064826dccb4f7a52bd88c7407:

  Linux 5.8-rc1 (2020-06-14 12:45:04 -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-07-06

for you to fetch changes up to 25c6f3960764b266a609281341f889a06d045039:

  ARM: dts: bcm2711: Add HDMI DVP (2020-07-06 18:52:01 +0200)

----------------------------------------------------------------
Maxime Ripard introduces two new clock providers into RPi4's device-tree:

- The first one based on the enhancements made to clk-raspberrypi, which
  is now registered trough DT and provides control over the whole range
  of firmware based clocks.

- The second one based on the new clk-bcm2711-dvp driver, which gates
  the clocks and reset signals that feed into RPi4's HDMI0/1 blocks.

----------------------------------------------------------------
Maxime Ripard (2):
      ARM: dts: bcm2711: Add firmware clocks node
      ARM: dts: bcm2711: Add HDMI DVP

 arch/arm/boot/dts/bcm2711-rpi-4-b.dts |  5 +++++
 arch/arm/boot/dts/bcm2711.dtsi        | 15 +++++++++++++++
 2 files changed, 20 insertions(+)

Comments

Florian Fainelli July 7, 2020, 4:48 a.m. UTC | #1
On 7/6/2020 10:11 AM, Nicolas Saenz Julienne wrote:
> Hi Florian,
> 
> The following changes since commit b3a9e3b9622ae10064826dccb4f7a52bd88c7407:
> 
>   Linux 5.8-rc1 (2020-06-14 12:45:04 -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-07-06
> 
> for you to fetch changes up to 25c6f3960764b266a609281341f889a06d045039:
> 
>   ARM: dts: bcm2711: Add HDMI DVP (2020-07-06 18:52:01 +0200)
> 
> ----------------------------------------------------------------
> Maxime Ripard introduces two new clock providers into RPi4's device-tree:
> 
> - The first one based on the enhancements made to clk-raspberrypi, which
>   is now registered trough DT and provides control over the whole range
>   of firmware based clocks.
> 
> - The second one based on the new clk-bcm2711-dvp driver, which gates
>   the clocks and reset signals that feed into RPi4's HDMI0/1 blocks.
> 
> ----------------------------------------------------------------

Merged into devicetree/next, thanks Nicolas.