diff mbox series

[1/5] dt-bindings: arm64: add BCM63158 soc to binding document

Message ID 20220514232800.24653-2-william.zhang@broadcom.com
State Not Applicable, archived
Headers show
Series arm64: bcmbca: add bcm63158 soc support | expand

Checks

Context Check Description
robh/checkpatch success
robh/patch-applied fail build log

Commit Message

William Zhang May 14, 2022, 11:27 p.m. UTC
Add BCM63158 SOC device tree description to bcmbca binding document.

Signed-off-by: William Zhang <william.zhang@broadcom.com>
---

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

Comments

Rob Herring (Arm) May 16, 2022, 4:06 p.m. UTC | #1
On Sat, May 14, 2022 at 04:27:56PM -0700, William Zhang wrote:
> Add BCM63158 SOC device tree description to bcmbca binding document.
> 
> Signed-off-by: William Zhang <william.zhang@broadcom.com>
> ---
> 
>  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 5fb455840417..4e3a1a5391f6 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: BCM63158 based boards
> +        items:
> +          - enum:
> +              - brcm,bcm963158

bcm963158 is a board?

> +          - const: brcm,bcm63158
> +          - const: brcm,bcmbca
> +
>  additionalProperties: true
>  
>  ...
> -- 
> 2.17.1
>
William Zhang May 16, 2022, 5:51 p.m. UTC | #2
Hi Rob,

On 5/16/22 09:06, Rob Herring wrote:
> On Sat, May 14, 2022 at 04:27:56PM -0700, William Zhang wrote:
>> Add BCM63158 SOC device tree description to bcmbca binding document.
>>
>> Signed-off-by: William Zhang <william.zhang@broadcom.com>
>> ---
>>
>>   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 5fb455840417..4e3a1a5391f6 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: BCM63158 based boards
>> +        items:
>> +          - enum:
>> +              - brcm,bcm963158
> 
> bcm963158 is a board?
> 
Yes it is the generic board id with only minimum hardware blocks(cpu, 
memory, uart) enabled for all BCM63158 based boards.  Specific board id 
can be added in the future with actual hardware blocks that are used on 
the board.

>> +          - const: brcm,bcm63158
>> +          - const: brcm,bcmbca
>> +
>>   additionalProperties: true
>>   
>>   ...
>> -- 
>> 2.17.1
>>
> 
>
Rob Herring (Arm) May 17, 2022, 2:23 p.m. UTC | #3
On Sat, 14 May 2022 16:27:56 -0700, William Zhang wrote:
> Add BCM63158 SOC device tree description to bcmbca binding document.
> 
> Signed-off-by: William Zhang <william.zhang@broadcom.com>
> ---
> 
>  Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml | 7 +++++++
>  1 file changed, 7 insertions(+)
> 

Acked-by: Rob Herring <robh@kernel.org>
Florian Fainelli May 18, 2022, 8:08 p.m. UTC | #4
On 5/14/2022 4:27 PM, William Zhang wrote:
> Add BCM63158 SOC device tree description to bcmbca binding document.
> 
> Signed-off-by: William Zhang <william.zhang@broadcom.com>
> ---

Applied to https://github.com/Broadcom/stblinux/commits/devicetree/next, 
thanks!
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..4e3a1a5391f6 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: BCM63158 based boards
+        items:
+          - enum:
+              - brcm,bcm963158
+          - const: brcm,bcm63158
+          - const: brcm,bcmbca
+
 additionalProperties: true
 
 ...