On 23/03/2024 14:27, Alex Bee wrote:Alright. Since there are no driver changes required for this change, I'll
Add DT binding document for Rockchip's RK816 PMIC
Signed-off-by: Alex Bee <knaerzche@xxxxxxxxx>
+ regulators:This is good.
+ type: object
+ patternProperties:
+ '^(boost|dcdc[1-4]|ldo[1-6]|otg-switch)$':
+ type: object
+ $ref: /schemas/regulator/regulator.yaml#
+ unevaluatedProperties: false
+ unevaluatedProperties: falseI missed it last time, apologies. This (second) unevaluated should be
"additionalProperties: false" instead.
With this fixed:
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
Best regards,
Krzysztof