mbox series

[GIT,PULL,1/1] Broadcom devicetree fixes for 4.20

Message ID 20181203204721.4434-1-f.fainelli@gmail.com
State New
Headers show
Series [GIT,PULL,1/1] Broadcom devicetree fixes for 4.20 | expand

Pull-request

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

Message

Florian Fainelli Dec. 3, 2018, 8:47 p.m. UTC
The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:

  Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)

are available in the Git repository at:

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

for you to fetch changes up to e25b6783c7b1bb79103d4617336879423f86b05e:

  ARM: dts: bcm2837: Fix polarity of wifi reset GPIOs (2018-12-03 11:51:26 -0800)

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

- Stefan fixes the polariy of the Wi-Fi reset GPIOs signals which would
  break on Raspberry Pi 3B and 3B+

----------------------------------------------------------------
Stefan Wahren (1):
      ARM: dts: bcm2837: Fix polarity of wifi reset GPIOs

 arch/arm/boot/dts/bcm2837-rpi-3-b-plus.dts | 2 +-
 arch/arm/boot/dts/bcm2837-rpi-3-b.dts      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Olof Johansson Dec. 3, 2018, 9:05 p.m. UTC | #1
On Mon, Dec 03, 2018 at 12:47:21PM -0800, Florian Fainelli wrote:
> The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:
> 
>   Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)
> 
> are available in the Git repository at:
> 
>   https://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.20/devicetree-fixes
> 
> for you to fetch changes up to e25b6783c7b1bb79103d4617336879423f86b05e:
> 
>   ARM: dts: bcm2837: Fix polarity of wifi reset GPIOs (2018-12-03 11:51:26 -0800)
> 
> ----------------------------------------------------------------
> This pull request contains Broadcom ARM-based SoCs Device Tree fixes,
> please pull the following for 4.20:
> 
> - Stefan fixes the polariy of the Wi-Fi reset GPIOs signals which would
>   break on Raspberry Pi 3B and 3B+

Merged, thanks!


-Olof