[2/3] dt-bindings: mtd: Add AC5 specific binding

Message ID 20221019082046.30160-3-vadym.kochan@plvision.eu
State New
Headers
Series mtd: rawnand: marvell: add support for AC5 SoC |

Commit Message

Vadym Kochan Oct. 19, 2022, 8:20 a.m. UTC
  From: Aviram Dali <aviramd@marvell.com>

Add binding for AC5 SoC which have its special way of handing
NAND layout.

Signed-off-by: Aviram Dali <aviramd@marvell.com>
Signed-off-by: Vadym Kochan <vadym.kochan@plvision.eu>
---
 Documentation/devicetree/bindings/mtd/marvell-nand.txt | 1 +
 1 file changed, 1 insertion(+)
  

Comments

Miquel Raynal Oct. 19, 2022, 8:46 a.m. UTC | #1
Hi Vadym,

vadym.kochan@plvision.eu wrote on Wed, 19 Oct 2022 11:20:39 +0300:

> From: Aviram Dali <aviramd@marvell.com>
> 
> Add binding for AC5 SoC which have its special way of handing
> NAND layout.
> 
> Signed-off-by: Aviram Dali <aviramd@marvell.com>
> Signed-off-by: Vadym Kochan <vadym.kochan@plvision.eu>
> ---
>  Documentation/devicetree/bindings/mtd/marvell-nand.txt | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/devicetree/bindings/mtd/marvell-nand.txt b/Documentation/devicetree/bindings/mtd/marvell-nand.txt
> index a2d9a0f2b683..293551ec7350 100644
> --- a/Documentation/devicetree/bindings/mtd/marvell-nand.txt
> +++ b/Documentation/devicetree/bindings/mtd/marvell-nand.txt
> @@ -2,6 +2,7 @@ Marvell NAND Flash Controller (NFC)
>  
>  Required properties:
>  - compatible: can be one of the following:
> +    * "marvell,ac5-nand-controller"
>      * "marvell,armada-8k-nand-controller"
>      * "marvell,armada370-nand-controller"
>      * "marvell,pxa3xx-nand-controller"

Could you please do the yaml conversion first?

Thanks,
Miquèl
  
Vadym Kochan Oct. 20, 2022, 1:14 p.m. UTC | #2
Hi Miquel,

> Could you please do the yaml conversion first?

Sure, will try.

Thanks,
Vadym
  
Chris Packham Oct. 20, 2022, 11:13 p.m. UTC | #3
Hi Vadym,

On 19/10/22 21:46, Miquel Raynal wrote:
> Hi Vadym,
>
> vadym.kochan@plvision.eu wrote on Wed, 19 Oct 2022 11:20:39 +0300:
>
>> From: Aviram Dali <aviramd@marvell.com>
>>
>> Add binding for AC5 SoC which have its special way of handing
>> NAND layout.
>>
>> Signed-off-by: Aviram Dali <aviramd@marvell.com>
>> Signed-off-by: Vadym Kochan <vadym.kochan@plvision.eu>
>> ---
>>   Documentation/devicetree/bindings/mtd/marvell-nand.txt | 1 +
>>   1 file changed, 1 insertion(+)
>>
>> diff --git a/Documentation/devicetree/bindings/mtd/marvell-nand.txt b/Documentation/devicetree/bindings/mtd/marvell-nand.txt
>> index a2d9a0f2b683..293551ec7350 100644
>> --- a/Documentation/devicetree/bindings/mtd/marvell-nand.txt
>> +++ b/Documentation/devicetree/bindings/mtd/marvell-nand.txt
>> @@ -2,6 +2,7 @@ Marvell NAND Flash Controller (NFC)
>>   
>>   Required properties:
>>   - compatible: can be one of the following:
>> +    * "marvell,ac5-nand-controller"
>>       * "marvell,armada-8k-nand-controller"
>>       * "marvell,armada370-nand-controller"
>>       * "marvell,pxa3xx-nand-controller"
> Could you please do the yaml conversion first?
If it helps I've done a few of these conversions in the past. I'd be 
happy to help you out with doing the conversion if it helps you move the 
rest of the series forward.
>
> Thanks,
> Miquèl
  
Vadym Kochan Oct. 21, 2022, 7:56 p.m. UTC | #4
Hi Chris,

>> vadym.kochan@plvision.eu wrote on Wed, 19 Oct 2022 11:20:39 +0300:
>>
>>> From: Aviram Dali <aviramd@marvell.com>
>>>
>>> Add binding for AC5 SoC which have its special way of handing
>>> NAND layout.
>>>
>>> Signed-off-by: Aviram Dali <aviramd@marvell.com>
>>> Signed-off-by: Vadym Kochan <vadym.kochan@plvision.eu>
>>> ---
>>>   Documentation/devicetree/bindings/mtd/marvell-nand.txt | 1 +
>>>   1 file changed, 1 insertion(+)
>>>
>>> diff --git a/Documentation/devicetree/bindings/mtd/marvell-nand.txt b/Documentation/devicetree/bindings/mtd/marvell-nand.txt
>>> index a2d9a0f2b683..293551ec7350 100644
>>> --- a/Documentation/devicetree/bindings/mtd/marvell-nand.txt
>>> +++ b/Documentation/devicetree/bindings/mtd/marvell-nand.txt
>>> @@ -2,6 +2,7 @@ Marvell NAND Flash Controller (NFC)
>>>
>>>   Required properties:
>>>   - compatible: can be one of the following:
>>> +    * "marvell,ac5-nand-controller"
>>>       * "marvell,armada-8k-nand-controller"
>>>       * "marvell,armada370-nand-controller"
>>>       * "marvell,pxa3xx-nand-controller"
>> Could you please do the yaml conversion first?
>If it helps I've done a few of these conversions in the past. I'd be
>happy to help you out with doing the conversion if it helps you move the
>rest of the series forward.

Thanks for your proposal to help, I already sent the separate series
just for YAML conversion, actually it is my first YAML experience.

Regards,
Vadym
  

Patch

diff --git a/Documentation/devicetree/bindings/mtd/marvell-nand.txt b/Documentation/devicetree/bindings/mtd/marvell-nand.txt
index a2d9a0f2b683..293551ec7350 100644
--- a/Documentation/devicetree/bindings/mtd/marvell-nand.txt
+++ b/Documentation/devicetree/bindings/mtd/marvell-nand.txt
@@ -2,6 +2,7 @@  Marvell NAND Flash Controller (NFC)
 
 Required properties:
 - compatible: can be one of the following:
+    * "marvell,ac5-nand-controller"
     * "marvell,armada-8k-nand-controller"
     * "marvell,armada370-nand-controller"
     * "marvell,pxa3xx-nand-controller"