Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Merge tag 'arm-soc/for-4.20/devicetree-fixes' of https://github.com/Broadcom/stblinux into fixes

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+

* tag 'arm-soc/for-4.20/devicetree-fixes' of https://github.com/Broadcom/stblinux:
ARM: dts: bcm2837: Fix polarity of wifi reset GPIOs

Signed-off-by: Olof Johansson <olof@lixom.net>

+2 -2
+1 -1
arch/arm/boot/dts/bcm2837-rpi-3-b-plus.dts
··· 31 31 32 32 wifi_pwrseq: wifi-pwrseq { 33 33 compatible = "mmc-pwrseq-simple"; 34 - reset-gpios = <&expgpio 1 GPIO_ACTIVE_HIGH>; 34 + reset-gpios = <&expgpio 1 GPIO_ACTIVE_LOW>; 35 35 }; 36 36 }; 37 37
+1 -1
arch/arm/boot/dts/bcm2837-rpi-3-b.dts
··· 26 26 27 27 wifi_pwrseq: wifi-pwrseq { 28 28 compatible = "mmc-pwrseq-simple"; 29 - reset-gpios = <&expgpio 1 GPIO_ACTIVE_HIGH>; 29 + reset-gpios = <&expgpio 1 GPIO_ACTIVE_LOW>; 30 30 }; 31 31 }; 32 32