From ad8fb6b8a7d2c30ced21fe3c1d4a367889eaf15d Mon Sep 17 00:00:00 2001 From: Anand Gore Date: Thu, 2 Jun 2022 15:16:45 -0700 Subject: [PATCH] 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 --- Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml | 7 +++++++ 1 file changed, 7 insertions(+) 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 ... -- 2.30.2