brcm2708: update linux 4.4 patches to latest version
[openwrt/openwrt.git] / target / linux / brcm2708 / patches-4.4 / 0338-BCM270X_DT-Add-the-disabled-by-default-DPI-device-no.patch
1 From 55387e0dc0e0982f62b1131e79a86e655dcfb3f4 Mon Sep 17 00:00:00 2001
2 From: Eric Anholt <eric@anholt.net>
3 Date: Fri, 6 May 2016 13:18:09 -0700
4 Subject: [PATCH] BCM270X_DT: Add the disabled-by-default DPI device node.
5
6 This will be enabled and connected to a particular panel by DT
7 overlays.
8
9 Signed-off-by: Eric Anholt <eric@anholt.net>
10 ---
11 arch/arm/boot/dts/bcm2708_common.dtsi | 11 +++++++++++
12 1 file changed, 11 insertions(+)
13
14 --- a/arch/arm/boot/dts/bcm2708_common.dtsi
15 +++ b/arch/arm/boot/dts/bcm2708_common.dtsi
16 @@ -179,6 +179,17 @@
17 status = "disabled";
18 };
19
20 + dpi: dpi@7e208000 {
21 + compatible = "brcm,bcm2835-dpi";
22 + reg = <0x7e208000 0x8c>;
23 + clocks = <&cprman BCM2835_CLOCK_VPU>,
24 + <&cprman BCM2835_CLOCK_DPI>;
25 + clock-names = "core", "pixel";
26 + #address-cells = <1>;
27 + #size-cells = <0>;
28 + status = "disabled";
29 + };
30 +
31 pixelvalve1: pixelvalve@7e207000 {
32 compatible = "brcm,bcm2835-pixelvalve1";
33 reg = <0x7e207000 0x100>;