diff options
author | Peter Robinson <[email protected]> | 2022-06-03 10:26:05 +0100 |
---|---|---|
committer | Melissa Wen <[email protected]> | 2022-06-12 22:10:30 -0100 |
commit | 9c63e253485cd78ae74da2fcce67e7a1746ed905 (patch) | |
tree | 3ba0f1d995f55ca42deac3eab359a30d231ea412 | |
parent | 473c93b5b94f63de30f35b2935616457cca5c4d8 (diff) |
dt-bindings: gpu: v3d: Add BCM2711's compatible
BCM2711, Raspberry Pi 4's SoC, contains a V3D core. So add its specific
compatible to the bindings.
Signed-off-by: Nicolas Saenz Julienne <[email protected]>
Signed-off-by: Peter Robinson <[email protected]>
Reviewed-by: Stefan Wahren <[email protected]>
Reviewed-by: Javier Martinez Canillas <[email protected]>
Acked-by: Rob Herring <[email protected]>
Signed-off-by: Melissa Wen <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
-rw-r--r-- | Documentation/devicetree/bindings/gpu/brcm,bcm-v3d.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/gpu/brcm,bcm-v3d.yaml b/Documentation/devicetree/bindings/gpu/brcm,bcm-v3d.yaml index e6485f7b046f..217c42874f41 100644 --- a/Documentation/devicetree/bindings/gpu/brcm,bcm-v3d.yaml +++ b/Documentation/devicetree/bindings/gpu/brcm,bcm-v3d.yaml @@ -16,6 +16,7 @@ properties: compatible: enum: + - brcm,2711-v3d - brcm,7268-v3d - brcm,7278-v3d |