From 312137db31447f04993c331c8452828e53ff63dc Mon Sep 17 00:00:00 2001 From: Anand Gore Date: Mon, 16 May 2022 10:38:07 -0700 Subject: [PATCH] dt-bindings: arm: add BCM63178 SoC to binding document Add BCM63178 SOC device tree description to bcmbca binding document. Signed-off-by: Anand Gore Acked-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 5fb4558404173..24357cf098887 100644 --- a/Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml +++ b/Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml @@ -28,6 +28,13 @@ properties: - const: brcm,bcm47622 - const: brcm,bcmbca + - description: BCM63178 based boards + items: + - enum: + - brcm,bcm963178 + - const: brcm,bcm63178 + - const: brcm,bcmbca + additionalProperties: true ... -- 2.30.2