Re: [PATCH v3 1/2] dt-bindings: phy: Add sa8255p USB PHY
From: Mattijs Korpershoek
Date: Fri Jul 24 2026 - 09:58:05 EST
Hi Krzysztof,
Thank you for the review.
On Fri, Jul 24, 2026 at 08:08, Krzysztof Kozlowski <krzk@xxxxxxxxxx> wrote:
> On Wed, Jul 22, 2026 at 03:45:44PM +0200, Mattijs Korpershoek wrote:
>> + power-domain-names:
>> + items:
>> + - const: transfer
>> + - const: core
>> +
>> +required:
>> + - compatible
>> + - reg
>> + - "#phy-cells"
>> + - power-domains
>> + - power-domain-names
>> +
>> +unevaluatedProperties: false
>
> This has to be additionalProperties: false.
Ugh, sorry about that. I've fixed that and send v4.
Thanks.
>
> With this fixed:
>
> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxxxxxxxx>
>
> Best regards,
> Krzysztof