diff options
| author | Arnd Bergmann <arnd@arndb.de> | 2019-03-25 12:04:47 -0400 |
|---|---|---|
| committer | Arnd Bergmann <arnd@arndb.de> | 2019-03-25 12:04:47 -0400 |
| commit | 274a8ddcbcc412c5b2651d54b1c189dbf38fd9be (patch) | |
| tree | 4cf0f7e1f65c6986ac3b9c192f4aed5e055c268e | |
| parent | fa9463564e77067df81b0b8dec91adbbbc47bfb4 (diff) | |
| parent | 9c05d4c33d15fa6a2fca6505fc13bc0b58b497cd (diff) | |
Merge tag 'arm-soc/for-5.1/devicetree-fixes' of https://github.com/Broadcom/stblinux into arm/fixes
This pull request contains Broadcom ARM-based SoCs Device Tree fixes for
5.1, please pull the following:
- Helen fixes the HDMI hot-pug detect GPIO polarity for the Rasperry Pi
model B revision 2
* tag 'arm-soc/for-5.1/devicetree-fixes' of https://github.com/Broadcom/stblinux:
ARM: dts: bcm283x: Fix hdmi hpd gpio pull
| -rw-r--r-- | arch/arm/boot/dts/bcm2835-rpi-b-rev2.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/bcm2835-rpi-b-rev2.dts b/arch/arm/boot/dts/bcm2835-rpi-b-rev2.dts index 5641d162dfdb..28e7513ce617 100644 --- a/arch/arm/boot/dts/bcm2835-rpi-b-rev2.dts +++ b/arch/arm/boot/dts/bcm2835-rpi-b-rev2.dts | |||
| @@ -93,7 +93,7 @@ | |||
| 93 | }; | 93 | }; |
| 94 | 94 | ||
| 95 | &hdmi { | 95 | &hdmi { |
| 96 | hpd-gpios = <&gpio 46 GPIO_ACTIVE_LOW>; | 96 | hpd-gpios = <&gpio 46 GPIO_ACTIVE_HIGH>; |
| 97 | }; | 97 | }; |
| 98 | 98 | ||
| 99 | &pwm { | 99 | &pwm { |
