diff options
| author | Mateusz Kwiatkowski <kfyatek+publicgit@gmail.com> | 2021-05-20 17:03:42 +0200 |
|---|---|---|
| committer | Maxime Ripard <maxime@cerno.tech> | 2021-05-24 13:52:30 +0200 |
| commit | 082152aacd04069fe050be4706e57263fee64336 (patch) | |
| tree | cf6bf88cd53e4860742be5a752a763541f665769 | |
| parent | drm/vc4: Fix clock source for VEC PixelValve on BCM2711 (diff) | |
| download | linux-082152aacd04069fe050be4706e57263fee64336.tar.gz linux-082152aacd04069fe050be4706e57263fee64336.zip | |
dt-bindings: display: bcm2835-vec: Add BCM2711 compatible
The BCM2711 VEC uses a slightly different, incompatible, setup than the
one used for the earlier SoC. Add a new compatible for it.
Signed-off-by: Mateusz Kwiatkowski <kfyatek+publicgit@gmail.com>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Acked-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210520150344.273900-3-maxime@cerno.tech
| -rw-r--r-- | Documentation/devicetree/bindings/display/brcm,bcm2835-vec.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/display/brcm,bcm2835-vec.yaml b/Documentation/devicetree/bindings/display/brcm,bcm2835-vec.yaml index d900cc57b4ec..9b24081a0dbd 100644 --- a/Documentation/devicetree/bindings/display/brcm,bcm2835-vec.yaml +++ b/Documentation/devicetree/bindings/display/brcm,bcm2835-vec.yaml @@ -11,7 +11,9 @@ maintainers: properties: compatible: - const: brcm,bcm2835-vec + enum: + - brcm,bcm2711-vec + - brcm,bcm2835-vec reg: maxItems: 1 |
