diff mbox series

[v2,1/3] dt-bindings: arm: add BCM6846 SoC to device tree binding document

Message ID 20220525175124.7524-2-william.zhang@broadcom.com (mailing list archive)
State New, archived
Headers show
Series arm: bcmbca: add bcm6846 SoC support | expand

Commit Message

William Zhang May 25, 2022, 5:51 p.m. UTC
Add BCM6846 SoC device tree description to bcmbca binding document.

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: William Zhang <william.zhang@broadcom.com>

---

Changes in v2:
- Add new line between entries

 Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml | 7 +++++++
 1 file changed, 7 insertions(+)

Comments

Rob Herring May 26, 2022, 1:59 a.m. UTC | #1
On Wed, 25 May 2022 10:51:22 -0700, William Zhang wrote:
> Add BCM6846 SoC device tree description to bcmbca binding document.
> 
> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> Signed-off-by: William Zhang <william.zhang@broadcom.com>
> 
> ---
> 
> Changes in v2:
> - Add new line between entries
> 
>  Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml | 7 +++++++
>  1 file changed, 7 insertions(+)
> 

Acked-by: Rob Herring <robh@kernel.org>
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml b/Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml
index 5fb455840417..b0a96092b239 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: BCM6846 based boards
+        items:
+          - enum:
+              - brcm,bcm96846
+          - const: brcm,bcm6846
+          - const: brcm,bcmbca
+
 additionalProperties: true
 
 ...