From: Anand Gore Date: Thu, 2 Jun 2022 22:16:45 +0000 (-0700) Subject: dt-bindings: arm: Add BCM6878 soc X-Git-Tag: v6.6.17~6969^2~11^2~29 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ad8fb6b8a7d2c30ced21fe3c1d4a367889eaf15d;p=platform%2Fkernel%2Flinux-rpi.git dt-bindings: arm: Add BCM6878 soc Add BCM6878 SOC device tree description to bcmbca binding document. Signed-off-by: Anand Gore Reviewed-by: Krzysztof Kozlowski Signed-off-by: Florian Fainelli --- diff --git a/Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml b/Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml index f6ffb3d..8d0759c 100644 --- a/Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml +++ b/Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml @@ -56,6 +56,13 @@ properties: - const: brcm,bcm6858 - const: brcm,bcmbca + - description: BCM6878 based boards + items: + - enum: + - brcm,bcm96878 + - const: brcm,bcm6878 + - const: brcm,bcmbca + additionalProperties: true ...