[PATCH 1/4] dt-bindings: arm: ti: Add bindings for AM62A7 SoC

Vignesh Raghavendra posted 4 patches 3 years, 3 months ago
There is a newer version of this series
[PATCH 1/4] dt-bindings: arm: ti: Add bindings for AM62A7 SoC
Posted by Vignesh Raghavendra 3 years, 3 months ago
This adds bindings for TI's AM62A7 family of devices.

Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
---
 Documentation/devicetree/bindings/arm/ti/k3.yaml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/Documentation/devicetree/bindings/arm/ti/k3.yaml b/Documentation/devicetree/bindings/arm/ti/k3.yaml
index 61c6ab4f52e2..28f6ea4c007e 100644
--- a/Documentation/devicetree/bindings/arm/ti/k3.yaml
+++ b/Documentation/devicetree/bindings/arm/ti/k3.yaml
@@ -65,6 +65,12 @@ properties:
               - ti,j721s2-evm
           - const: ti,j721s2
 
+      - description: K3 AM62A7 SoC
+        items:
+          - enum:
+              - ti,am62a7-sk
+          - const: ti,am62a7
+
 additionalProperties: true
 
 ...
-- 
2.25.1
Re: [PATCH 1/4] dt-bindings: arm: ti: Add bindings for AM62A7 SoC
Posted by Krzysztof Kozlowski 3 years, 3 months ago
On 29/08/2022 11:21, Vignesh Raghavendra wrote:
> This adds bindings for TI's AM62A7 family of devices.
> 
> Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
> ---
>  Documentation/devicetree/bindings/arm/ti/k3.yaml | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/arm/ti/k3.yaml b/Documentation/devicetree/bindings/arm/ti/k3.yaml
> index 61c6ab4f52e2..28f6ea4c007e 100644
> --- a/Documentation/devicetree/bindings/arm/ti/k3.yaml
> +++ b/Documentation/devicetree/bindings/arm/ti/k3.yaml
> @@ -65,6 +65,12 @@ properties:
>                - ti,j721s2-evm
>            - const: ti,j721s2
>  
> +      - description: K3 AM62A7 SoC
> +        items:
> +          - enum:
> +              - ti,am62a7-sk
> +          - const: ti,am62a7

Is it possible to have some order in the file?

Best regards,
Krzysztof
Re: [PATCH 1/4] dt-bindings: arm: ti: Add bindings for AM62A7 SoC
Posted by Vignesh Raghavendra 3 years, 3 months ago

On 30/08/22 15:22, Krzysztof Kozlowski wrote:
> On 29/08/2022 11:21, Vignesh Raghavendra wrote:
>> This adds bindings for TI's AM62A7 family of devices.
>>
>> Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
>> ---
>>  Documentation/devicetree/bindings/arm/ti/k3.yaml | 6 ++++++
>>  1 file changed, 6 insertions(+)
>>
>> diff --git a/Documentation/devicetree/bindings/arm/ti/k3.yaml b/Documentation/devicetree/bindings/arm/ti/k3.yaml
>> index 61c6ab4f52e2..28f6ea4c007e 100644
>> --- a/Documentation/devicetree/bindings/arm/ti/k3.yaml
>> +++ b/Documentation/devicetree/bindings/arm/ti/k3.yaml
>> @@ -65,6 +65,12 @@ properties:
>>                - ti,j721s2-evm
>>            - const: ti,j721s2
>>  
>> +      - description: K3 AM62A7 SoC
>> +        items:
>> +          - enum:
>> +              - ti,am62a7-sk
>> +          - const: ti,am62a7
> 
> Is it possible to have some order in the file?

Nishanth has posted [1] for the same. Will rebase on top of that series.

[1] https://lore.kernel.org/all/20220830160507.7726-3-nm@ti.com/

-- 
Regards
Vignesh