Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1411605 > unrolled thread

[PATCH 14/32] bcm2837-rpi-3-b.dts: vc4 hdmi fixup

Started byGerd Hoffmann <kraxel@redhat.com>
First post2016-06-02 00:00 +0200
Last post2016-06-02 00:00 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 14/32] bcm2837-rpi-3-b.dts: vc4 hdmi fixup Gerd Hoffmann <kraxel@redhat.com> - 2016-06-02 00:00 +0200

#1411605 — [PATCH 14/32] bcm2837-rpi-3-b.dts: vc4 hdmi fixup

FromGerd Hoffmann <kraxel@redhat.com>
Date2016-06-02 00:00 +0200
Subject[PATCH 14/32] bcm2837-rpi-3-b.dts: vc4 hdmi fixup
Message-ID<rFmld-5Hs-53@gated-at.bofh.it>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
---
 arch/arm64/boot/dts/broadcom/bcm2837-rpi-3-b.dts | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm64/boot/dts/broadcom/bcm2837-rpi-3-b.dts b/arch/arm64/boot/dts/broadcom/bcm2837-rpi-3-b.dts
index e0f429b..a523bd7 100644
--- a/arch/arm64/boot/dts/broadcom/bcm2837-rpi-3-b.dts
+++ b/arch/arm64/boot/dts/broadcom/bcm2837-rpi-3-b.dts
@@ -41,3 +41,7 @@
 &uart1 {
 	status = "okay";
 };
+
+&hdmi {
+	hpd-gpios = <&gpio 46 GPIO_ACTIVE_LOW>;
+};
-- 
1.8.3.1

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web