diff mbox series

[2/3] dt-bindings: arm64: add BCM6858 soc to binding document

Message ID 20220527101336.2.I2bc1418dd24a902e941c7073bbadab00568b4f5d@changeid
State Accepted
Commit 5e7bcaf89f571c6bff79faf24cbe7c434f1a4c39
Headers show
Series arm64: bcmbca: add bcm6858 soc support | expand

Commit Message

Anand Gore May 27, 2022, 5:13 p.m. UTC
Add BCM6858 SOC device tree description to bcmbca binding document.

Signed-off-by: Anand Gore <anand.gore@broadcom.com>

---

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

Comments

Krzysztof Kozlowski May 29, 2022, 11:33 a.m. UTC | #1
On 27/05/2022 19:13, Anand Gore wrote:
> Add BCM6858 SOC device tree description to bcmbca binding document.
> 
> Signed-off-by: Anand Gore <anand.gore@broadcom.com>
> 
> ---
> 
>  .../devicetree/bindings/arm/bcm/brcm,bcmbca.yaml          | 8 ++++++++
>  1 file changed, 8 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml b/Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml
> index 24357cf09888..a63e355ba8f9 100644
> --- a/Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml
> +++ b/Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml
> @@ -35,6 +35,14 @@ properties:
>            - const: brcm,bcm63178
>            - const: brcm,bcmbca
>  
> +      - description: BCM6858 based boards
> +        items:
> +          - enum:
> +              - brcm,bcm96858
> +          - const: brcm,bcm6858
> +          - const: brcm,bcmbca
> +
> +

No need for two blank lines.

>  additionalProperties: true
>  
>  ...


Best regards,
Krzysztof
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 24357cf09888..a63e355ba8f9 100644
--- a/Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml
+++ b/Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml
@@ -35,6 +35,14 @@  properties:
           - const: brcm,bcm63178
           - const: brcm,bcmbca
 
+      - description: BCM6858 based boards
+        items:
+          - enum:
+              - brcm,bcm96858
+          - const: brcm,bcm6858
+          - const: brcm,bcmbca
+
+
 additionalProperties: true
 
 ...