Skip to content

Commit

Permalink
BCM270X_DT: Flip the polarity of the CM3's HDMI HPD.
Browse files Browse the repository at this point in the history
Testing on my CM3 board, xrandr showed HDMI connected when the cable
was unplugged, and disconnected when it was plugged in.

Signed-off-by: Eric Anholt <[email protected]>
  • Loading branch information
anholt committed Mar 2, 2017
1 parent 935c7ce commit c5a690c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/bcm2710-rpi-cm3.dts
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
};

&hdmi {
hpd-gpios = <&expgpio 0 GPIO_ACTIVE_LOW>;
hpd-gpios = <&expgpio 0 GPIO_ACTIVE_HIGH>;
};

&audio {
Expand Down

0 comments on commit c5a690c

Please sign in to comment.