lkml.org 
[lkml]   [2022]   [Mar]   [31]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
SubjectRe: [PATCH] regulator: dt-bindings: maxim,max8997: convert to dtschema
From
On 31/03/2022 22:11, Krzysztof Kozlowski wrote:
> On 30/03/2022 12:44, Geert Uytterhoeven wrote:
>> Hi Krzysztof,
>>
>> On Fri, Oct 1, 2021 at 3:18 PM Krzysztof Kozlowski
>> <krzysztof.kozlowski@canonical.com> wrote:
>>> Convert the Maxim MAX8997 PMIC bindings to DT schema format. Extend the
>>> examples with additional one copied from kernel's exynos4210-origen.dts.
>>> Also the binding descriptions are copied from old file, so license
>>> entire work under GPL-2.0.
>>>
>>> This also adds previously undocumented 32 kHz clock output modelled as
>>> regulators.
>>>
>>> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
>>
>> Thanks for your patch, which is now commit 1d2104f21618a4ce
>> ("regulator: dt-bindings: maxim,max8997: convert to dtschema").
>>
>>> --- /dev/null
>>> +++ b/Documentation/devicetree/bindings/regulator/maxim,max8997.yaml
>>
>>> +if:
>>> + anyOf:
>>> + - required:
>>> + - max8997,pmic-buck1-uses-gpio-dvs
>>> + - required:
>>> + - max8997,pmic-buck2-uses-gpio-dvs
>>> + - required:
>>> + - max8997,pmic-buck5-uses-gpio-dvs
>>> +then:
>>> + properties:
>>> + max8997,pmic-buck1-dvs-voltage:
>>> + minItems: 8
>>> + maxItems: 8
>>> + max8997,pmic-buck2-dvs-voltage:
>>> + minItems: 8
>>> + maxItems: 8
>>> + max8997,pmic-buck5-dvs-voltage:
>>> + minItems: 8
>>> + maxItems: 8
>>
>> The above doesn't seem to work as expected...
>>
>
> Thanks for pointing this out. I am pretty sure I tested it and it worked
> fine (as it is not an obvious code), so I wonder what changed... maybe I
> was using slightly older dt-schema?

I think I found the cause - not that long time ago, the dtschema started
parsing arrays in a different way.

It seems that "minItems" must be now under "items:" part for
uint32-array. I think this was recent Rob's work.

I sent a fix.

Best regards,
Krzysztof

\
 
 \ /
  Last update: 2022-03-31 23:19    [W:0.055 / U:0.400 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site