drm/vc4: Use "hpd-gpios" for HDMI GPIO, like what landed upstream.

Signed-off-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
Eric Anholt
2015-12-15 23:46:32 +00:00
committed by popcornmix
parent 4e4a8b2354
commit 41f9b49c18

View File

@@ -68,7 +68,7 @@
<0x7e808000 0x100>;
interrupts = <2 8>, <2 9>;
ddc = <&i2c2>;
hpd-gpio = <&gpio 46 GPIO_ACTIVE_HIGH>;
hpd-gpios = <&gpio 46 GPIO_ACTIVE_HIGH>;
clocks = <&cprman BCM2835_PLLH_PIX>,
<&cprman BCM2835_CLOCK_HSM>;
clock-names = "pixel", "hdmi";