Re: [PATCH v3 06/12] dt-bindings: power: supply: smb347-charger: Document USB VBUS regulator

From: Dmitry Osipenko
Date: Mon Jul 12 2021 - 20:22:56 EST


12.07.2021 18:39, Rob Herring пишет:
>> + summit,inok-polarity:
>> + description: |
>> + Polarity of INOK signal indicating presence of external power supply.
>> + $ref: /schemas/types.yaml#/definitions/uint32
>> + enum:
>> + - 0 # SMB3XX_SYSOK_INOK_ACTIVE_LOW
>> + - 1 # SMB3XX_SYSOK_INOK_ACTIVE_HIGH
>> +
>> + usb-vbus:
>> + $ref: "../../regulator/regulator.yaml#"
>> + type: object
> unevaluatedProperties: false
>
> With that,
>
> Reviewed-by: Rob Herring <robh@xxxxxxxxxx>
>

I tried to add the unevaluatedProperties + a random unrelated property
to the example usb-vbus node and dt_binding_check is happy with that. So
the unevaluatedProperties has no effect, is it supposed to be so?