4224b52c3a
- random-bcm2708 and spi-bcm2708 have been removed. - sound-soc-bcm2708-i2s has been upstreamed as sound-soc-bcm2835-i2s. Let's keep linux 4.1 for a while, since linux 4.4 appears to have some issues with multicast traffic on RPi ethernet: https://gist.github.com/Noltari/5b1cfdecce5ed4bc08fd Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 48266
23 lines
815 B
Diff
23 lines
815 B
Diff
From d0afa9ee62039105ac62f350b168f3ac4c013734 Mon Sep 17 00:00:00 2001
|
|
From: Eric Anholt <eric@anholt.net>
|
|
Date: Tue, 15 Dec 2015 23:46:32 +0000
|
|
Subject: [PATCH 119/127] drm/vc4: Use "hpd-gpios" for HDMI GPIO, like what
|
|
landed upstream.
|
|
|
|
Signed-off-by: Eric Anholt <eric@anholt.net>
|
|
---
|
|
arch/arm/boot/dts/overlays/vc4-kms-v3d-overlay.dts | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
--- a/arch/arm/boot/dts/overlays/vc4-kms-v3d-overlay.dts
|
|
+++ b/arch/arm/boot/dts/overlays/vc4-kms-v3d-overlay.dts
|
|
@@ -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";
|