brcm2708: update linux 4.4 patches to latest version
[openwrt/openwrt.git] / target / linux / brcm2708 / patches-4.4 / 0474-BCM2710-Drop-incorrect-HDMI-HPD-line-from-the-DT.patch
1 From a2cf6abba42a5b95cda76929c8681d18e97152a0 Mon Sep 17 00:00:00 2001
2 From: Eric Anholt <eric@anholt.net>
3 Date: Fri, 12 Aug 2016 11:02:14 -0700
4 Subject: [PATCH] BCM2710: Drop incorrect HDMI HPD line from the DT.
5
6 It's actually off on the GPIO expander, which I don't think we have
7 access to.
8
9 Signed-off-by: Eric Anholt <eric@anholt.net>
10 ---
11 arch/arm/boot/dts/bcm2710-rpi-3-b.dts | 4 ----
12 1 file changed, 4 deletions(-)
13
14 --- a/arch/arm/boot/dts/bcm2710-rpi-3-b.dts
15 +++ b/arch/arm/boot/dts/bcm2710-rpi-3-b.dts
16 @@ -166,10 +166,6 @@
17 };
18 };
19
20 -&hdmi {
21 - hpd-gpios = <&gpio 46 GPIO_ACTIVE_LOW>;
22 -};
23 -
24 &audio {
25 pinctrl-names = "default";
26 pinctrl-0 = <&audio_pins>;