On Fri, Jan 15, 2021 at 11:16:52AM +0100, Jacopo Mondi wrote: > Commit 1b5071af8240 ("media: dt-bindings: media: i2c: Rename > ov5647.yaml") renamed the bindings file but did not update the > Id: field there. > > Fix it by using the new filename. > > Fixes: 1b5071af8240 ("media: dt-bindings: media: i2c: Rename ov5647.yaml") > Signed-off-by: Jacopo Mondi <jacopo@xxxxxxxxxx> > --- > Documentation/devicetree/bindings/media/i2c/ovti,ov5647.yaml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Rob Herring <robh@xxxxxxxxxx> > > diff --git a/Documentation/devicetree/bindings/media/i2c/ovti,ov5647.yaml b/Documentation/devicetree/bindings/media/i2c/ovti,ov5647.yaml > index 280c62afae13..429566c9ee1d 100644 > --- a/Documentation/devicetree/bindings/media/i2c/ovti,ov5647.yaml > +++ b/Documentation/devicetree/bindings/media/i2c/ovti,ov5647.yaml > @@ -1,7 +1,7 @@ > # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) > %YAML 1.2 > --- > -$id: http://devicetree.org/schemas/media/i2c/ov5647.yaml# > +$id: http://devicetree.org/schemas/media/i2c/ovti,ov5647.yaml# > $schema: http://devicetree.org/meta-schemas/core.yaml# > > title: Omnivision OV5647 raw image sensor > -- > 2.29.2 >