From: Anand Gore Date: Thu, 2 Jun 2022 22:16:45 +0000 (-0700) Subject: dt-bindings: arm: Add BCM6878 soc X-Git-Tag: howlett/maple/20220816~263^2~13^2~28 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=ad8fb6b8a7d2c30ced21fe3c1d4a367889eaf15d;p=users%2Fjedix%2Flinux-maple.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 f6ffb3dafbde..8d0759c3b3a6 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 ...