Re: [PATCH v2 3/4] regulator: dt-bindings: maxim,max77693: convert to dtschema

From: Krzysztof Kozlowski
Date: Mon Feb 14 2022 - 11:46:28 EST


On 14/02/2022 17:41, Mark Brown wrote:
> On Tue, Jan 11, 2022 at 06:50:16PM +0100, Krzysztof Kozlowski wrote:
>
>> + properties:
>> + regulator-name: true
>> + regulator-always-on: true
>> + regulator-boot-on: true
>
> Why are these specific generic regulator properties enumerated?

additionalProperties=false is used, so all properties, also ones from
regulator.yaml, have to be mentioned.

Why this approach was used? Because the hardware here is very limited,
so no other properties are expected. No other features are supported.


Best regards,
Krzysztof