brcm2708-gpu-fw: update to latest version
[openwrt/openwrt.git] / target / linux / brcm2708 / patches-4.4 / 0474-BCM270X-Drop-HPD-setting-from-the-common-dtsi.patch
1 From 8f7b6b3db2ffcec68137e671c158c705241e1009 Mon Sep 17 00:00:00 2001
2 From: Eric Anholt <eric@anholt.net>
3 Date: Mon, 15 Aug 2016 10:08:58 -0700
4 Subject: [PATCH] BCM270X: Drop HPD setting from the common dtsi.
5
6 The HPD is quite board-specific, so we need to set it in the per-board
7 DT.
8 ---
9 arch/arm/boot/dts/bcm2708_common.dtsi | 1 -
10 1 file changed, 1 deletion(-)
11
12 --- a/arch/arm/boot/dts/bcm2708_common.dtsi
13 +++ b/arch/arm/boot/dts/bcm2708_common.dtsi
14 @@ -347,7 +347,6 @@
15 reg = <0x7e902000 0x600>,
16 <0x7e808000 0x100>;
17 ddc = <&i2c2>;
18 - hpd-gpios = <&gpio 46 GPIO_ACTIVE_HIGH>;
19 clocks = <&cprman BCM2835_PLLH_PIX>,
20 <&cprman BCM2835_CLOCK_HSM>;
21 clock-names = "pixel", "hdmi";