scripts/getver.sh: avoid use of git rev-list --count
[openwrt/staging/lynxis/omap.git] / target / linux / brcm2708 / patches-4.4 / 0342-BCM270X_DT-Add-the-disabled-by-default-DPI-device-no.patch
1 From 48c22040d540d47c1dd4496a9587b0f3139fc8f0 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 342/381] BCM270X_DT: Add the disabled-by-default DPI device
5 node.
6
7 This will be enabled and connected to a particular panel by DT
8 overlays.
9
10 Signed-off-by: Eric Anholt <eric@anholt.net>
11 ---
12 arch/arm/boot/dts/bcm2708_common.dtsi | 11 +++++++++++
13 1 file changed, 11 insertions(+)
14
15 --- a/arch/arm/boot/dts/bcm2708_common.dtsi
16 +++ b/arch/arm/boot/dts/bcm2708_common.dtsi
17 @@ -179,6 +179,17 @@
18 status = "disabled";
19 };
20
21 + dpi: dpi@7e208000 {
22 + compatible = "brcm,bcm2835-dpi";
23 + reg = <0x7e208000 0x8c>;
24 + clocks = <&cprman BCM2835_CLOCK_VPU>,
25 + <&cprman BCM2835_CLOCK_DPI>;
26 + clock-names = "core", "pixel";
27 + #address-cells = <1>;
28 + #size-cells = <0>;
29 + status = "disabled";
30 + };
31 +
32 pixelvalve1: pixelvalve@7e207000 {
33 compatible = "brcm,bcm2835-pixelvalve1";
34 reg = <0x7e207000 0x100>;