diff options
author | Maxime Ripard <maxime@cerno.tech> | 2020-09-03 10:01:50 +0200 |
---|---|---|
committer | Maxime Ripard <maxime@cerno.tech> | 2020-09-07 18:14:54 +0200 |
commit | b5d1443aa3264f6d035a5b6fc46d6ea232a0dfc7 (patch) | |
tree | d3332e2a3c12a16f6010d4ab89f94437d7e7a13a /Documentation/devicetree/bindings/display/brcm,bcm2835-vc4.yaml | |
parent | dt-bindings: display: vc4: hdmi: Add BCM2711 HDMI controllers bindings (diff) | |
download | linux-b5d1443aa3264f6d035a5b6fc46d6ea232a0dfc7.tar.xz linux-b5d1443aa3264f6d035a5b6fc46d6ea232a0dfc7.zip |
dt-bindings: display: vc4: Document BCM2711 VC5
The BCM2711 comes with a new VideoCore. Add a compatible for it.
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Tested-by: Chanwoo Choi <cw00.choi@samsung.com>
Tested-by: Hoegeun Kwon <hoegeun.kwon@samsung.com>
Tested-by: Stefan Wahren <stefan.wahren@i2se.com>
Reviewed-by: Rob Herring <robh+dt@kernel.org>
Reviewed-by: Eric Anholt <eric@anholt.net>
Link: https://patchwork.freedesktop.org/patch/msgid/1075091c50b378505a9a89f760af11f0e1e26e5b.1599120059.git-series.maxime@cerno.tech
Diffstat (limited to 'Documentation/devicetree/bindings/display/brcm,bcm2835-vc4.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/display/brcm,bcm2835-vc4.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/display/brcm,bcm2835-vc4.yaml b/Documentation/devicetree/bindings/display/brcm,bcm2835-vc4.yaml index 0dcf0c397375..49a5e041aa49 100644 --- a/Documentation/devicetree/bindings/display/brcm,bcm2835-vc4.yaml +++ b/Documentation/devicetree/bindings/display/brcm,bcm2835-vc4.yaml @@ -17,6 +17,7 @@ description: > properties: compatible: enum: + - brcm,bcm2711-vc5 - brcm,bcm2835-vc4 - brcm,cygnus-vc4 |