Re: [PATCH 4/5] mtd: rawnand: davinci: Add clock resource

From: Krzysztof Kozlowski
Date: Wed Oct 30 2024 - 10:26:46 EST


On 30/10/2024 13:20, Bastien Curutchet wrote:
> Hi Krzysztof,
>
> On 10/30/24 12:17 PM, Krzysztof Kozlowski wrote:
>> On 30/10/2024 11:47, Bastien Curutchet wrote:
>>> NAND controller has a reference clock but the driver doesn't use it.
>>>
>>> Add a struct clock in the struct davinci_nand_info so it can be used
>>> to compute timings.
>>>
>>> Signed-off-by: Bastien Curutchet <bastien.curutchet@xxxxxxxxxxx>
>>> ---
>>> drivers/mtd/nand/raw/davinci_nand.c | 9 +++++++++
>>
>> Where are the bindings?
>>
>
> The NAND controller bindings are in
> Documentation/devicetree/bindings/mtd/davinci-nand.txt but this clock is
> defined in the AEMIF bindings in
> Documentation/devicetree/bindings/memory-controllers/ti-aemif.txt

Mention this in commit msg so you get one reviewer question less...

Best regards,
Krzysztof