Re: [PATCH 3/3] dt-bindings: regulator: Fix yaml verification for fixed-regulator schema

From: Rob Herring
Date: Mon Oct 07 2019 - 09:08:36 EST


On Mon, Oct 7, 2019 at 5:26 AM Alexandre Torgue <alexandre.torgue@xxxxxx> wrote:
>
> This commit fixes an issue seen during yaml check ("make dt_binding_check").
> Compatible didn't seem to be seen as a string.
>
> Reported issue:
> "properties:compatible:enum:0: {'const': 'regulator-fixed'}
> is not of type 'string'"
> And
> "properties:compatible:enum:1: {'const': 'regulator-fixed-clock'}
> is not of type 'string'"
>
> Fixes: 9c86d003d620 ("dt-bindings: regulator: add regulator-fixed-clock binding")
> Signed-off-by: Alexandre Torgue <alexandre.torgue@xxxxxx>

There's already a fix queued up.

Rob