Re: [PATCH] media: dt-bindings: ti,ds90ub960: Add missing type for "i2c-alias"

From: Rob Herring
Date: Sun Oct 22 2023 - 16:59:46 EST


On Sun, Oct 22, 2023 at 3:17 PM Laurent Pinchart
<laurent.pinchart@xxxxxxxxxxxxxxxx> wrote:
>
> Hi Rob,
>
> Thank you for the patch.
>
> On Fri, Oct 20, 2023 at 12:02:24PM -0500, Rob Herring wrote:
> > Every DT property needs a type defined, but "i2c-alias" is missing any
> > type definition. It's a "uint32", so add a type reference.
> >
> > Fixes: 313e8b32c616 ("media: dt-bindings: media: add TI DS90UB960 FPD-Link III Deserializer")
> > Signed-off-by: Rob Herring <robh@xxxxxxxxxx>
>
> This is something I should have paid more attention when reviewing the
> bindings. I'll try to keep it in mind for the future.

No need, the tools will check for you now. :)

But the same property defined multiple times is not yet checked

> Reviewed-by: Laurent Pinchart <laurent.pinchart@xxxxxxxxxxxxxxxx>

Thanks.

Rob