2022-08-30 16:20:45

by Nishanth Menon

[permalink] [raw]
Subject: [PATCH 1/2] dt-bindings: arm: ti: k3: Sort the am654 board enums

Use alphabetical sort to organize the am654 board names.

Reported-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Nishanth Menon <[email protected]>
---
Documentation/devicetree/bindings/arm/ti/k3.yaml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Documentation/devicetree/bindings/arm/ti/k3.yaml b/Documentation/devicetree/bindings/arm/ti/k3.yaml
index 61c6ab4f52e2..7e93e87dcdf4 100644
--- a/Documentation/devicetree/bindings/arm/ti/k3.yaml
+++ b/Documentation/devicetree/bindings/arm/ti/k3.yaml
@@ -22,11 +22,11 @@ properties:
- description: K3 AM654 SoC
items:
- enum:
- - ti,am654-evm
- - siemens,iot2050-basic
- - siemens,iot2050-basic-pg2
- siemens,iot2050-advanced
- siemens,iot2050-advanced-pg2
+ - siemens,iot2050-basic
+ - siemens,iot2050-basic-pg2
+ - ti,am654-evm
- const: ti,am654

- description: K3 J721E SoC
--
2.31.1


2022-08-30 17:17:42

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH 1/2] dt-bindings: arm: ti: k3: Sort the am654 board enums

On 30/08/2022 19:05, Nishanth Menon wrote:
> Use alphabetical sort to organize the am654 board names.
>
> Reported-by: Krzysztof Kozlowski <[email protected]>

It's not a bug, so it should be rather "Suggested-by".

> Signed-off-by: Nishanth Menon <[email protected]>
> ---
> Documentation/devicetree/bindings/arm/ti/k3.yaml | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)


Acked-by: Krzysztof Kozlowski <[email protected]>

Best regards,
Krzysztof

2022-08-30 18:21:34

by Nishanth Menon

[permalink] [raw]
Subject: Re: [PATCH 1/2] dt-bindings: arm: ti: k3: Sort the am654 board enums

On 19:50-20220830, Krzysztof Kozlowski wrote:
> On 30/08/2022 19:05, Nishanth Menon wrote:
> > Use alphabetical sort to organize the am654 board names.
> >
> > Reported-by: Krzysztof Kozlowski <[email protected]>
>
> It's not a bug, so it should be rather "Suggested-by".
>
> > Signed-off-by: Nishanth Menon <[email protected]>
> > ---
> > Documentation/devicetree/bindings/arm/ti/k3.yaml | 6 +++---
> > 1 file changed, 3 insertions(+), 3 deletions(-)
>
>
> Acked-by: Krzysztof Kozlowski <[email protected]>
>
> Best regards,
> Krzysztof

Thanks - Vignesh: let me know if you'd like a v2 with
s/Reported-by/Suggested-by update.

--
Regards,
Nishanth Menon
Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D

2022-08-31 14:27:05

by Vignesh Raghavendra

[permalink] [raw]
Subject: Re: [PATCH 1/2] dt-bindings: arm: ti: k3: Sort the am654 board enums



On 30/08/22 23:08, Nishanth Menon wrote:
> On 19:50-20220830, Krzysztof Kozlowski wrote:
>> On 30/08/2022 19:05, Nishanth Menon wrote:
>>> Use alphabetical sort to organize the am654 board names.
>>>
>>> Reported-by: Krzysztof Kozlowski <[email protected]>
>>
>> It's not a bug, so it should be rather "Suggested-by".
>>
>>> Signed-off-by: Nishanth Menon <[email protected]>
>>> ---
>>> Documentation/devicetree/bindings/arm/ti/k3.yaml | 6 +++---
>>> 1 file changed, 3 insertions(+), 3 deletions(-)
>>
>>
>> Acked-by: Krzysztof Kozlowski <[email protected]>
>>
>> Best regards,
>> Krzysztof
>
> Thanks - Vignesh: let me know if you'd like a v2 with
> s/Reported-by/Suggested-by update.
>

No need, I can take care of this locally before applying.

--
Regards
Vignesh