mbox series

[GIT,PULL,part,2] Broadcom devicetree fixes for 5.6

Message ID 20200312220400.8621-1-f.fainelli@gmail.com
State New
Headers show
Series [GIT,PULL,part,2] Broadcom devicetree fixes for 5.6 | expand

Pull-request

https://github.com/Broadcom/stblinux.git tags/arm-soc/for-5.6/devicetree-fixes-part2

Message

Florian Fainelli March 12, 2020, 10:04 p.m. UTC
The following changes since commit 2c523b344dfa65a3738e7039832044aa133c75fb:

  Linux 5.6-rc5 (2020-03-08 17:44:44 -0700)

are available in the Git repository at:

  https://github.com/Broadcom/stblinux.git tags/arm-soc/for-5.6/devicetree-fixes-part2

for you to fetch changes up to 6687c201fdc3139315c2ea7ef96c157672805cdc:

  ARM: bcm2835-rpi-zero-w: Add missing pinctrl name (2020-03-12 13:06:55 -0700)

----------------------------------------------------------------
This pull request contains Broadcom ARM-based SoCs Device Tree fixes for
5.6, please pull the following:

- Nick fixes the missing pinctrl-names property for the Raspberry Pi
  Zero Wireless DTS

----------------------------------------------------------------
Nick Hudson (1):
      ARM: bcm2835-rpi-zero-w: Add missing pinctrl name

 arch/arm/boot/dts/bcm2835-rpi-zero-w.dts | 1 +
 1 file changed, 1 insertion(+)

Comments

Florian Fainelli March 23, 2020, 2:55 a.m. UTC | #1
On 3/12/2020 3:04 PM, Florian Fainelli wrote:
> The following changes since commit 2c523b344dfa65a3738e7039832044aa133c75fb:
> 
>   Linux 5.6-rc5 (2020-03-08 17:44:44 -0700)
> 
> are available in the Git repository at:
> 
>   https://github.com/Broadcom/stblinux.git tags/arm-soc/for-5.6/devicetree-fixes-part2
> 
> for you to fetch changes up to 6687c201fdc3139315c2ea7ef96c157672805cdc:
> 
>   ARM: bcm2835-rpi-zero-w: Add missing pinctrl name (2020-03-12 13:06:55 -0700)
> 
> ----------------------------------------------------------------
> This pull request contains Broadcom ARM-based SoCs Device Tree fixes for
> 5.6, please pull the following:
> 
> - Nick fixes the missing pinctrl-names property for the Raspberry Pi
>   Zero Wireless DTS
> 
> ----------------------------------------------------------------

If you have not pulled this already, Nicolas has another fix that I just
queued up on top of this one and sent out a revised pull request:

https://lore.kernel.org/linux-arm-kernel/20200323025246.22713-1-f.fainelli@gmail.com/T/#u

Thank you!