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-Url: http://git.maquefel.me/?a=commitdiff_plain;h=5e7bcaf89f571c6bff79faf24cbe7c434f1a4c39;p=linux.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 04034dfde609a..f6ffb3dafbde6 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 ...