All of lore.kernel.org
 help / color / mirror / Atom feed
* rpi-b-rev2 can't detect hdmi display due to wrong hpd gpio pull in dts
@ 2019-03-04 18:54 ` Helen Koike
  0 siblings, 0 replies; 10+ messages in thread
From: Helen Koike @ 2019-03-04 18:54 UTC (permalink / raw)
  To: eric
  Cc: stefan.wahren, devicetree, linus.walleij, linux-kernel, lkundrak,
	bcm-kernel-feedback-list, linux-rpi-kernel, kernel,
	linux-arm-kernel

Hello,

I have a rpi-b-rev2 (two holes, 512M) and when I was trying to test vc4
driver, the HDMI wans't being detected.

So I changed the hpd-gpios from ACTIVE_LOW to ACTIVE_HIGH and now it
works correctly. I can see that modeprint from libdrm detects correctly
when the display is plugged and when it is unpluggled.

So I was wondering if this is just in my board or if there is an error
in the dts (which I think it's unlikely).

In any case I am dropping this email here in case anyone else see this
problem, if you do, try appliying the patch below.

Regards,
Helen

---
 arch/arm/boot/dts/bcm2835-rpi-b-rev2.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 @@
 };
 
 &hdmi {
-	hpd-gpios = <&gpio 46 GPIO_ACTIVE_LOW>;
+	hpd-gpios = <&gpio 46 GPIO_ACTIVE_HIGH>;
 };
 
 &pwm {
-- 
2.20.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2019-03-04 21:54 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-04 18:54 rpi-b-rev2 can't detect hdmi display due to wrong hpd gpio pull in dts Helen Koike
2019-03-04 18:54 ` Helen Koike
2019-03-04 20:15 ` Stefan Wahren
2019-03-04 20:15   ` Stefan Wahren
2019-03-04 21:52   ` Helen Koike
2019-03-04 21:52     ` Helen Koike
2019-03-04 20:27 ` Eric Anholt
2019-03-04 20:27   ` Eric Anholt
2019-03-04 21:54   ` Helen Koike
2019-03-04 21:54     ` Helen Koike

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.