From: Anand Gore Date: Wed, 1 Jun 2022 20:19:57 +0000 (-0700) Subject: dt-bindings: arm64: Add BCM6858 SoC to binding document X-Git-Tag: howlett/maple/20220816~263^2~13^2~29 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=5e7bcaf89f571c6bff79faf24cbe7c434f1a4c39;p=users%2Fjedix%2Flinux-maple.git dt-bindings: arm64: Add BCM6858 SoC to binding document Add BCM6858 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 04034dfde609..f6ffb3dafbde 100644 --- a/Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml +++ b/Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml @@ -49,6 +49,13 @@ properties: - const: brcm,bcm63178 - const: brcm,bcmbca + - description: BCM6858 based boards + items: + - enum: + - brcm,bcm96858 + - const: brcm,bcm6858 + - const: brcm,bcmbca + additionalProperties: true ...