brcm2708: update linux 4.4 patches to latest version
[openwrt/openwrt.git] / target / linux / brcm2708 / patches-4.4 / 0334-dt-bindings-Add-binding-docs-for-V3D.patch
1 From 7f900beff9a3733ab171272212cb9e28e6b0629b Mon Sep 17 00:00:00 2001
2 From: Eric Anholt <eric@anholt.net>
3 Date: Fri, 4 Mar 2016 12:32:06 -0800
4 Subject: [PATCH 334/381] dt-bindings: Add binding docs for V3D.
5
6 This was missed in the upstreaming process.
7
8 Signed-off-by: Eric Anholt <eric@anholt.net>
9 Acked-by: Stephen Warren <swarren@wwwdotorg.org>
10 (cherry picked from commit 4653f22e9ab08b2b7178b7262a9326eb777e0266)
11 ---
12 Documentation/devicetree/bindings/display/brcm,bcm-vc4.txt | 12 ++++++++++++
13 1 file changed, 12 insertions(+)
14
15 --- a/Documentation/devicetree/bindings/display/brcm,bcm-vc4.txt
16 +++ b/Documentation/devicetree/bindings/display/brcm,bcm-vc4.txt
17 @@ -35,6 +35,12 @@ Optional properties for HDMI:
18 as an interrupt/status bit in the HDMI controller
19 itself). See bindings/pinctrl/brcm,bcm2835-gpio.txt
20
21 +Required properties for V3D:
22 +- compatible: Should be "brcm,bcm2835-v3d"
23 +- reg: Physical base address and length of the V3D's registers
24 +- interrupts: The interrupt number
25 + See bindings/interrupt-controller/brcm,bcm2835-armctrl-ic.txt
26 +
27 Example:
28 pixelvalve@7e807000 {
29 compatible = "brcm,bcm2835-pixelvalve2";
30 @@ -60,6 +66,12 @@ hdmi: hdmi@7e902000 {
31 clock-names = "pixel", "hdmi";
32 };
33
34 +v3d: v3d@7ec00000 {
35 + compatible = "brcm,bcm2835-v3d";
36 + reg = <0x7ec00000 0x1000>;
37 + interrupts = <1 10>;
38 +};
39 +
40 vc4: gpu {
41 compatible = "brcm,bcm2835-vc4";
42 };