2022-04-27 09:32:24

by Kishon Vijay Abraham I

[permalink] [raw]
Subject: [PATCH 1/2] dt-bindings: remoteproc: pru: Update bindings for K3 AM62x SoCs

Update the PRU remoteproc bindings for the PRU cores on AM62x SoCs.

Signed-off-by: Kishon Vijay Abraham I <[email protected]>
---
Documentation/devicetree/bindings/remoteproc/ti,pru-rproc.yaml | 1 +
1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/remoteproc/ti,pru-rproc.yaml b/Documentation/devicetree/bindings/remoteproc/ti,pru-rproc.yaml
index d7c3a78e37e6..e351550b012c 100644
--- a/Documentation/devicetree/bindings/remoteproc/ti,pru-rproc.yaml
+++ b/Documentation/devicetree/bindings/remoteproc/ti,pru-rproc.yaml
@@ -47,6 +47,7 @@ properties:
- ti,j721e-pru # for PRUs in K3 J721E SoC family
- ti,j721e-rtu # for RTUs in K3 J721E SoC family
- ti,j721e-tx-pru # for Tx_PRUs in K3 J721E SoC family
+ - ti,am625-pru # for PRUs in K3 AM62x SoC family

reg:
items:
--
2.17.1


2022-04-28 19:50:47

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH 1/2] dt-bindings: remoteproc: pru: Update bindings for K3 AM62x SoCs

On 27/04/2022 10:35, Kishon Vijay Abraham I wrote:
> Update the PRU remoteproc bindings for the PRU cores on AM62x SoCs.
>
> Signed-off-by: Kishon Vijay Abraham I <[email protected]>
> ---
> Documentation/devicetree/bindings/remoteproc/ti,pru-rproc.yaml | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/Documentation/devicetree/bindings/remoteproc/ti,pru-rproc.yaml b/Documentation/devicetree/bindings/remoteproc/ti,pru-rproc.yaml
> index d7c3a78e37e6..e351550b012c 100644
> --- a/Documentation/devicetree/bindings/remoteproc/ti,pru-rproc.yaml
> +++ b/Documentation/devicetree/bindings/remoteproc/ti,pru-rproc.yaml
> @@ -47,6 +47,7 @@ properties:
> - ti,j721e-pru # for PRUs in K3 J721E SoC family
> - ti,j721e-rtu # for RTUs in K3 J721E SoC family
> - ti,j721e-tx-pru # for Tx_PRUs in K3 J721E SoC family
> + - ti,am625-pru # for PRUs in K3 AM62x SoC family

Looks like out of order.


Best regards,
Krzysztof

2022-05-16 19:40:04

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH 1/2] dt-bindings: remoteproc: pru: Update bindings for K3 AM62x SoCs

On 16/05/2022 14:35, Kishon Vijay Abraham I wrote:
> Hi Krzysztof,
>
> On 28/04/22 11:48, Krzysztof Kozlowski wrote:
>> On 27/04/2022 10:35, Kishon Vijay Abraham I wrote:
>>> Update the PRU remoteproc bindings for the PRU cores on AM62x SoCs.
>>>
>>> Signed-off-by: Kishon Vijay Abraham I <[email protected]>
>>> ---
>>> Documentation/devicetree/bindings/remoteproc/ti,pru-rproc.yaml | 1 +
>>> 1 file changed, 1 insertion(+)
>>>
>>> diff --git a/Documentation/devicetree/bindings/remoteproc/ti,pru-rproc.yaml b/Documentation/devicetree/bindings/remoteproc/ti,pru-rproc.yaml
>>> index d7c3a78e37e6..e351550b012c 100644
>>> --- a/Documentation/devicetree/bindings/remoteproc/ti,pru-rproc.yaml
>>> +++ b/Documentation/devicetree/bindings/remoteproc/ti,pru-rproc.yaml
>>> @@ -47,6 +47,7 @@ properties:
>>> - ti,j721e-pru # for PRUs in K3 J721E SoC family
>>> - ti,j721e-rtu # for RTUs in K3 J721E SoC family
>>> - ti,j721e-tx-pru # for Tx_PRUs in K3 J721E SoC family
>>> + - ti,am625-pru # for PRUs in K3 AM62x SoC family
>>
>> Looks like out of order.
>
> yes, this is out of sync with the existing format binding. I'll send a
> patch fixing it.

I meant, you introduce it out-of-order. So this patch should be modified
and new compatible added in some better place.


Best regards,
Krzysztof

2022-05-17 03:36:11

by Kishon Vijay Abraham I

[permalink] [raw]
Subject: Re: [PATCH 1/2] dt-bindings: remoteproc: pru: Update bindings for K3 AM62x SoCs

Hi Krzysztof,

On 28/04/22 11:48, Krzysztof Kozlowski wrote:
> On 27/04/2022 10:35, Kishon Vijay Abraham I wrote:
>> Update the PRU remoteproc bindings for the PRU cores on AM62x SoCs.
>>
>> Signed-off-by: Kishon Vijay Abraham I <[email protected]>
>> ---
>> Documentation/devicetree/bindings/remoteproc/ti,pru-rproc.yaml | 1 +
>> 1 file changed, 1 insertion(+)
>>
>> diff --git a/Documentation/devicetree/bindings/remoteproc/ti,pru-rproc.yaml b/Documentation/devicetree/bindings/remoteproc/ti,pru-rproc.yaml
>> index d7c3a78e37e6..e351550b012c 100644
>> --- a/Documentation/devicetree/bindings/remoteproc/ti,pru-rproc.yaml
>> +++ b/Documentation/devicetree/bindings/remoteproc/ti,pru-rproc.yaml
>> @@ -47,6 +47,7 @@ properties:
>> - ti,j721e-pru # for PRUs in K3 J721E SoC family
>> - ti,j721e-rtu # for RTUs in K3 J721E SoC family
>> - ti,j721e-tx-pru # for Tx_PRUs in K3 J721E SoC family
>> + - ti,am625-pru # for PRUs in K3 AM62x SoC family
>
> Looks like out of order.

yes, this is out of sync with the existing format binding. I'll send a
patch fixing it.

Thanks,
Kishon