Re: [PATCH 2/3] dt-bindings: regulator: Add Fitipower FP9931/JD9930
From: Krzysztof Kozlowski
Date: Mon Nov 10 2025 - 02:30:52 EST
On 09/11/2025 22:12, Andreas Kemnade wrote:
>>
>> You must drop ref. That's the entire point of common unit suffix.
>>
> I tried without it:
>
> fitipower,tdly-ms:
> description:
> Power up soft start delay settings tDLY1-4 bitfields in the
> POWERON_DELAY register
> default: <0 0 0 0>
Arrays are in [] (see also some examples of arrays in the example-schema).
[0, 0, 0, 0]
And then it should work, but does not which I think is bug in dtschema.
I think it works fine when you drop the "default:" completely, so please
do so. I'll take a look at the issue.
enum should be in one line, btw.
Your patchset has also blank line warnings.
Best regards,
Krzysztof