Re: [PATCH 1/5] spi: dt-bindings: add binding doc for spi-qpic-snand

From: Md Sadre Alam
Date: Tue Feb 20 2024 - 07:05:54 EST




On 2/15/2024 7:52 PM, Mark Brown wrote:
On Thu, Feb 15, 2024 at 07:18:52PM +0530, Md Sadre Alam wrote:

+ clocks:
+ minItems: 2
+ maxItems: 3
+
+ clock-names:
+ minItems: 2
+ maxItems: 3

The driver requests the clocks by name but this does not document the
expected set of names. The driver also unconditionally requests all
three clocks so won't work with only two clocks.

Thanks for reviewing, Will document the clock name in next patch.
By mistake i have given minItems = 2 and maxItems = 3 , will fix
this in next patch.