diff options
Diffstat (limited to 'Documentation/devicetree/bindings/display/brcm,bcm-vc4.txt')
-rw-r--r-- | Documentation/devicetree/bindings/display/brcm,bcm-vc4.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/display/brcm,bcm-vc4.txt b/Documentation/devicetree/bindings/display/brcm,bcm-vc4.txt index 56a961aa5061..9f97df4d5152 100644 --- a/Documentation/devicetree/bindings/display/brcm,bcm-vc4.txt +++ b/Documentation/devicetree/bindings/display/brcm,bcm-vc4.txt | |||
@@ -35,6 +35,12 @@ Optional properties for HDMI: | |||
35 | as an interrupt/status bit in the HDMI controller | 35 | as an interrupt/status bit in the HDMI controller |
36 | itself). See bindings/pinctrl/brcm,bcm2835-gpio.txt | 36 | itself). See bindings/pinctrl/brcm,bcm2835-gpio.txt |
37 | 37 | ||
38 | Required properties for V3D: | ||
39 | - compatible: Should be "brcm,bcm2835-v3d" | ||
40 | - reg: Physical base address and length of the V3D's registers | ||
41 | - interrupts: The interrupt number | ||
42 | See bindings/interrupt-controller/brcm,bcm2835-armctrl-ic.txt | ||
43 | |||
38 | Example: | 44 | Example: |
39 | pixelvalve@7e807000 { | 45 | pixelvalve@7e807000 { |
40 | compatible = "brcm,bcm2835-pixelvalve2"; | 46 | compatible = "brcm,bcm2835-pixelvalve2"; |
@@ -60,6 +66,12 @@ hdmi: hdmi@7e902000 { | |||
60 | clock-names = "pixel", "hdmi"; | 66 | clock-names = "pixel", "hdmi"; |
61 | }; | 67 | }; |
62 | 68 | ||
69 | v3d: v3d@7ec00000 { | ||
70 | compatible = "brcm,bcm2835-v3d"; | ||
71 | reg = <0x7ec00000 0x1000>; | ||
72 | interrupts = <1 10>; | ||
73 | }; | ||
74 | |||
63 | vc4: gpu { | 75 | vc4: gpu { |
64 | compatible = "brcm,bcm2835-vc4"; | 76 | compatible = "brcm,bcm2835-vc4"; |
65 | }; | 77 | }; |