diff mbox series

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

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

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

William Zhang May 16, 2022, 5:51 p.m. UTC | #1
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
>>
> 
>
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
 
 ...