From: Anand Gore <anand.gore@broadcom.com>
Date: Thu, 2 Jun 2022 22:16:45 +0000 (-0700)
Subject: dt-bindings: arm: Add BCM6878 soc
X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=ad8fb6b8a7d2c30ced21fe3c1d4a367889eaf15d;p=linux.git

dt-bindings: arm: Add BCM6878 soc

Add BCM6878 SOC device tree description to bcmbca binding document.

Signed-off-by: Anand Gore <anand.gore@broadcom.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
---

diff --git a/Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml b/Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml
index f6ffb3dafbde6..8d0759c3b3a60 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
 
 ...