[PATCH 0/3] Fix spear600-smi YAML conversion

Miquel Raynal posted 3 patches 1 month, 2 weeks ago
.../devicetree/bindings/mtd/st,spear600-smi.yaml   | 26 ++++++++++++++++------
1 file changed, 19 insertions(+), 7 deletions(-)
[PATCH 0/3] Fix spear600-smi YAML conversion
Posted by Miquel Raynal 1 month, 2 weeks ago
Recent conversion from txt to yaml of the Spear600 SMI binding by Akhila
lead to warnings. These are my 2cts in getting the yaml conversion done
:-)

Cheers,
Miquèl

Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
---
Miquel Raynal (3):
      dt-bindings: mtd: st,spear600-smi: Fix description
      dt-bindings: mtd: st,spear600-smi: #address/size-cells is mandatory
      dt-bindings: mtd: st,spear600-smi: Fix example

 .../devicetree/bindings/mtd/st,spear600-smi.yaml   | 26 ++++++++++++++++------
 1 file changed, 19 insertions(+), 7 deletions(-)
---
base-commit: 7dff99b354601dd01829e1511711846e04340a69
change-id: 20260225-perso-fix-spear600-smi-yaml-801918ea96b9

Best regards,
-- 
Miquel Raynal <miquel.raynal@bootlin.com>

Re: [PATCH 0/3] Fix spear600-smi YAML conversion
Posted by Miquel Raynal 1 month ago
On Wed, 25 Feb 2026 17:24:42 +0100, Miquel Raynal wrote:
> Recent conversion from txt to yaml of the Spear600 SMI binding by Akhila
> lead to warnings. These are my 2cts in getting the yaml conversion done
> :-)
> 
> Cheers,
> Miquèl
> 
> [...]

Applied to mtd/next, thanks!

[1/3] dt-bindings: mtd: st,spear600-smi: Fix description
      commit: f9b2ac395d91fa974c0922bc949bbb6c8db58f3e
[2/3] dt-bindings: mtd: st,spear600-smi: #address/size-cells is mandatory
      commit: 88527c84fffe51a912f36eaf1b0ef11acbcff5e7
[3/3] dt-bindings: mtd: st,spear600-smi: Fix example
      commit: 0bfed8aaf864ec42a84bd68092923282d764136b

Patche(s) should be available on mtd/linux.git and will be
part of the next PR (provided that no robot complains by then).

Kind regards,
Miquèl

Re: [PATCH 0/3] Fix spear600-smi YAML conversion
Posted by Miquel Raynal 1 month ago
On 11/03/2026 at 16:25:48 +01, Miquel Raynal <miquel.raynal@bootlin.com> wrote:

> On Wed, 25 Feb 2026 17:24:42 +0100, Miquel Raynal wrote:
>> Recent conversion from txt to yaml of the Spear600 SMI binding by Akhila
>> lead to warnings. These are my 2cts in getting the yaml conversion done
>> :-)
>> 
>> Cheers,
>> Miquèl
>> 
>> [...]
>
> Applied to mtd/next, thanks!

I moved them to mtd/fixes, they will be queued in the next MTD fixes PR.
Re: [PATCH 0/3] Fix spear600-smi YAML conversion
Posted by Rob Herring 1 month, 1 week ago
On Wed, Feb 25, 2026 at 10:24 AM Miquel Raynal
<miquel.raynal@bootlin.com> wrote:
>
> Recent conversion from txt to yaml of the Spear600 SMI binding by Akhila
> lead to warnings. These are my 2cts in getting the yaml conversion done
> :-)
>
> Cheers,
> Miquèl
>
> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
> ---
> Miquel Raynal (3):
>       dt-bindings: mtd: st,spear600-smi: Fix description
>       dt-bindings: mtd: st,spear600-smi: #address/size-cells is mandatory
>       dt-bindings: mtd: st,spear600-smi: Fix example
>
>  .../devicetree/bindings/mtd/st,spear600-smi.yaml   | 26 ++++++++++++++++------
>  1 file changed, 19 insertions(+), 7 deletions(-)

Still warning in next and v7.0-rc without these fixes. Please apply them soon.

Rob
Re: [PATCH 0/3] Fix spear600-smi YAML conversion
Posted by Miquel Raynal 1 month ago
Hi Rob,

On 10/03/2026 at 13:30:02 -05, Rob Herring <robh@kernel.org> wrote:

> On Wed, Feb 25, 2026 at 10:24 AM Miquel Raynal
> <miquel.raynal@bootlin.com> wrote:
>>
>> Recent conversion from txt to yaml of the Spear600 SMI binding by Akhila
>> lead to warnings. These are my 2cts in getting the yaml conversion done
>> :-)
>>
>> Cheers,
>> Miquèl
>>
>> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
>> ---
>> Miquel Raynal (3):
>>       dt-bindings: mtd: st,spear600-smi: Fix description
>>       dt-bindings: mtd: st,spear600-smi: #address/size-cells is mandatory
>>       dt-bindings: mtd: st,spear600-smi: Fix example
>>
>>  .../devicetree/bindings/mtd/st,spear600-smi.yaml   | 26 ++++++++++++++++------
>>  1 file changed, 19 insertions(+), 7 deletions(-)
>
> Still warning in next and v7.0-rc without these fixes. Please apply
> them soon.

Yes, I will do it this week.

Thanks for the reminder,
Miquèl