Skip to content

Commit

Permalink
Merge tag 'arm-soc/for-5.1/devicetree-fixes' of https://github.com/Br…
Browse files Browse the repository at this point in the history
…oadcom/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
  • Loading branch information
arndb committed Mar 25, 2019
2 parents fa94635 + 9c05d4c commit 274a8dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/bcm2835-rpi-b-rev2.dts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
};

&hdmi {
hpd-gpios = <&gpio 46 GPIO_ACTIVE_LOW>;
hpd-gpios = <&gpio 46 GPIO_ACTIVE_HIGH>;
};

&pwm {
Expand Down

0 comments on commit 274a8dd

Please sign in to comment.