Message ID | 20220830160507.7726-2-nm@ti.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | dt-bindings: arm: ti: k3: Sort alphabetically | expand |
On 30/08/2022 19:05, Nishanth Menon wrote: > Use alphabetical sort to organize the am654 board names. > > Reported-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> It's not a bug, so it should be rather "Suggested-by". > Signed-off-by: Nishanth Menon <nm@ti.com> > --- > Documentation/devicetree/bindings/arm/ti/k3.yaml | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
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 <krzysztof.kozlowski@linaro.org> > > It's not a bug, so it should be rather "Suggested-by". > > > Signed-off-by: Nishanth Menon <nm@ti.com> > > --- > > Documentation/devicetree/bindings/arm/ti/k3.yaml | 6 +++--- > > 1 file changed, 3 insertions(+), 3 deletions(-) > > > Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > > Best regards, > Krzysztof Thanks - Vignesh: let me know if you'd like a v2 with s/Reported-by/Suggested-by update.
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 <krzysztof.kozlowski@linaro.org> >> >> It's not a bug, so it should be rather "Suggested-by". >> >>> Signed-off-by: Nishanth Menon <nm@ti.com> >>> --- >>> Documentation/devicetree/bindings/arm/ti/k3.yaml | 6 +++--- >>> 1 file changed, 3 insertions(+), 3 deletions(-) >> >> >> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> >> >> 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.
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
Use alphabetical sort to organize the am654 board names. Reported-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Nishanth Menon <nm@ti.com> --- Documentation/devicetree/bindings/arm/ti/k3.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)