aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/display/brcm,bcm-vc4.txt
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2017-04-28 15:42:23 -0700
committerEric Anholt <eric@anholt.net>2017-05-08 12:24:06 -0700
commitb3f7787b4687b1292e6ac9a3308002adfd9bd394 (patch)
treec88383290d0d26b7aac3e15c378dab5446a505ec /Documentation/devicetree/bindings/display/brcm,bcm-vc4.txt
parentdrm/vc4: Don't try to initialize FBDEV if we're only bound to V3D. (diff)
downloadlinux-dev-b3f7787b4687b1292e6ac9a3308002adfd9bd394.tar.xz
linux-dev-b3f7787b4687b1292e6ac9a3308002adfd9bd394.zip
drm/vc4: Add specific compatible strings for Cygnus.
Cygnus has V3D 2.6 instead of 2.1, and doesn't use the VC4 display modules. The V3D can be uniquely identified by the IDENT[01] registers, and there's nothing to key off of for the display change other than the lack of DT nodes for the display components, but it's convention to have new compatible strings anyway. Signed-off-by: Eric Anholt <eric@anholt.net> Acked-by: Rob Herring <robh@kernel.org> Link: http://patchwork.freedesktop.org/patch/msgid/20170428224223.21904-3-eric@anholt.net
Diffstat (limited to 'Documentation/devicetree/bindings/display/brcm,bcm-vc4.txt')
-rw-r--r--Documentation/devicetree/bindings/display/brcm,bcm-vc4.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/display/brcm,bcm-vc4.txt b/Documentation/devicetree/bindings/display/brcm,bcm-vc4.txt
index bc1756f4f791..284e2b14cfbe 100644
--- a/Documentation/devicetree/bindings/display/brcm,bcm-vc4.txt
+++ b/Documentation/devicetree/bindings/display/brcm,bcm-vc4.txt
@@ -5,7 +5,7 @@ with HDMI output and the HVS (Hardware Video Scaler) for compositing
display planes.
Required properties for VC4:
-- compatible: Should be "brcm,bcm2835-vc4"
+- compatible: Should be "brcm,bcm2835-vc4" or "brcm,cygnus-vc4"
Required properties for Pixel Valve:
- compatible: Should be one of "brcm,bcm2835-pixelvalve0",
@@ -54,7 +54,7 @@ Required properties for VEC:
See bindings/interrupt-controller/brcm,bcm2835-armctrl-ic.txt
Required properties for V3D:
-- compatible: Should be "brcm,bcm2835-v3d"
+- compatible: Should be "brcm,bcm2835-v3d" or "brcm,cygnus-v3d"
- reg: Physical base address and length of the V3D's registers
- interrupts: The interrupt number
See bindings/interrupt-controller/brcm,bcm2835-armctrl-ic.txt