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