Message ID | 20230320233944.2920964-1-robh@kernel.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | media: dt-bindings: Drop unneeded quotes | expand |
On 21/03/2023 00:39, Rob Herring wrote: > Cleanup bindings dropping unneeded quotes. Once all these are fixed, > checking for this can be enabled in yamllint. > > Signed-off-by: Rob Herring <robh@kernel.org> > --- Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
Hi Rob, Thank you for the patch. On Mon, Mar 20, 2023 at 06:39:42PM -0500, Rob Herring wrote: > Cleanup bindings dropping unneeded quotes. Once all these are fixed, > checking for this can be enabled in yamllint. > > Signed-off-by: Rob Herring <robh@kernel.org> Reviewed-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> > --- > .../devicetree/bindings/media/allwinner,sun4i-a10-ir.yaml | 2 +- > .../bindings/media/allwinner,sun50i-h6-vpu-g2.yaml | 4 ++-- > .../devicetree/bindings/media/amlogic,axg-ge2d.yaml | 4 ++-- > .../devicetree/bindings/media/amlogic,gx-vdec.yaml | 4 ++-- > .../devicetree/bindings/media/amlogic,meson-ir-tx.yaml | 4 ++-- > .../devicetree/bindings/media/i2c/chrontel,ch7322.yaml | 4 ++-- > .../devicetree/bindings/media/i2c/dongwoon,dw9768.yaml | 6 +++--- > .../devicetree/bindings/media/i2c/maxim,max9286.yaml | 2 +- > .../devicetree/bindings/media/i2c/ovti,ov02a10.yaml | 2 +- > .../devicetree/bindings/media/mediatek,mdp3-rdma.yaml | 2 +- > .../bindings/media/mediatek,vcodec-subdev-decoder.yaml | 4 ++-- > .../devicetree/bindings/media/microchip,sama5d4-vdec.yaml | 4 ++-- > .../devicetree/bindings/media/nxp,imx8mq-vpu.yaml | 4 ++-- > .../devicetree/bindings/media/qcom,msm8916-camss.yaml | 4 ++-- > .../devicetree/bindings/media/qcom,msm8916-venus.yaml | 8 ++++---- > .../devicetree/bindings/media/qcom,msm8996-camss.yaml | 4 ++-- > .../devicetree/bindings/media/qcom,msm8996-venus.yaml | 4 ++-- > .../devicetree/bindings/media/qcom,sc7180-venus.yaml | 4 ++-- > .../devicetree/bindings/media/qcom,sc7280-venus.yaml | 4 ++-- > .../devicetree/bindings/media/qcom,sdm660-camss.yaml | 4 ++-- > .../devicetree/bindings/media/qcom,sdm660-venus.yaml | 4 ++-- > .../devicetree/bindings/media/qcom,sdm845-camss.yaml | 4 ++-- > .../devicetree/bindings/media/qcom,sdm845-venus-v2.yaml | 4 ++-- > .../devicetree/bindings/media/qcom,sdm845-venus.yaml | 4 ++-- > .../devicetree/bindings/media/qcom,sm8250-camss.yaml | 4 ++-- > .../devicetree/bindings/media/qcom,sm8250-venus.yaml | 4 ++-- > Documentation/devicetree/bindings/media/rc.yaml | 2 +- > .../devicetree/bindings/media/rockchip,rk3568-vepu.yaml | 4 ++-- > Documentation/devicetree/bindings/media/rockchip-vpu.yaml | 4 ++-- > Documentation/devicetree/bindings/media/ti,cal.yaml | 2 +- > 30 files changed, 57 insertions(+), 57 deletions(-) > > diff --git a/Documentation/devicetree/bindings/media/allwinner,sun4i-a10-ir.yaml b/Documentation/devicetree/bindings/media/allwinner,sun4i-a10-ir.yaml > index 53945c61325c..42dfe22ad5f1 100644 > --- a/Documentation/devicetree/bindings/media/allwinner,sun4i-a10-ir.yaml > +++ b/Documentation/devicetree/bindings/media/allwinner,sun4i-a10-ir.yaml > @@ -11,7 +11,7 @@ maintainers: > - Maxime Ripard <mripard@kernel.org> > > allOf: > - - $ref: "rc.yaml#" > + - $ref: rc.yaml# > > properties: > compatible: > diff --git a/Documentation/devicetree/bindings/media/allwinner,sun50i-h6-vpu-g2.yaml b/Documentation/devicetree/bindings/media/allwinner,sun50i-h6-vpu-g2.yaml > index 9d44236f2deb..a4f06bbdfe49 100644 > --- a/Documentation/devicetree/bindings/media/allwinner,sun50i-h6-vpu-g2.yaml > +++ b/Documentation/devicetree/bindings/media/allwinner,sun50i-h6-vpu-g2.yaml > @@ -2,8 +2,8 @@ > > %YAML 1.2 > --- > -$id: "http://devicetree.org/schemas/media/allwinner,sun50i-h6-vpu-g2.yaml#" > -$schema: "http://devicetree.org/meta-schemas/core.yaml#" > +$id: http://devicetree.org/schemas/media/allwinner,sun50i-h6-vpu-g2.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > > title: Hantro G2 VPU codec implemented on Allwinner H6 SoC > > diff --git a/Documentation/devicetree/bindings/media/amlogic,axg-ge2d.yaml b/Documentation/devicetree/bindings/media/amlogic,axg-ge2d.yaml > index e551be5e680e..f23fa6d06ad0 100644 > --- a/Documentation/devicetree/bindings/media/amlogic,axg-ge2d.yaml > +++ b/Documentation/devicetree/bindings/media/amlogic,axg-ge2d.yaml > @@ -2,8 +2,8 @@ > # Copyright 2020 BayLibre, SAS > %YAML 1.2 > --- > -$id: "http://devicetree.org/schemas/media/amlogic,axg-ge2d.yaml#" > -$schema: "http://devicetree.org/meta-schemas/core.yaml#" > +$id: http://devicetree.org/schemas/media/amlogic,axg-ge2d.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > > title: Amlogic GE2D Acceleration Unit > > diff --git a/Documentation/devicetree/bindings/media/amlogic,gx-vdec.yaml b/Documentation/devicetree/bindings/media/amlogic,gx-vdec.yaml > index b827edabcafa..55930f6107c9 100644 > --- a/Documentation/devicetree/bindings/media/amlogic,gx-vdec.yaml > +++ b/Documentation/devicetree/bindings/media/amlogic,gx-vdec.yaml > @@ -2,8 +2,8 @@ > # Copyright 2019 BayLibre, SAS > %YAML 1.2 > --- > -$id: "http://devicetree.org/schemas/media/amlogic,gx-vdec.yaml#" > -$schema: "http://devicetree.org/meta-schemas/core.yaml#" > +$id: http://devicetree.org/schemas/media/amlogic,gx-vdec.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > > title: Amlogic Video Decoder > > diff --git a/Documentation/devicetree/bindings/media/amlogic,meson-ir-tx.yaml b/Documentation/devicetree/bindings/media/amlogic,meson-ir-tx.yaml > index 4432fea32650..377acce93423 100644 > --- a/Documentation/devicetree/bindings/media/amlogic,meson-ir-tx.yaml > +++ b/Documentation/devicetree/bindings/media/amlogic,meson-ir-tx.yaml > @@ -2,8 +2,8 @@ > > %YAML 1.2 > --- > -$id: "http://devicetree.org/schemas/media/amlogic,meson-ir-tx.yaml#" > -$schema: "http://devicetree.org/meta-schemas/core.yaml#" > +$id: http://devicetree.org/schemas/media/amlogic,meson-ir-tx.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > > title: Amlogic Meson IR transmitter > > diff --git a/Documentation/devicetree/bindings/media/i2c/chrontel,ch7322.yaml b/Documentation/devicetree/bindings/media/i2c/chrontel,ch7322.yaml > index af8ada55b3f2..4e69b6a7ffcc 100644 > --- a/Documentation/devicetree/bindings/media/i2c/chrontel,ch7322.yaml > +++ b/Documentation/devicetree/bindings/media/i2c/chrontel,ch7322.yaml > @@ -1,8 +1,8 @@ > # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) > %YAML 1.2 > --- > -$id: "http://devicetree.org/schemas/media/i2c/chrontel,ch7322.yaml#" > -$schema: "http://devicetree.org/meta-schemas/core.yaml#" > +$id: http://devicetree.org/schemas/media/i2c/chrontel,ch7322.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > > title: Chrontel HDMI-CEC Controller > > diff --git a/Documentation/devicetree/bindings/media/i2c/dongwoon,dw9768.yaml b/Documentation/devicetree/bindings/media/i2c/dongwoon,dw9768.yaml > index 82d3d18c16a1..a0855d3b7577 100644 > --- a/Documentation/devicetree/bindings/media/i2c/dongwoon,dw9768.yaml > +++ b/Documentation/devicetree/bindings/media/i2c/dongwoon,dw9768.yaml > @@ -38,7 +38,7 @@ properties: > dongwoon,aac-mode: > description: > Indication of AAC mode select. > - $ref: "/schemas/types.yaml#/definitions/uint32" > + $ref: /schemas/types.yaml#/definitions/uint32 > enum: > - 1 # AAC2 mode(operation time# 0.48 x Tvib) > - 2 # AAC3 mode(operation time# 0.70 x Tvib) > @@ -50,7 +50,7 @@ properties: > description: > Number of AAC Timing count that controlled by one 6-bit period of > vibration register AACT[5:0], the unit of which is 100 us. > - $ref: "/schemas/types.yaml#/definitions/uint32" > + $ref: /schemas/types.yaml#/definitions/uint32 > default: 0x20 > minimum: 0x00 > maximum: 0x3f > @@ -59,7 +59,7 @@ properties: > description: > Indication of VCM internal clock dividing rate select, as one multiple > factor to calculate VCM ring periodic time Tvib. > - $ref: "/schemas/types.yaml#/definitions/uint32" > + $ref: /schemas/types.yaml#/definitions/uint32 > enum: > - 0 # Dividing Rate - 2 > - 1 # Dividing Rate - 1 > diff --git a/Documentation/devicetree/bindings/media/i2c/maxim,max9286.yaml b/Documentation/devicetree/bindings/media/i2c/maxim,max9286.yaml > index 0c4213adbf6a..8df859136047 100644 > --- a/Documentation/devicetree/bindings/media/i2c/maxim,max9286.yaml > +++ b/Documentation/devicetree/bindings/media/i2c/maxim,max9286.yaml > @@ -86,7 +86,7 @@ properties: > is 100000 micro volts > > maxim,gpio-poc: > - $ref: '/schemas/types.yaml#/definitions/uint32-array' > + $ref: /schemas/types.yaml#/definitions/uint32-array > minItems: 2 > maxItems: 2 > description: | > diff --git a/Documentation/devicetree/bindings/media/i2c/ovti,ov02a10.yaml b/Documentation/devicetree/bindings/media/i2c/ovti,ov02a10.yaml > index 54df9d73dc86..763cebe03dc2 100644 > --- a/Documentation/devicetree/bindings/media/i2c/ovti,ov02a10.yaml > +++ b/Documentation/devicetree/bindings/media/i2c/ovti,ov02a10.yaml > @@ -88,7 +88,7 @@ properties: > properties: > link-frequencies: true > ovti,mipi-clock-voltage: > - $ref: "/schemas/types.yaml#/definitions/uint32" > + $ref: /schemas/types.yaml#/definitions/uint32 > description: > Definition of MIPI clock voltage unit. This entry corresponds to > the link speed defined by the 'link-frequencies' property. > diff --git a/Documentation/devicetree/bindings/media/mediatek,mdp3-rdma.yaml b/Documentation/devicetree/bindings/media/mediatek,mdp3-rdma.yaml > index 9cfc0c7d23e0..7032c7e15039 100644 > --- a/Documentation/devicetree/bindings/media/mediatek,mdp3-rdma.yaml > +++ b/Documentation/devicetree/bindings/media/mediatek,mdp3-rdma.yaml > @@ -27,7 +27,7 @@ properties: > maxItems: 1 > > mediatek,gce-client-reg: > - $ref: '/schemas/types.yaml#/definitions/phandle-array' > + $ref: /schemas/types.yaml#/definitions/phandle-array > items: > items: > - description: phandle of GCE > diff --git a/Documentation/devicetree/bindings/media/mediatek,vcodec-subdev-decoder.yaml b/Documentation/devicetree/bindings/media/mediatek,vcodec-subdev-decoder.yaml > index c4f20acdc1f8..20675f9ba3cd 100644 > --- a/Documentation/devicetree/bindings/media/mediatek,vcodec-subdev-decoder.yaml > +++ b/Documentation/devicetree/bindings/media/mediatek,vcodec-subdev-decoder.yaml > @@ -2,8 +2,8 @@ > > %YAML 1.2 > --- > -$id: "http://devicetree.org/schemas/media/mediatek,vcodec-subdev-decoder.yaml#" > -$schema: "http://devicetree.org/meta-schemas/core.yaml#" > +$id: http://devicetree.org/schemas/media/mediatek,vcodec-subdev-decoder.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > > title: Mediatek Video Decode Accelerator With Multi Hardware > > diff --git a/Documentation/devicetree/bindings/media/microchip,sama5d4-vdec.yaml b/Documentation/devicetree/bindings/media/microchip,sama5d4-vdec.yaml > index 4b77103ca913..59b805ca47c5 100644 > --- a/Documentation/devicetree/bindings/media/microchip,sama5d4-vdec.yaml > +++ b/Documentation/devicetree/bindings/media/microchip,sama5d4-vdec.yaml > @@ -2,8 +2,8 @@ > > %YAML 1.2 > --- > -$id: "http://devicetree.org/schemas/media/microchip,sama5d4-vdec.yaml#" > -$schema: "http://devicetree.org/meta-schemas/core.yaml#" > +$id: http://devicetree.org/schemas/media/microchip,sama5d4-vdec.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > > title: Hantro G1 VPU codec implemented on Microchip SAMA5D4 SoCs > > diff --git a/Documentation/devicetree/bindings/media/nxp,imx8mq-vpu.yaml b/Documentation/devicetree/bindings/media/nxp,imx8mq-vpu.yaml > index 7dc13a4b1805..3d58f02b0c5d 100644 > --- a/Documentation/devicetree/bindings/media/nxp,imx8mq-vpu.yaml > +++ b/Documentation/devicetree/bindings/media/nxp,imx8mq-vpu.yaml > @@ -2,8 +2,8 @@ > > %YAML 1.2 > --- > -$id: "http://devicetree.org/schemas/media/nxp,imx8mq-vpu.yaml#" > -$schema: "http://devicetree.org/meta-schemas/core.yaml#" > +$id: http://devicetree.org/schemas/media/nxp,imx8mq-vpu.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > > title: Hantro G1/G2 VPU codecs implemented on i.MX8M SoCs > > diff --git a/Documentation/devicetree/bindings/media/qcom,msm8916-camss.yaml b/Documentation/devicetree/bindings/media/qcom,msm8916-camss.yaml > index 12ec3e1ea869..eb1499912c58 100644 > --- a/Documentation/devicetree/bindings/media/qcom,msm8916-camss.yaml > +++ b/Documentation/devicetree/bindings/media/qcom,msm8916-camss.yaml > @@ -2,8 +2,8 @@ > > %YAML 1.2 > --- > -$id: "http://devicetree.org/schemas/media/qcom,msm8916-camss.yaml#" > -$schema: "http://devicetree.org/meta-schemas/core.yaml#" > +$id: http://devicetree.org/schemas/media/qcom,msm8916-camss.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > > title: Qualcomm CAMSS ISP > > diff --git a/Documentation/devicetree/bindings/media/qcom,msm8916-venus.yaml b/Documentation/devicetree/bindings/media/qcom,msm8916-venus.yaml > index 2abb7d21c0d1..4ad42b8f19e6 100644 > --- a/Documentation/devicetree/bindings/media/qcom,msm8916-venus.yaml > +++ b/Documentation/devicetree/bindings/media/qcom,msm8916-venus.yaml > @@ -2,8 +2,8 @@ > > %YAML 1.2 > --- > -$id: "http://devicetree.org/schemas/media/qcom,msm8916-venus.yaml#" > -$schema: "http://devicetree.org/meta-schemas/core.yaml#" > +$id: http://devicetree.org/schemas/media/qcom,msm8916-venus.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > > title: Qualcomm Venus video encode and decode accelerators > > @@ -47,7 +47,7 @@ properties: > > properties: > compatible: > - const: "venus-decoder" > + const: venus-decoder > > required: > - compatible > @@ -59,7 +59,7 @@ properties: > > properties: > compatible: > - const: "venus-encoder" > + const: venus-encoder > > required: > - compatible > diff --git a/Documentation/devicetree/bindings/media/qcom,msm8996-camss.yaml b/Documentation/devicetree/bindings/media/qcom,msm8996-camss.yaml > index 6aeb3d6d02d5..8a10aa1cafc5 100644 > --- a/Documentation/devicetree/bindings/media/qcom,msm8996-camss.yaml > +++ b/Documentation/devicetree/bindings/media/qcom,msm8996-camss.yaml > @@ -2,8 +2,8 @@ > > %YAML 1.2 > --- > -$id: "http://devicetree.org/schemas/media/qcom,msm8996-camss.yaml#" > -$schema: "http://devicetree.org/meta-schemas/core.yaml#" > +$id: http://devicetree.org/schemas/media/qcom,msm8996-camss.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > > title: Qualcomm CAMSS ISP > > diff --git a/Documentation/devicetree/bindings/media/qcom,msm8996-venus.yaml b/Documentation/devicetree/bindings/media/qcom,msm8996-venus.yaml > index 29d0cb6c6ebe..213247a43ef2 100644 > --- a/Documentation/devicetree/bindings/media/qcom,msm8996-venus.yaml > +++ b/Documentation/devicetree/bindings/media/qcom,msm8996-venus.yaml > @@ -2,8 +2,8 @@ > > %YAML 1.2 > --- > -$id: "http://devicetree.org/schemas/media/qcom,msm8996-venus.yaml#" > -$schema: "http://devicetree.org/meta-schemas/core.yaml#" > +$id: http://devicetree.org/schemas/media/qcom,msm8996-venus.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > > title: Qualcomm Venus video encode and decode accelerators > > diff --git a/Documentation/devicetree/bindings/media/qcom,sc7180-venus.yaml b/Documentation/devicetree/bindings/media/qcom,sc7180-venus.yaml > index 42ee3f06c6be..5128a254fd25 100644 > --- a/Documentation/devicetree/bindings/media/qcom,sc7180-venus.yaml > +++ b/Documentation/devicetree/bindings/media/qcom,sc7180-venus.yaml > @@ -2,8 +2,8 @@ > > %YAML 1.2 > --- > -$id: "http://devicetree.org/schemas/media/qcom,sc7180-venus.yaml#" > -$schema: "http://devicetree.org/meta-schemas/core.yaml#" > +$id: http://devicetree.org/schemas/media/qcom,sc7180-venus.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > > title: Qualcomm Venus video encode and decode accelerators > > diff --git a/Documentation/devicetree/bindings/media/qcom,sc7280-venus.yaml b/Documentation/devicetree/bindings/media/qcom,sc7280-venus.yaml > index cf361dd9de08..eb9ce438dbe0 100644 > --- a/Documentation/devicetree/bindings/media/qcom,sc7280-venus.yaml > +++ b/Documentation/devicetree/bindings/media/qcom,sc7280-venus.yaml > @@ -2,8 +2,8 @@ > > %YAML 1.2 > --- > -$id: "http://devicetree.org/schemas/media/qcom,sc7280-venus.yaml#" > -$schema: "http://devicetree.org/meta-schemas/core.yaml#" > +$id: http://devicetree.org/schemas/media/qcom,sc7280-venus.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > > title: Qualcomm Venus video encode and decode accelerators > > diff --git a/Documentation/devicetree/bindings/media/qcom,sdm660-camss.yaml b/Documentation/devicetree/bindings/media/qcom,sdm660-camss.yaml > index b28c8e17f158..0a109e126064 100644 > --- a/Documentation/devicetree/bindings/media/qcom,sdm660-camss.yaml > +++ b/Documentation/devicetree/bindings/media/qcom,sdm660-camss.yaml > @@ -2,8 +2,8 @@ > > %YAML 1.2 > --- > -$id: "http://devicetree.org/schemas/media/qcom,sdm660-camss.yaml#" > -$schema: "http://devicetree.org/meta-schemas/core.yaml#" > +$id: http://devicetree.org/schemas/media/qcom,sdm660-camss.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > > title: Qualcomm CAMSS ISP > > diff --git a/Documentation/devicetree/bindings/media/qcom,sdm660-venus.yaml b/Documentation/devicetree/bindings/media/qcom,sdm660-venus.yaml > index 45e3f58f52bd..4a0a9ca33cad 100644 > --- a/Documentation/devicetree/bindings/media/qcom,sdm660-venus.yaml > +++ b/Documentation/devicetree/bindings/media/qcom,sdm660-venus.yaml > @@ -2,8 +2,8 @@ > > %YAML 1.2 > --- > -$id: "http://devicetree.org/schemas/media/qcom,sdm660-venus.yaml#" > -$schema: "http://devicetree.org/meta-schemas/core.yaml#" > +$id: http://devicetree.org/schemas/media/qcom,sdm660-venus.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > > title: Qualcomm Venus video encode and decode accelerators > > diff --git a/Documentation/devicetree/bindings/media/qcom,sdm845-camss.yaml b/Documentation/devicetree/bindings/media/qcom,sdm845-camss.yaml > index f9a003882f84..1530ad0d80bd 100644 > --- a/Documentation/devicetree/bindings/media/qcom,sdm845-camss.yaml > +++ b/Documentation/devicetree/bindings/media/qcom,sdm845-camss.yaml > @@ -2,8 +2,8 @@ > > %YAML 1.2 > --- > -$id: "http://devicetree.org/schemas/media/qcom,sdm845-camss.yaml#" > -$schema: "http://devicetree.org/meta-schemas/core.yaml#" > +$id: http://devicetree.org/schemas/media/qcom,sdm845-camss.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > > title: Qualcomm CAMSS ISP > > diff --git a/Documentation/devicetree/bindings/media/qcom,sdm845-venus-v2.yaml b/Documentation/devicetree/bindings/media/qcom,sdm845-venus-v2.yaml > index 8edc8a2f43a5..d81c3ee53ed6 100644 > --- a/Documentation/devicetree/bindings/media/qcom,sdm845-venus-v2.yaml > +++ b/Documentation/devicetree/bindings/media/qcom,sdm845-venus-v2.yaml > @@ -2,8 +2,8 @@ > > %YAML 1.2 > --- > -$id: "http://devicetree.org/schemas/media/qcom,sdm845-venus-v2.yaml#" > -$schema: "http://devicetree.org/meta-schemas/core.yaml#" > +$id: http://devicetree.org/schemas/media/qcom,sdm845-venus-v2.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > > title: Qualcomm Venus video encode and decode accelerators > > diff --git a/Documentation/devicetree/bindings/media/qcom,sdm845-venus.yaml b/Documentation/devicetree/bindings/media/qcom,sdm845-venus.yaml > index 57d503373efe..1bf043c4c8fb 100644 > --- a/Documentation/devicetree/bindings/media/qcom,sdm845-venus.yaml > +++ b/Documentation/devicetree/bindings/media/qcom,sdm845-venus.yaml > @@ -2,8 +2,8 @@ > > %YAML 1.2 > --- > -$id: "http://devicetree.org/schemas/media/qcom,sdm845-venus.yaml#" > -$schema: "http://devicetree.org/meta-schemas/core.yaml#" > +$id: http://devicetree.org/schemas/media/qcom,sdm845-venus.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > > title: Qualcomm Venus video encode and decode accelerators > > diff --git a/Documentation/devicetree/bindings/media/qcom,sm8250-camss.yaml b/Documentation/devicetree/bindings/media/qcom,sm8250-camss.yaml > index 07a2af12f37d..fa5073c0fd1e 100644 > --- a/Documentation/devicetree/bindings/media/qcom,sm8250-camss.yaml > +++ b/Documentation/devicetree/bindings/media/qcom,sm8250-camss.yaml > @@ -2,8 +2,8 @@ > > %YAML 1.2 > --- > -$id: "http://devicetree.org/schemas/media/qcom,sm8250-camss.yaml#" > -$schema: "http://devicetree.org/meta-schemas/core.yaml#" > +$id: http://devicetree.org/schemas/media/qcom,sm8250-camss.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > > title: Qualcomm CAMSS ISP > > diff --git a/Documentation/devicetree/bindings/media/qcom,sm8250-venus.yaml b/Documentation/devicetree/bindings/media/qcom,sm8250-venus.yaml > index 4b7a12523dcf..8c8141723524 100644 > --- a/Documentation/devicetree/bindings/media/qcom,sm8250-venus.yaml > +++ b/Documentation/devicetree/bindings/media/qcom,sm8250-venus.yaml > @@ -2,8 +2,8 @@ > > %YAML 1.2 > --- > -$id: "http://devicetree.org/schemas/media/qcom,sm8250-venus.yaml#" > -$schema: "http://devicetree.org/meta-schemas/core.yaml#" > +$id: http://devicetree.org/schemas/media/qcom,sm8250-venus.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > > title: Qualcomm Venus video encode and decode accelerators > > diff --git a/Documentation/devicetree/bindings/media/rc.yaml b/Documentation/devicetree/bindings/media/rc.yaml > index e732b7f3a635..6cecd7d941ca 100644 > --- a/Documentation/devicetree/bindings/media/rc.yaml > +++ b/Documentation/devicetree/bindings/media/rc.yaml > @@ -18,7 +18,7 @@ properties: > description: > Specifies the scancode/key mapping table defined in-kernel for > the remote controller. > - $ref: '/schemas/types.yaml#/definitions/string' > + $ref: /schemas/types.yaml#/definitions/string > enum: > - rc-adstech-dvb-t-pci > - rc-alink-dtu-m > diff --git a/Documentation/devicetree/bindings/media/rockchip,rk3568-vepu.yaml b/Documentation/devicetree/bindings/media/rockchip,rk3568-vepu.yaml > index 81b26eb4cd35..9d90d8d0565a 100644 > --- a/Documentation/devicetree/bindings/media/rockchip,rk3568-vepu.yaml > +++ b/Documentation/devicetree/bindings/media/rockchip,rk3568-vepu.yaml > @@ -2,8 +2,8 @@ > > %YAML 1.2 > --- > -$id: "http://devicetree.org/schemas/media/rockchip,rk3568-vepu.yaml#" > -$schema: "http://devicetree.org/meta-schemas/core.yaml#" > +$id: http://devicetree.org/schemas/media/rockchip,rk3568-vepu.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > > title: Hantro G1 VPU encoders implemented on Rockchip SoCs > > diff --git a/Documentation/devicetree/bindings/media/rockchip-vpu.yaml b/Documentation/devicetree/bindings/media/rockchip-vpu.yaml > index 6cc4d3e5a61d..ee622a8ee1cc 100644 > --- a/Documentation/devicetree/bindings/media/rockchip-vpu.yaml > +++ b/Documentation/devicetree/bindings/media/rockchip-vpu.yaml > @@ -2,8 +2,8 @@ > > %YAML 1.2 > --- > -$id: "http://devicetree.org/schemas/media/rockchip-vpu.yaml#" > -$schema: "http://devicetree.org/meta-schemas/core.yaml#" > +$id: http://devicetree.org/schemas/media/rockchip-vpu.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > > title: Hantro G1 VPU codecs implemented on Rockchip SoCs > > diff --git a/Documentation/devicetree/bindings/media/ti,cal.yaml b/Documentation/devicetree/bindings/media/ti,cal.yaml > index 26b3fedef355..f1a940a110d2 100644 > --- a/Documentation/devicetree/bindings/media/ti,cal.yaml > +++ b/Documentation/devicetree/bindings/media/ti,cal.yaml > @@ -47,7 +47,7 @@ properties: > maxItems: 1 > > ti,camerrx-control: > - $ref: "/schemas/types.yaml#/definitions/phandle-array" > + $ref: /schemas/types.yaml#/definitions/phandle-array > items: > - items: > - description: phandle to device control module
Am Dienstag, 21. März 2023, 00:39:42 CET schrieb Rob Herring: > Cleanup bindings dropping unneeded quotes. Once all these are fixed, > checking for this can be enabled in yamllint. > > Signed-off-by: Rob Herring <robh@kernel.org> > --- > .../devicetree/bindings/media/rockchip,rk3568-vepu.yaml | 4 ++-- > Documentation/devicetree/bindings/media/rockchip-vpu.yaml | 4 ++-- Reviewed-by: Heiko Stuebner <heiko@sntech.de> #rockchip
On Mo, 2023-03-20 at 18:39 -0500, Rob Herring wrote: > Cleanup bindings dropping unneeded quotes. Once all these are fixed, > checking for this can be enabled in yamllint. > > Signed-off-by: Rob Herring <robh@kernel.org> Reviewed-by: Philipp Zabel <p.zabel@pengutronix.de> regards Philipp
On 21/03/2023 00:39, Rob Herring wrote: > Cleanup bindings dropping unneeded quotes. Once all these are fixed, > checking for this can be enabled in yamllint. > > Signed-off-by: Rob Herring <robh@kernel.org> > --- > .../devicetree/bindings/media/allwinner,sun4i-a10-ir.yaml | 2 +- > .../bindings/media/allwinner,sun50i-h6-vpu-g2.yaml | 4 ++-- > .../devicetree/bindings/media/amlogic,axg-ge2d.yaml | 4 ++-- > .../devicetree/bindings/media/amlogic,gx-vdec.yaml | 4 ++-- > .../devicetree/bindings/media/amlogic,meson-ir-tx.yaml | 4 ++-- Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org> > .../devicetree/bindings/media/i2c/chrontel,ch7322.yaml | 4 ++-- > .../devicetree/bindings/media/i2c/dongwoon,dw9768.yaml | 6 +++--- > .../devicetree/bindings/media/i2c/maxim,max9286.yaml | 2 +- > .../devicetree/bindings/media/i2c/ovti,ov02a10.yaml | 2 +- > .../devicetree/bindings/media/mediatek,mdp3-rdma.yaml | 2 +- > .../bindings/media/mediatek,vcodec-subdev-decoder.yaml | 4 ++-- > .../devicetree/bindings/media/microchip,sama5d4-vdec.yaml | 4 ++-- > .../devicetree/bindings/media/nxp,imx8mq-vpu.yaml | 4 ++-- > .../devicetree/bindings/media/qcom,msm8916-camss.yaml | 4 ++-- > .../devicetree/bindings/media/qcom,msm8916-venus.yaml | 8 ++++---- > .../devicetree/bindings/media/qcom,msm8996-camss.yaml | 4 ++-- > .../devicetree/bindings/media/qcom,msm8996-venus.yaml | 4 ++-- > .../devicetree/bindings/media/qcom,sc7180-venus.yaml | 4 ++-- > .../devicetree/bindings/media/qcom,sc7280-venus.yaml | 4 ++-- > .../devicetree/bindings/media/qcom,sdm660-camss.yaml | 4 ++-- > .../devicetree/bindings/media/qcom,sdm660-venus.yaml | 4 ++-- > .../devicetree/bindings/media/qcom,sdm845-camss.yaml | 4 ++-- > .../devicetree/bindings/media/qcom,sdm845-venus-v2.yaml | 4 ++-- > .../devicetree/bindings/media/qcom,sdm845-venus.yaml | 4 ++-- > .../devicetree/bindings/media/qcom,sm8250-camss.yaml | 4 ++-- > .../devicetree/bindings/media/qcom,sm8250-venus.yaml | 4 ++-- > Documentation/devicetree/bindings/media/rc.yaml | 2 +- > .../devicetree/bindings/media/rockchip,rk3568-vepu.yaml | 4 ++-- > Documentation/devicetree/bindings/media/rockchip-vpu.yaml | 4 ++-- > Documentation/devicetree/bindings/media/ti,cal.yaml | 2 +- > 30 files changed, 57 insertions(+), 57 deletions(-) > > diff --git a/Documentation/devicetree/bindings/media/allwinner,sun4i-a10-ir.yaml b/Documentation/devicetree/bindings/media/allwinner,sun4i-a10-ir.yaml > index 53945c61325c..42dfe22ad5f1 100644 > --- a/Documentation/devicetree/bindings/media/allwinner,sun4i-a10-ir.yaml > +++ b/Documentation/devicetree/bindings/media/allwinner,sun4i-a10-ir.yaml > @@ -11,7 +11,7 @@ maintainers: > - Maxime Ripard <mripard@kernel.org> > > allOf: > - - $ref: "rc.yaml#" > + - $ref: rc.yaml# > > properties: > compatible: > diff --git a/Documentation/devicetree/bindings/media/allwinner,sun50i-h6-vpu-g2.yaml b/Documentation/devicetree/bindings/media/allwinner,sun50i-h6-vpu-g2.yaml > index 9d44236f2deb..a4f06bbdfe49 100644 > --- a/Documentation/devicetree/bindings/media/allwinner,sun50i-h6-vpu-g2.yaml > +++ b/Documentation/devicetree/bindings/media/allwinner,sun50i-h6-vpu-g2.yaml > @@ -2,8 +2,8 @@ > > %YAML 1.2 > --- > -$id: "http://devicetree.org/schemas/media/allwinner,sun50i-h6-vpu-g2.yaml#" > -$schema: "http://devicetree.org/meta-schemas/core.yaml#" > +$id: http://devicetree.org/schemas/media/allwinner,sun50i-h6-vpu-g2.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > > title: Hantro G2 VPU codec implemented on Allwinner H6 SoC > > diff --git a/Documentation/devicetree/bindings/media/amlogic,axg-ge2d.yaml b/Documentation/devicetree/bindings/media/amlogic,axg-ge2d.yaml > index e551be5e680e..f23fa6d06ad0 100644 > --- a/Documentation/devicetree/bindings/media/amlogic,axg-ge2d.yaml > +++ b/Documentation/devicetree/bindings/media/amlogic,axg-ge2d.yaml > @@ -2,8 +2,8 @@ > # Copyright 2020 BayLibre, SAS > %YAML 1.2 > --- > -$id: "http://devicetree.org/schemas/media/amlogic,axg-ge2d.yaml#" > -$schema: "http://devicetree.org/meta-schemas/core.yaml#" > +$id: http://devicetree.org/schemas/media/amlogic,axg-ge2d.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > > title: Amlogic GE2D Acceleration Unit > > diff --git a/Documentation/devicetree/bindings/media/amlogic,gx-vdec.yaml b/Documentation/devicetree/bindings/media/amlogic,gx-vdec.yaml > index b827edabcafa..55930f6107c9 100644 > --- a/Documentation/devicetree/bindings/media/amlogic,gx-vdec.yaml > +++ b/Documentation/devicetree/bindings/media/amlogic,gx-vdec.yaml > @@ -2,8 +2,8 @@ > # Copyright 2019 BayLibre, SAS > %YAML 1.2 > --- > -$id: "http://devicetree.org/schemas/media/amlogic,gx-vdec.yaml#" > -$schema: "http://devicetree.org/meta-schemas/core.yaml#" > +$id: http://devicetree.org/schemas/media/amlogic,gx-vdec.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > > title: Amlogic Video Decoder > > diff --git a/Documentation/devicetree/bindings/media/amlogic,meson-ir-tx.yaml b/Documentation/devicetree/bindings/media/amlogic,meson-ir-tx.yaml > index 4432fea32650..377acce93423 100644 > --- a/Documentation/devicetree/bindings/media/amlogic,meson-ir-tx.yaml > +++ b/Documentation/devicetree/bindings/media/amlogic,meson-ir-tx.yaml > @@ -2,8 +2,8 @@ > > %YAML 1.2 > --- > -$id: "http://devicetree.org/schemas/media/amlogic,meson-ir-tx.yaml#" > -$schema: "http://devicetree.org/meta-schemas/core.yaml#" > +$id: http://devicetree.org/schemas/media/amlogic,meson-ir-tx.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > > title: Amlogic Meson IR transmitter > > diff --git a/Documentation/devicetree/bindings/media/i2c/chrontel,ch7322.yaml b/Documentation/devicetree/bindings/media/i2c/chrontel,ch7322.yaml > index af8ada55b3f2..4e69b6a7ffcc 100644 > --- a/Documentation/devicetree/bindings/media/i2c/chrontel,ch7322.yaml > +++ b/Documentation/devicetree/bindings/media/i2c/chrontel,ch7322.yaml > @@ -1,8 +1,8 @@ > # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) > %YAML 1.2 > --- > -$id: "http://devicetree.org/schemas/media/i2c/chrontel,ch7322.yaml#" > -$schema: "http://devicetree.org/meta-schemas/core.yaml#" > +$id: http://devicetree.org/schemas/media/i2c/chrontel,ch7322.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > > title: Chrontel HDMI-CEC Controller > > diff --git a/Documentation/devicetree/bindings/media/i2c/dongwoon,dw9768.yaml b/Documentation/devicetree/bindings/media/i2c/dongwoon,dw9768.yaml > index 82d3d18c16a1..a0855d3b7577 100644 > --- a/Documentation/devicetree/bindings/media/i2c/dongwoon,dw9768.yaml > +++ b/Documentation/devicetree/bindings/media/i2c/dongwoon,dw9768.yaml > @@ -38,7 +38,7 @@ properties: > dongwoon,aac-mode: > description: > Indication of AAC mode select. > - $ref: "/schemas/types.yaml#/definitions/uint32" > + $ref: /schemas/types.yaml#/definitions/uint32 > enum: > - 1 # AAC2 mode(operation time# 0.48 x Tvib) > - 2 # AAC3 mode(operation time# 0.70 x Tvib) > @@ -50,7 +50,7 @@ properties: > description: > Number of AAC Timing count that controlled by one 6-bit period of > vibration register AACT[5:0], the unit of which is 100 us. > - $ref: "/schemas/types.yaml#/definitions/uint32" > + $ref: /schemas/types.yaml#/definitions/uint32 > default: 0x20 > minimum: 0x00 > maximum: 0x3f > @@ -59,7 +59,7 @@ properties: > description: > Indication of VCM internal clock dividing rate select, as one multiple > factor to calculate VCM ring periodic time Tvib. > - $ref: "/schemas/types.yaml#/definitions/uint32" > + $ref: /schemas/types.yaml#/definitions/uint32 > enum: > - 0 # Dividing Rate - 2 > - 1 # Dividing Rate - 1 > diff --git a/Documentation/devicetree/bindings/media/i2c/maxim,max9286.yaml b/Documentation/devicetree/bindings/media/i2c/maxim,max9286.yaml > index 0c4213adbf6a..8df859136047 100644 > --- a/Documentation/devicetree/bindings/media/i2c/maxim,max9286.yaml > +++ b/Documentation/devicetree/bindings/media/i2c/maxim,max9286.yaml > @@ -86,7 +86,7 @@ properties: > is 100000 micro volts > > maxim,gpio-poc: > - $ref: '/schemas/types.yaml#/definitions/uint32-array' > + $ref: /schemas/types.yaml#/definitions/uint32-array > minItems: 2 > maxItems: 2 > description: | > diff --git a/Documentation/devicetree/bindings/media/i2c/ovti,ov02a10.yaml b/Documentation/devicetree/bindings/media/i2c/ovti,ov02a10.yaml > index 54df9d73dc86..763cebe03dc2 100644 > --- a/Documentation/devicetree/bindings/media/i2c/ovti,ov02a10.yaml > +++ b/Documentation/devicetree/bindings/media/i2c/ovti,ov02a10.yaml > @@ -88,7 +88,7 @@ properties: > properties: > link-frequencies: true > ovti,mipi-clock-voltage: > - $ref: "/schemas/types.yaml#/definitions/uint32" > + $ref: /schemas/types.yaml#/definitions/uint32 > description: > Definition of MIPI clock voltage unit. This entry corresponds to > the link speed defined by the 'link-frequencies' property. > diff --git a/Documentation/devicetree/bindings/media/mediatek,mdp3-rdma.yaml b/Documentation/devicetree/bindings/media/mediatek,mdp3-rdma.yaml > index 9cfc0c7d23e0..7032c7e15039 100644 > --- a/Documentation/devicetree/bindings/media/mediatek,mdp3-rdma.yaml > +++ b/Documentation/devicetree/bindings/media/mediatek,mdp3-rdma.yaml > @@ -27,7 +27,7 @@ properties: > maxItems: 1 > > mediatek,gce-client-reg: > - $ref: '/schemas/types.yaml#/definitions/phandle-array' > + $ref: /schemas/types.yaml#/definitions/phandle-array > items: > items: > - description: phandle of GCE > diff --git a/Documentation/devicetree/bindings/media/mediatek,vcodec-subdev-decoder.yaml b/Documentation/devicetree/bindings/media/mediatek,vcodec-subdev-decoder.yaml > index c4f20acdc1f8..20675f9ba3cd 100644 > --- a/Documentation/devicetree/bindings/media/mediatek,vcodec-subdev-decoder.yaml > +++ b/Documentation/devicetree/bindings/media/mediatek,vcodec-subdev-decoder.yaml > @@ -2,8 +2,8 @@ > > %YAML 1.2 > --- > -$id: "http://devicetree.org/schemas/media/mediatek,vcodec-subdev-decoder.yaml#" > -$schema: "http://devicetree.org/meta-schemas/core.yaml#" > +$id: http://devicetree.org/schemas/media/mediatek,vcodec-subdev-decoder.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > > title: Mediatek Video Decode Accelerator With Multi Hardware > > diff --git a/Documentation/devicetree/bindings/media/microchip,sama5d4-vdec.yaml b/Documentation/devicetree/bindings/media/microchip,sama5d4-vdec.yaml > index 4b77103ca913..59b805ca47c5 100644 > --- a/Documentation/devicetree/bindings/media/microchip,sama5d4-vdec.yaml > +++ b/Documentation/devicetree/bindings/media/microchip,sama5d4-vdec.yaml > @@ -2,8 +2,8 @@ > > %YAML 1.2 > --- > -$id: "http://devicetree.org/schemas/media/microchip,sama5d4-vdec.yaml#" > -$schema: "http://devicetree.org/meta-schemas/core.yaml#" > +$id: http://devicetree.org/schemas/media/microchip,sama5d4-vdec.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > > title: Hantro G1 VPU codec implemented on Microchip SAMA5D4 SoCs > > diff --git a/Documentation/devicetree/bindings/media/nxp,imx8mq-vpu.yaml b/Documentation/devicetree/bindings/media/nxp,imx8mq-vpu.yaml > index 7dc13a4b1805..3d58f02b0c5d 100644 > --- a/Documentation/devicetree/bindings/media/nxp,imx8mq-vpu.yaml > +++ b/Documentation/devicetree/bindings/media/nxp,imx8mq-vpu.yaml > @@ -2,8 +2,8 @@ > > %YAML 1.2 > --- > -$id: "http://devicetree.org/schemas/media/nxp,imx8mq-vpu.yaml#" > -$schema: "http://devicetree.org/meta-schemas/core.yaml#" > +$id: http://devicetree.org/schemas/media/nxp,imx8mq-vpu.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > > title: Hantro G1/G2 VPU codecs implemented on i.MX8M SoCs > > diff --git a/Documentation/devicetree/bindings/media/qcom,msm8916-camss.yaml b/Documentation/devicetree/bindings/media/qcom,msm8916-camss.yaml > index 12ec3e1ea869..eb1499912c58 100644 > --- a/Documentation/devicetree/bindings/media/qcom,msm8916-camss.yaml > +++ b/Documentation/devicetree/bindings/media/qcom,msm8916-camss.yaml > @@ -2,8 +2,8 @@ > > %YAML 1.2 > --- > -$id: "http://devicetree.org/schemas/media/qcom,msm8916-camss.yaml#" > -$schema: "http://devicetree.org/meta-schemas/core.yaml#" > +$id: http://devicetree.org/schemas/media/qcom,msm8916-camss.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > > title: Qualcomm CAMSS ISP > > diff --git a/Documentation/devicetree/bindings/media/qcom,msm8916-venus.yaml b/Documentation/devicetree/bindings/media/qcom,msm8916-venus.yaml > index 2abb7d21c0d1..4ad42b8f19e6 100644 > --- a/Documentation/devicetree/bindings/media/qcom,msm8916-venus.yaml > +++ b/Documentation/devicetree/bindings/media/qcom,msm8916-venus.yaml > @@ -2,8 +2,8 @@ > > %YAML 1.2 > --- > -$id: "http://devicetree.org/schemas/media/qcom,msm8916-venus.yaml#" > -$schema: "http://devicetree.org/meta-schemas/core.yaml#" > +$id: http://devicetree.org/schemas/media/qcom,msm8916-venus.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > > title: Qualcomm Venus video encode and decode accelerators > > @@ -47,7 +47,7 @@ properties: > > properties: > compatible: > - const: "venus-decoder" > + const: venus-decoder > > required: > - compatible > @@ -59,7 +59,7 @@ properties: > > properties: > compatible: > - const: "venus-encoder" > + const: venus-encoder > > required: > - compatible > diff --git a/Documentation/devicetree/bindings/media/qcom,msm8996-camss.yaml b/Documentation/devicetree/bindings/media/qcom,msm8996-camss.yaml > index 6aeb3d6d02d5..8a10aa1cafc5 100644 > --- a/Documentation/devicetree/bindings/media/qcom,msm8996-camss.yaml > +++ b/Documentation/devicetree/bindings/media/qcom,msm8996-camss.yaml > @@ -2,8 +2,8 @@ > > %YAML 1.2 > --- > -$id: "http://devicetree.org/schemas/media/qcom,msm8996-camss.yaml#" > -$schema: "http://devicetree.org/meta-schemas/core.yaml#" > +$id: http://devicetree.org/schemas/media/qcom,msm8996-camss.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > > title: Qualcomm CAMSS ISP > > diff --git a/Documentation/devicetree/bindings/media/qcom,msm8996-venus.yaml b/Documentation/devicetree/bindings/media/qcom,msm8996-venus.yaml > index 29d0cb6c6ebe..213247a43ef2 100644 > --- a/Documentation/devicetree/bindings/media/qcom,msm8996-venus.yaml > +++ b/Documentation/devicetree/bindings/media/qcom,msm8996-venus.yaml > @@ -2,8 +2,8 @@ > > %YAML 1.2 > --- > -$id: "http://devicetree.org/schemas/media/qcom,msm8996-venus.yaml#" > -$schema: "http://devicetree.org/meta-schemas/core.yaml#" > +$id: http://devicetree.org/schemas/media/qcom,msm8996-venus.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > > title: Qualcomm Venus video encode and decode accelerators > > diff --git a/Documentation/devicetree/bindings/media/qcom,sc7180-venus.yaml b/Documentation/devicetree/bindings/media/qcom,sc7180-venus.yaml > index 42ee3f06c6be..5128a254fd25 100644 > --- a/Documentation/devicetree/bindings/media/qcom,sc7180-venus.yaml > +++ b/Documentation/devicetree/bindings/media/qcom,sc7180-venus.yaml > @@ -2,8 +2,8 @@ > > %YAML 1.2 > --- > -$id: "http://devicetree.org/schemas/media/qcom,sc7180-venus.yaml#" > -$schema: "http://devicetree.org/meta-schemas/core.yaml#" > +$id: http://devicetree.org/schemas/media/qcom,sc7180-venus.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > > title: Qualcomm Venus video encode and decode accelerators > > diff --git a/Documentation/devicetree/bindings/media/qcom,sc7280-venus.yaml b/Documentation/devicetree/bindings/media/qcom,sc7280-venus.yaml > index cf361dd9de08..eb9ce438dbe0 100644 > --- a/Documentation/devicetree/bindings/media/qcom,sc7280-venus.yaml > +++ b/Documentation/devicetree/bindings/media/qcom,sc7280-venus.yaml > @@ -2,8 +2,8 @@ > > %YAML 1.2 > --- > -$id: "http://devicetree.org/schemas/media/qcom,sc7280-venus.yaml#" > -$schema: "http://devicetree.org/meta-schemas/core.yaml#" > +$id: http://devicetree.org/schemas/media/qcom,sc7280-venus.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > > title: Qualcomm Venus video encode and decode accelerators > > diff --git a/Documentation/devicetree/bindings/media/qcom,sdm660-camss.yaml b/Documentation/devicetree/bindings/media/qcom,sdm660-camss.yaml > index b28c8e17f158..0a109e126064 100644 > --- a/Documentation/devicetree/bindings/media/qcom,sdm660-camss.yaml > +++ b/Documentation/devicetree/bindings/media/qcom,sdm660-camss.yaml > @@ -2,8 +2,8 @@ > > %YAML 1.2 > --- > -$id: "http://devicetree.org/schemas/media/qcom,sdm660-camss.yaml#" > -$schema: "http://devicetree.org/meta-schemas/core.yaml#" > +$id: http://devicetree.org/schemas/media/qcom,sdm660-camss.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > > title: Qualcomm CAMSS ISP > > diff --git a/Documentation/devicetree/bindings/media/qcom,sdm660-venus.yaml b/Documentation/devicetree/bindings/media/qcom,sdm660-venus.yaml > index 45e3f58f52bd..4a0a9ca33cad 100644 > --- a/Documentation/devicetree/bindings/media/qcom,sdm660-venus.yaml > +++ b/Documentation/devicetree/bindings/media/qcom,sdm660-venus.yaml > @@ -2,8 +2,8 @@ > > %YAML 1.2 > --- > -$id: "http://devicetree.org/schemas/media/qcom,sdm660-venus.yaml#" > -$schema: "http://devicetree.org/meta-schemas/core.yaml#" > +$id: http://devicetree.org/schemas/media/qcom,sdm660-venus.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > > title: Qualcomm Venus video encode and decode accelerators > > diff --git a/Documentation/devicetree/bindings/media/qcom,sdm845-camss.yaml b/Documentation/devicetree/bindings/media/qcom,sdm845-camss.yaml > index f9a003882f84..1530ad0d80bd 100644 > --- a/Documentation/devicetree/bindings/media/qcom,sdm845-camss.yaml > +++ b/Documentation/devicetree/bindings/media/qcom,sdm845-camss.yaml > @@ -2,8 +2,8 @@ > > %YAML 1.2 > --- > -$id: "http://devicetree.org/schemas/media/qcom,sdm845-camss.yaml#" > -$schema: "http://devicetree.org/meta-schemas/core.yaml#" > +$id: http://devicetree.org/schemas/media/qcom,sdm845-camss.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > > title: Qualcomm CAMSS ISP > > diff --git a/Documentation/devicetree/bindings/media/qcom,sdm845-venus-v2.yaml b/Documentation/devicetree/bindings/media/qcom,sdm845-venus-v2.yaml > index 8edc8a2f43a5..d81c3ee53ed6 100644 > --- a/Documentation/devicetree/bindings/media/qcom,sdm845-venus-v2.yaml > +++ b/Documentation/devicetree/bindings/media/qcom,sdm845-venus-v2.yaml > @@ -2,8 +2,8 @@ > > %YAML 1.2 > --- > -$id: "http://devicetree.org/schemas/media/qcom,sdm845-venus-v2.yaml#" > -$schema: "http://devicetree.org/meta-schemas/core.yaml#" > +$id: http://devicetree.org/schemas/media/qcom,sdm845-venus-v2.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > > title: Qualcomm Venus video encode and decode accelerators > > diff --git a/Documentation/devicetree/bindings/media/qcom,sdm845-venus.yaml b/Documentation/devicetree/bindings/media/qcom,sdm845-venus.yaml > index 57d503373efe..1bf043c4c8fb 100644 > --- a/Documentation/devicetree/bindings/media/qcom,sdm845-venus.yaml > +++ b/Documentation/devicetree/bindings/media/qcom,sdm845-venus.yaml > @@ -2,8 +2,8 @@ > > %YAML 1.2 > --- > -$id: "http://devicetree.org/schemas/media/qcom,sdm845-venus.yaml#" > -$schema: "http://devicetree.org/meta-schemas/core.yaml#" > +$id: http://devicetree.org/schemas/media/qcom,sdm845-venus.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > > title: Qualcomm Venus video encode and decode accelerators > > diff --git a/Documentation/devicetree/bindings/media/qcom,sm8250-camss.yaml b/Documentation/devicetree/bindings/media/qcom,sm8250-camss.yaml > index 07a2af12f37d..fa5073c0fd1e 100644 > --- a/Documentation/devicetree/bindings/media/qcom,sm8250-camss.yaml > +++ b/Documentation/devicetree/bindings/media/qcom,sm8250-camss.yaml > @@ -2,8 +2,8 @@ > > %YAML 1.2 > --- > -$id: "http://devicetree.org/schemas/media/qcom,sm8250-camss.yaml#" > -$schema: "http://devicetree.org/meta-schemas/core.yaml#" > +$id: http://devicetree.org/schemas/media/qcom,sm8250-camss.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > > title: Qualcomm CAMSS ISP > > diff --git a/Documentation/devicetree/bindings/media/qcom,sm8250-venus.yaml b/Documentation/devicetree/bindings/media/qcom,sm8250-venus.yaml > index 4b7a12523dcf..8c8141723524 100644 > --- a/Documentation/devicetree/bindings/media/qcom,sm8250-venus.yaml > +++ b/Documentation/devicetree/bindings/media/qcom,sm8250-venus.yaml > @@ -2,8 +2,8 @@ > > %YAML 1.2 > --- > -$id: "http://devicetree.org/schemas/media/qcom,sm8250-venus.yaml#" > -$schema: "http://devicetree.org/meta-schemas/core.yaml#" > +$id: http://devicetree.org/schemas/media/qcom,sm8250-venus.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > > title: Qualcomm Venus video encode and decode accelerators > > diff --git a/Documentation/devicetree/bindings/media/rc.yaml b/Documentation/devicetree/bindings/media/rc.yaml > index e732b7f3a635..6cecd7d941ca 100644 > --- a/Documentation/devicetree/bindings/media/rc.yaml > +++ b/Documentation/devicetree/bindings/media/rc.yaml > @@ -18,7 +18,7 @@ properties: > description: > Specifies the scancode/key mapping table defined in-kernel for > the remote controller. > - $ref: '/schemas/types.yaml#/definitions/string' > + $ref: /schemas/types.yaml#/definitions/string > enum: > - rc-adstech-dvb-t-pci > - rc-alink-dtu-m > diff --git a/Documentation/devicetree/bindings/media/rockchip,rk3568-vepu.yaml b/Documentation/devicetree/bindings/media/rockchip,rk3568-vepu.yaml > index 81b26eb4cd35..9d90d8d0565a 100644 > --- a/Documentation/devicetree/bindings/media/rockchip,rk3568-vepu.yaml > +++ b/Documentation/devicetree/bindings/media/rockchip,rk3568-vepu.yaml > @@ -2,8 +2,8 @@ > > %YAML 1.2 > --- > -$id: "http://devicetree.org/schemas/media/rockchip,rk3568-vepu.yaml#" > -$schema: "http://devicetree.org/meta-schemas/core.yaml#" > +$id: http://devicetree.org/schemas/media/rockchip,rk3568-vepu.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > > title: Hantro G1 VPU encoders implemented on Rockchip SoCs > > diff --git a/Documentation/devicetree/bindings/media/rockchip-vpu.yaml b/Documentation/devicetree/bindings/media/rockchip-vpu.yaml > index 6cc4d3e5a61d..ee622a8ee1cc 100644 > --- a/Documentation/devicetree/bindings/media/rockchip-vpu.yaml > +++ b/Documentation/devicetree/bindings/media/rockchip-vpu.yaml > @@ -2,8 +2,8 @@ > > %YAML 1.2 > --- > -$id: "http://devicetree.org/schemas/media/rockchip-vpu.yaml#" > -$schema: "http://devicetree.org/meta-schemas/core.yaml#" > +$id: http://devicetree.org/schemas/media/rockchip-vpu.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > > title: Hantro G1 VPU codecs implemented on Rockchip SoCs > > diff --git a/Documentation/devicetree/bindings/media/ti,cal.yaml b/Documentation/devicetree/bindings/media/ti,cal.yaml > index 26b3fedef355..f1a940a110d2 100644 > --- a/Documentation/devicetree/bindings/media/ti,cal.yaml > +++ b/Documentation/devicetree/bindings/media/ti,cal.yaml > @@ -47,7 +47,7 @@ properties: > maxItems: 1 > > ti,camerrx-control: > - $ref: "/schemas/types.yaml#/definitions/phandle-array" > + $ref: /schemas/types.yaml#/definitions/phandle-array > items: > - items: > - description: phandle to device control module
Dne torek, 21. marec 2023 ob 00:39:42 CET je Rob Herring napisal(a): > Cleanup bindings dropping unneeded quotes. Once all these are fixed, > checking for this can be enabled in yamllint. > > Signed-off-by: Rob Herring <robh@kernel.org> > --- > .../devicetree/bindings/media/allwinner,sun4i-a10-ir.yaml | 2 +- > .../bindings/media/allwinner,sun50i-h6-vpu-g2.yaml | 4 ++-- For Allwinner: Acked-by: Jernej Skrabec <jernej.skrabec@gmail.com> Best regards, Jernej > .../devicetree/bindings/media/amlogic,axg-ge2d.yaml | 4 ++-- > .../devicetree/bindings/media/amlogic,gx-vdec.yaml | 4 ++-- > .../devicetree/bindings/media/amlogic,meson-ir-tx.yaml | 4 ++-- > .../devicetree/bindings/media/i2c/chrontel,ch7322.yaml | 4 ++-- > .../devicetree/bindings/media/i2c/dongwoon,dw9768.yaml | 6 +++--- > .../devicetree/bindings/media/i2c/maxim,max9286.yaml | 2 +- > .../devicetree/bindings/media/i2c/ovti,ov02a10.yaml | 2 +- > .../devicetree/bindings/media/mediatek,mdp3-rdma.yaml | 2 +- > .../bindings/media/mediatek,vcodec-subdev-decoder.yaml | 4 ++-- > .../devicetree/bindings/media/microchip,sama5d4-vdec.yaml | 4 ++-- > .../devicetree/bindings/media/nxp,imx8mq-vpu.yaml | 4 ++-- > .../devicetree/bindings/media/qcom,msm8916-camss.yaml | 4 ++-- > .../devicetree/bindings/media/qcom,msm8916-venus.yaml | 8 ++++---- > .../devicetree/bindings/media/qcom,msm8996-camss.yaml | 4 ++-- > .../devicetree/bindings/media/qcom,msm8996-venus.yaml | 4 ++-- > .../devicetree/bindings/media/qcom,sc7180-venus.yaml | 4 ++-- > .../devicetree/bindings/media/qcom,sc7280-venus.yaml | 4 ++-- > .../devicetree/bindings/media/qcom,sdm660-camss.yaml | 4 ++-- > .../devicetree/bindings/media/qcom,sdm660-venus.yaml | 4 ++-- > .../devicetree/bindings/media/qcom,sdm845-camss.yaml | 4 ++-- > .../devicetree/bindings/media/qcom,sdm845-venus-v2.yaml | 4 ++-- > .../devicetree/bindings/media/qcom,sdm845-venus.yaml | 4 ++-- > .../devicetree/bindings/media/qcom,sm8250-camss.yaml | 4 ++-- > .../devicetree/bindings/media/qcom,sm8250-venus.yaml | 4 ++-- > Documentation/devicetree/bindings/media/rc.yaml | 2 +- > .../devicetree/bindings/media/rockchip,rk3568-vepu.yaml | 4 ++-- > Documentation/devicetree/bindings/media/rockchip-vpu.yaml | 4 ++-- > Documentation/devicetree/bindings/media/ti,cal.yaml | 2 +- > 30 files changed, 57 insertions(+), 57 deletions(-)
On Mon, Mar 20, 2023 at 7:39 PM Rob Herring <robh@kernel.org> wrote: > > Cleanup bindings dropping unneeded quotes. Once all these are fixed, > checking for this can be enabled in yamllint. > > Signed-off-by: Rob Herring <robh@kernel.org> > --- > .../devicetree/bindings/media/allwinner,sun4i-a10-ir.yaml | 2 +- > .../bindings/media/allwinner,sun50i-h6-vpu-g2.yaml | 4 ++-- > .../devicetree/bindings/media/amlogic,axg-ge2d.yaml | 4 ++-- > .../devicetree/bindings/media/amlogic,gx-vdec.yaml | 4 ++-- > .../devicetree/bindings/media/amlogic,meson-ir-tx.yaml | 4 ++-- > .../devicetree/bindings/media/i2c/chrontel,ch7322.yaml | 4 ++-- Reviewed-by: Joe Tessler <jrt@google.com> Cheers, Joe > .../devicetree/bindings/media/i2c/dongwoon,dw9768.yaml | 6 +++--- > .../devicetree/bindings/media/i2c/maxim,max9286.yaml | 2 +- > .../devicetree/bindings/media/i2c/ovti,ov02a10.yaml | 2 +- > .../devicetree/bindings/media/mediatek,mdp3-rdma.yaml | 2 +- > .../bindings/media/mediatek,vcodec-subdev-decoder.yaml | 4 ++-- > .../devicetree/bindings/media/microchip,sama5d4-vdec.yaml | 4 ++-- > .../devicetree/bindings/media/nxp,imx8mq-vpu.yaml | 4 ++-- > .../devicetree/bindings/media/qcom,msm8916-camss.yaml | 4 ++-- > .../devicetree/bindings/media/qcom,msm8916-venus.yaml | 8 ++++---- > .../devicetree/bindings/media/qcom,msm8996-camss.yaml | 4 ++-- > .../devicetree/bindings/media/qcom,msm8996-venus.yaml | 4 ++-- > .../devicetree/bindings/media/qcom,sc7180-venus.yaml | 4 ++-- > .../devicetree/bindings/media/qcom,sc7280-venus.yaml | 4 ++-- > .../devicetree/bindings/media/qcom,sdm660-camss.yaml | 4 ++-- > .../devicetree/bindings/media/qcom,sdm660-venus.yaml | 4 ++-- > .../devicetree/bindings/media/qcom,sdm845-camss.yaml | 4 ++-- > .../devicetree/bindings/media/qcom,sdm845-venus-v2.yaml | 4 ++-- > .../devicetree/bindings/media/qcom,sdm845-venus.yaml | 4 ++-- > .../devicetree/bindings/media/qcom,sm8250-camss.yaml | 4 ++-- > .../devicetree/bindings/media/qcom,sm8250-venus.yaml | 4 ++-- > Documentation/devicetree/bindings/media/rc.yaml | 2 +- > .../devicetree/bindings/media/rockchip,rk3568-vepu.yaml | 4 ++-- > Documentation/devicetree/bindings/media/rockchip-vpu.yaml | 4 ++-- > Documentation/devicetree/bindings/media/ti,cal.yaml | 2 +- > 30 files changed, 57 insertions(+), 57 deletions(-) > > diff --git a/Documentation/devicetree/bindings/media/allwinner,sun4i-a10-ir.yaml b/Documentation/devicetree/bindings/media/allwinner,sun4i-a10-ir.yaml > index 53945c61325c..42dfe22ad5f1 100644 > --- a/Documentation/devicetree/bindings/media/allwinner,sun4i-a10-ir.yaml > +++ b/Documentation/devicetree/bindings/media/allwinner,sun4i-a10-ir.yaml > @@ -11,7 +11,7 @@ maintainers: > - Maxime Ripard <mripard@kernel.org> > > allOf: > - - $ref: "rc.yaml#" > + - $ref: rc.yaml# > > properties: > compatible: > diff --git a/Documentation/devicetree/bindings/media/allwinner,sun50i-h6-vpu-g2.yaml b/Documentation/devicetree/bindings/media/allwinner,sun50i-h6-vpu-g2.yaml > index 9d44236f2deb..a4f06bbdfe49 100644 > --- a/Documentation/devicetree/bindings/media/allwinner,sun50i-h6-vpu-g2.yaml > +++ b/Documentation/devicetree/bindings/media/allwinner,sun50i-h6-vpu-g2.yaml > @@ -2,8 +2,8 @@ > > %YAML 1.2 > --- > -$id: "http://devicetree.org/schemas/media/allwinner,sun50i-h6-vpu-g2.yaml#" > -$schema: "http://devicetree.org/meta-schemas/core.yaml#" > +$id: http://devicetree.org/schemas/media/allwinner,sun50i-h6-vpu-g2.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > > title: Hantro G2 VPU codec implemented on Allwinner H6 SoC > > diff --git a/Documentation/devicetree/bindings/media/amlogic,axg-ge2d.yaml b/Documentation/devicetree/bindings/media/amlogic,axg-ge2d.yaml > index e551be5e680e..f23fa6d06ad0 100644 > --- a/Documentation/devicetree/bindings/media/amlogic,axg-ge2d.yaml > +++ b/Documentation/devicetree/bindings/media/amlogic,axg-ge2d.yaml > @@ -2,8 +2,8 @@ > # Copyright 2020 BayLibre, SAS > %YAML 1.2 > --- > -$id: "http://devicetree.org/schemas/media/amlogic,axg-ge2d.yaml#" > -$schema: "http://devicetree.org/meta-schemas/core.yaml#" > +$id: http://devicetree.org/schemas/media/amlogic,axg-ge2d.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > > title: Amlogic GE2D Acceleration Unit > > diff --git a/Documentation/devicetree/bindings/media/amlogic,gx-vdec.yaml b/Documentation/devicetree/bindings/media/amlogic,gx-vdec.yaml > index b827edabcafa..55930f6107c9 100644 > --- a/Documentation/devicetree/bindings/media/amlogic,gx-vdec.yaml > +++ b/Documentation/devicetree/bindings/media/amlogic,gx-vdec.yaml > @@ -2,8 +2,8 @@ > # Copyright 2019 BayLibre, SAS > %YAML 1.2 > --- > -$id: "http://devicetree.org/schemas/media/amlogic,gx-vdec.yaml#" > -$schema: "http://devicetree.org/meta-schemas/core.yaml#" > +$id: http://devicetree.org/schemas/media/amlogic,gx-vdec.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > > title: Amlogic Video Decoder > > diff --git a/Documentation/devicetree/bindings/media/amlogic,meson-ir-tx.yaml b/Documentation/devicetree/bindings/media/amlogic,meson-ir-tx.yaml > index 4432fea32650..377acce93423 100644 > --- a/Documentation/devicetree/bindings/media/amlogic,meson-ir-tx.yaml > +++ b/Documentation/devicetree/bindings/media/amlogic,meson-ir-tx.yaml > @@ -2,8 +2,8 @@ > > %YAML 1.2 > --- > -$id: "http://devicetree.org/schemas/media/amlogic,meson-ir-tx.yaml#" > -$schema: "http://devicetree.org/meta-schemas/core.yaml#" > +$id: http://devicetree.org/schemas/media/amlogic,meson-ir-tx.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > > title: Amlogic Meson IR transmitter > > diff --git a/Documentation/devicetree/bindings/media/i2c/chrontel,ch7322.yaml b/Documentation/devicetree/bindings/media/i2c/chrontel,ch7322.yaml > index af8ada55b3f2..4e69b6a7ffcc 100644 > --- a/Documentation/devicetree/bindings/media/i2c/chrontel,ch7322.yaml > +++ b/Documentation/devicetree/bindings/media/i2c/chrontel,ch7322.yaml > @@ -1,8 +1,8 @@ > # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) > %YAML 1.2 > --- > -$id: "http://devicetree.org/schemas/media/i2c/chrontel,ch7322.yaml#" > -$schema: "http://devicetree.org/meta-schemas/core.yaml#" > +$id: http://devicetree.org/schemas/media/i2c/chrontel,ch7322.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > > title: Chrontel HDMI-CEC Controller > > diff --git a/Documentation/devicetree/bindings/media/i2c/dongwoon,dw9768.yaml b/Documentation/devicetree/bindings/media/i2c/dongwoon,dw9768.yaml > index 82d3d18c16a1..a0855d3b7577 100644 > --- a/Documentation/devicetree/bindings/media/i2c/dongwoon,dw9768.yaml > +++ b/Documentation/devicetree/bindings/media/i2c/dongwoon,dw9768.yaml > @@ -38,7 +38,7 @@ properties: > dongwoon,aac-mode: > description: > Indication of AAC mode select. > - $ref: "/schemas/types.yaml#/definitions/uint32" > + $ref: /schemas/types.yaml#/definitions/uint32 > enum: > - 1 # AAC2 mode(operation time# 0.48 x Tvib) > - 2 # AAC3 mode(operation time# 0.70 x Tvib) > @@ -50,7 +50,7 @@ properties: > description: > Number of AAC Timing count that controlled by one 6-bit period of > vibration register AACT[5:0], the unit of which is 100 us. > - $ref: "/schemas/types.yaml#/definitions/uint32" > + $ref: /schemas/types.yaml#/definitions/uint32 > default: 0x20 > minimum: 0x00 > maximum: 0x3f > @@ -59,7 +59,7 @@ properties: > description: > Indication of VCM internal clock dividing rate select, as one multiple > factor to calculate VCM ring periodic time Tvib. > - $ref: "/schemas/types.yaml#/definitions/uint32" > + $ref: /schemas/types.yaml#/definitions/uint32 > enum: > - 0 # Dividing Rate - 2 > - 1 # Dividing Rate - 1 > diff --git a/Documentation/devicetree/bindings/media/i2c/maxim,max9286.yaml b/Documentation/devicetree/bindings/media/i2c/maxim,max9286.yaml > index 0c4213adbf6a..8df859136047 100644 > --- a/Documentation/devicetree/bindings/media/i2c/maxim,max9286.yaml > +++ b/Documentation/devicetree/bindings/media/i2c/maxim,max9286.yaml > @@ -86,7 +86,7 @@ properties: > is 100000 micro volts > > maxim,gpio-poc: > - $ref: '/schemas/types.yaml#/definitions/uint32-array' > + $ref: /schemas/types.yaml#/definitions/uint32-array > minItems: 2 > maxItems: 2 > description: | > diff --git a/Documentation/devicetree/bindings/media/i2c/ovti,ov02a10.yaml b/Documentation/devicetree/bindings/media/i2c/ovti,ov02a10.yaml > index 54df9d73dc86..763cebe03dc2 100644 > --- a/Documentation/devicetree/bindings/media/i2c/ovti,ov02a10.yaml > +++ b/Documentation/devicetree/bindings/media/i2c/ovti,ov02a10.yaml > @@ -88,7 +88,7 @@ properties: > properties: > link-frequencies: true > ovti,mipi-clock-voltage: > - $ref: "/schemas/types.yaml#/definitions/uint32" > + $ref: /schemas/types.yaml#/definitions/uint32 > description: > Definition of MIPI clock voltage unit. This entry corresponds to > the link speed defined by the 'link-frequencies' property. > diff --git a/Documentation/devicetree/bindings/media/mediatek,mdp3-rdma.yaml b/Documentation/devicetree/bindings/media/mediatek,mdp3-rdma.yaml > index 9cfc0c7d23e0..7032c7e15039 100644 > --- a/Documentation/devicetree/bindings/media/mediatek,mdp3-rdma.yaml > +++ b/Documentation/devicetree/bindings/media/mediatek,mdp3-rdma.yaml > @@ -27,7 +27,7 @@ properties: > maxItems: 1 > > mediatek,gce-client-reg: > - $ref: '/schemas/types.yaml#/definitions/phandle-array' > + $ref: /schemas/types.yaml#/definitions/phandle-array > items: > items: > - description: phandle of GCE > diff --git a/Documentation/devicetree/bindings/media/mediatek,vcodec-subdev-decoder.yaml b/Documentation/devicetree/bindings/media/mediatek,vcodec-subdev-decoder.yaml > index c4f20acdc1f8..20675f9ba3cd 100644 > --- a/Documentation/devicetree/bindings/media/mediatek,vcodec-subdev-decoder.yaml > +++ b/Documentation/devicetree/bindings/media/mediatek,vcodec-subdev-decoder.yaml > @@ -2,8 +2,8 @@ > > %YAML 1.2 > --- > -$id: "http://devicetree.org/schemas/media/mediatek,vcodec-subdev-decoder.yaml#" > -$schema: "http://devicetree.org/meta-schemas/core.yaml#" > +$id: http://devicetree.org/schemas/media/mediatek,vcodec-subdev-decoder.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > > title: Mediatek Video Decode Accelerator With Multi Hardware > > diff --git a/Documentation/devicetree/bindings/media/microchip,sama5d4-vdec.yaml b/Documentation/devicetree/bindings/media/microchip,sama5d4-vdec.yaml > index 4b77103ca913..59b805ca47c5 100644 > --- a/Documentation/devicetree/bindings/media/microchip,sama5d4-vdec.yaml > +++ b/Documentation/devicetree/bindings/media/microchip,sama5d4-vdec.yaml > @@ -2,8 +2,8 @@ > > %YAML 1.2 > --- > -$id: "http://devicetree.org/schemas/media/microchip,sama5d4-vdec.yaml#" > -$schema: "http://devicetree.org/meta-schemas/core.yaml#" > +$id: http://devicetree.org/schemas/media/microchip,sama5d4-vdec.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > > title: Hantro G1 VPU codec implemented on Microchip SAMA5D4 SoCs > > diff --git a/Documentation/devicetree/bindings/media/nxp,imx8mq-vpu.yaml b/Documentation/devicetree/bindings/media/nxp,imx8mq-vpu.yaml > index 7dc13a4b1805..3d58f02b0c5d 100644 > --- a/Documentation/devicetree/bindings/media/nxp,imx8mq-vpu.yaml > +++ b/Documentation/devicetree/bindings/media/nxp,imx8mq-vpu.yaml > @@ -2,8 +2,8 @@ > > %YAML 1.2 > --- > -$id: "http://devicetree.org/schemas/media/nxp,imx8mq-vpu.yaml#" > -$schema: "http://devicetree.org/meta-schemas/core.yaml#" > +$id: http://devicetree.org/schemas/media/nxp,imx8mq-vpu.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > > title: Hantro G1/G2 VPU codecs implemented on i.MX8M SoCs > > diff --git a/Documentation/devicetree/bindings/media/qcom,msm8916-camss.yaml b/Documentation/devicetree/bindings/media/qcom,msm8916-camss.yaml > index 12ec3e1ea869..eb1499912c58 100644 > --- a/Documentation/devicetree/bindings/media/qcom,msm8916-camss.yaml > +++ b/Documentation/devicetree/bindings/media/qcom,msm8916-camss.yaml > @@ -2,8 +2,8 @@ > > %YAML 1.2 > --- > -$id: "http://devicetree.org/schemas/media/qcom,msm8916-camss.yaml#" > -$schema: "http://devicetree.org/meta-schemas/core.yaml#" > +$id: http://devicetree.org/schemas/media/qcom,msm8916-camss.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > > title: Qualcomm CAMSS ISP > > diff --git a/Documentation/devicetree/bindings/media/qcom,msm8916-venus.yaml b/Documentation/devicetree/bindings/media/qcom,msm8916-venus.yaml > index 2abb7d21c0d1..4ad42b8f19e6 100644 > --- a/Documentation/devicetree/bindings/media/qcom,msm8916-venus.yaml > +++ b/Documentation/devicetree/bindings/media/qcom,msm8916-venus.yaml > @@ -2,8 +2,8 @@ > > %YAML 1.2 > --- > -$id: "http://devicetree.org/schemas/media/qcom,msm8916-venus.yaml#" > -$schema: "http://devicetree.org/meta-schemas/core.yaml#" > +$id: http://devicetree.org/schemas/media/qcom,msm8916-venus.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > > title: Qualcomm Venus video encode and decode accelerators > > @@ -47,7 +47,7 @@ properties: > > properties: > compatible: > - const: "venus-decoder" > + const: venus-decoder > > required: > - compatible > @@ -59,7 +59,7 @@ properties: > > properties: > compatible: > - const: "venus-encoder" > + const: venus-encoder > > required: > - compatible > diff --git a/Documentation/devicetree/bindings/media/qcom,msm8996-camss.yaml b/Documentation/devicetree/bindings/media/qcom,msm8996-camss.yaml > index 6aeb3d6d02d5..8a10aa1cafc5 100644 > --- a/Documentation/devicetree/bindings/media/qcom,msm8996-camss.yaml > +++ b/Documentation/devicetree/bindings/media/qcom,msm8996-camss.yaml > @@ -2,8 +2,8 @@ > > %YAML 1.2 > --- > -$id: "http://devicetree.org/schemas/media/qcom,msm8996-camss.yaml#" > -$schema: "http://devicetree.org/meta-schemas/core.yaml#" > +$id: http://devicetree.org/schemas/media/qcom,msm8996-camss.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > > title: Qualcomm CAMSS ISP > > diff --git a/Documentation/devicetree/bindings/media/qcom,msm8996-venus.yaml b/Documentation/devicetree/bindings/media/qcom,msm8996-venus.yaml > index 29d0cb6c6ebe..213247a43ef2 100644 > --- a/Documentation/devicetree/bindings/media/qcom,msm8996-venus.yaml > +++ b/Documentation/devicetree/bindings/media/qcom,msm8996-venus.yaml > @@ -2,8 +2,8 @@ > > %YAML 1.2 > --- > -$id: "http://devicetree.org/schemas/media/qcom,msm8996-venus.yaml#" > -$schema: "http://devicetree.org/meta-schemas/core.yaml#" > +$id: http://devicetree.org/schemas/media/qcom,msm8996-venus.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > > title: Qualcomm Venus video encode and decode accelerators > > diff --git a/Documentation/devicetree/bindings/media/qcom,sc7180-venus.yaml b/Documentation/devicetree/bindings/media/qcom,sc7180-venus.yaml > index 42ee3f06c6be..5128a254fd25 100644 > --- a/Documentation/devicetree/bindings/media/qcom,sc7180-venus.yaml > +++ b/Documentation/devicetree/bindings/media/qcom,sc7180-venus.yaml > @@ -2,8 +2,8 @@ > > %YAML 1.2 > --- > -$id: "http://devicetree.org/schemas/media/qcom,sc7180-venus.yaml#" > -$schema: "http://devicetree.org/meta-schemas/core.yaml#" > +$id: http://devicetree.org/schemas/media/qcom,sc7180-venus.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > > title: Qualcomm Venus video encode and decode accelerators > > diff --git a/Documentation/devicetree/bindings/media/qcom,sc7280-venus.yaml b/Documentation/devicetree/bindings/media/qcom,sc7280-venus.yaml > index cf361dd9de08..eb9ce438dbe0 100644 > --- a/Documentation/devicetree/bindings/media/qcom,sc7280-venus.yaml > +++ b/Documentation/devicetree/bindings/media/qcom,sc7280-venus.yaml > @@ -2,8 +2,8 @@ > > %YAML 1.2 > --- > -$id: "http://devicetree.org/schemas/media/qcom,sc7280-venus.yaml#" > -$schema: "http://devicetree.org/meta-schemas/core.yaml#" > +$id: http://devicetree.org/schemas/media/qcom,sc7280-venus.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > > title: Qualcomm Venus video encode and decode accelerators > > diff --git a/Documentation/devicetree/bindings/media/qcom,sdm660-camss.yaml b/Documentation/devicetree/bindings/media/qcom,sdm660-camss.yaml > index b28c8e17f158..0a109e126064 100644 > --- a/Documentation/devicetree/bindings/media/qcom,sdm660-camss.yaml > +++ b/Documentation/devicetree/bindings/media/qcom,sdm660-camss.yaml > @@ -2,8 +2,8 @@ > > %YAML 1.2 > --- > -$id: "http://devicetree.org/schemas/media/qcom,sdm660-camss.yaml#" > -$schema: "http://devicetree.org/meta-schemas/core.yaml#" > +$id: http://devicetree.org/schemas/media/qcom,sdm660-camss.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > > title: Qualcomm CAMSS ISP > > diff --git a/Documentation/devicetree/bindings/media/qcom,sdm660-venus.yaml b/Documentation/devicetree/bindings/media/qcom,sdm660-venus.yaml > index 45e3f58f52bd..4a0a9ca33cad 100644 > --- a/Documentation/devicetree/bindings/media/qcom,sdm660-venus.yaml > +++ b/Documentation/devicetree/bindings/media/qcom,sdm660-venus.yaml > @@ -2,8 +2,8 @@ > > %YAML 1.2 > --- > -$id: "http://devicetree.org/schemas/media/qcom,sdm660-venus.yaml#" > -$schema: "http://devicetree.org/meta-schemas/core.yaml#" > +$id: http://devicetree.org/schemas/media/qcom,sdm660-venus.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > > title: Qualcomm Venus video encode and decode accelerators > > diff --git a/Documentation/devicetree/bindings/media/qcom,sdm845-camss.yaml b/Documentation/devicetree/bindings/media/qcom,sdm845-camss.yaml > index f9a003882f84..1530ad0d80bd 100644 > --- a/Documentation/devicetree/bindings/media/qcom,sdm845-camss.yaml > +++ b/Documentation/devicetree/bindings/media/qcom,sdm845-camss.yaml > @@ -2,8 +2,8 @@ > > %YAML 1.2 > --- > -$id: "http://devicetree.org/schemas/media/qcom,sdm845-camss.yaml#" > -$schema: "http://devicetree.org/meta-schemas/core.yaml#" > +$id: http://devicetree.org/schemas/media/qcom,sdm845-camss.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > > title: Qualcomm CAMSS ISP > > diff --git a/Documentation/devicetree/bindings/media/qcom,sdm845-venus-v2.yaml b/Documentation/devicetree/bindings/media/qcom,sdm845-venus-v2.yaml > index 8edc8a2f43a5..d81c3ee53ed6 100644 > --- a/Documentation/devicetree/bindings/media/qcom,sdm845-venus-v2.yaml > +++ b/Documentation/devicetree/bindings/media/qcom,sdm845-venus-v2.yaml > @@ -2,8 +2,8 @@ > > %YAML 1.2 > --- > -$id: "http://devicetree.org/schemas/media/qcom,sdm845-venus-v2.yaml#" > -$schema: "http://devicetree.org/meta-schemas/core.yaml#" > +$id: http://devicetree.org/schemas/media/qcom,sdm845-venus-v2.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > > title: Qualcomm Venus video encode and decode accelerators > > diff --git a/Documentation/devicetree/bindings/media/qcom,sdm845-venus.yaml b/Documentation/devicetree/bindings/media/qcom,sdm845-venus.yaml > index 57d503373efe..1bf043c4c8fb 100644 > --- a/Documentation/devicetree/bindings/media/qcom,sdm845-venus.yaml > +++ b/Documentation/devicetree/bindings/media/qcom,sdm845-venus.yaml > @@ -2,8 +2,8 @@ > > %YAML 1.2 > --- > -$id: "http://devicetree.org/schemas/media/qcom,sdm845-venus.yaml#" > -$schema: "http://devicetree.org/meta-schemas/core.yaml#" > +$id: http://devicetree.org/schemas/media/qcom,sdm845-venus.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > > title: Qualcomm Venus video encode and decode accelerators > > diff --git a/Documentation/devicetree/bindings/media/qcom,sm8250-camss.yaml b/Documentation/devicetree/bindings/media/qcom,sm8250-camss.yaml > index 07a2af12f37d..fa5073c0fd1e 100644 > --- a/Documentation/devicetree/bindings/media/qcom,sm8250-camss.yaml > +++ b/Documentation/devicetree/bindings/media/qcom,sm8250-camss.yaml > @@ -2,8 +2,8 @@ > > %YAML 1.2 > --- > -$id: "http://devicetree.org/schemas/media/qcom,sm8250-camss.yaml#" > -$schema: "http://devicetree.org/meta-schemas/core.yaml#" > +$id: http://devicetree.org/schemas/media/qcom,sm8250-camss.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > > title: Qualcomm CAMSS ISP > > diff --git a/Documentation/devicetree/bindings/media/qcom,sm8250-venus.yaml b/Documentation/devicetree/bindings/media/qcom,sm8250-venus.yaml > index 4b7a12523dcf..8c8141723524 100644 > --- a/Documentation/devicetree/bindings/media/qcom,sm8250-venus.yaml > +++ b/Documentation/devicetree/bindings/media/qcom,sm8250-venus.yaml > @@ -2,8 +2,8 @@ > > %YAML 1.2 > --- > -$id: "http://devicetree.org/schemas/media/qcom,sm8250-venus.yaml#" > -$schema: "http://devicetree.org/meta-schemas/core.yaml#" > +$id: http://devicetree.org/schemas/media/qcom,sm8250-venus.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > > title: Qualcomm Venus video encode and decode accelerators > > diff --git a/Documentation/devicetree/bindings/media/rc.yaml b/Documentation/devicetree/bindings/media/rc.yaml > index e732b7f3a635..6cecd7d941ca 100644 > --- a/Documentation/devicetree/bindings/media/rc.yaml > +++ b/Documentation/devicetree/bindings/media/rc.yaml > @@ -18,7 +18,7 @@ properties: > description: > Specifies the scancode/key mapping table defined in-kernel for > the remote controller. > - $ref: '/schemas/types.yaml#/definitions/string' > + $ref: /schemas/types.yaml#/definitions/string > enum: > - rc-adstech-dvb-t-pci > - rc-alink-dtu-m > diff --git a/Documentation/devicetree/bindings/media/rockchip,rk3568-vepu.yaml b/Documentation/devicetree/bindings/media/rockchip,rk3568-vepu.yaml > index 81b26eb4cd35..9d90d8d0565a 100644 > --- a/Documentation/devicetree/bindings/media/rockchip,rk3568-vepu.yaml > +++ b/Documentation/devicetree/bindings/media/rockchip,rk3568-vepu.yaml > @@ -2,8 +2,8 @@ > > %YAML 1.2 > --- > -$id: "http://devicetree.org/schemas/media/rockchip,rk3568-vepu.yaml#" > -$schema: "http://devicetree.org/meta-schemas/core.yaml#" > +$id: http://devicetree.org/schemas/media/rockchip,rk3568-vepu.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > > title: Hantro G1 VPU encoders implemented on Rockchip SoCs > > diff --git a/Documentation/devicetree/bindings/media/rockchip-vpu.yaml b/Documentation/devicetree/bindings/media/rockchip-vpu.yaml > index 6cc4d3e5a61d..ee622a8ee1cc 100644 > --- a/Documentation/devicetree/bindings/media/rockchip-vpu.yaml > +++ b/Documentation/devicetree/bindings/media/rockchip-vpu.yaml > @@ -2,8 +2,8 @@ > > %YAML 1.2 > --- > -$id: "http://devicetree.org/schemas/media/rockchip-vpu.yaml#" > -$schema: "http://devicetree.org/meta-schemas/core.yaml#" > +$id: http://devicetree.org/schemas/media/rockchip-vpu.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > > title: Hantro G1 VPU codecs implemented on Rockchip SoCs > > diff --git a/Documentation/devicetree/bindings/media/ti,cal.yaml b/Documentation/devicetree/bindings/media/ti,cal.yaml > index 26b3fedef355..f1a940a110d2 100644 > --- a/Documentation/devicetree/bindings/media/ti,cal.yaml > +++ b/Documentation/devicetree/bindings/media/ti,cal.yaml > @@ -47,7 +47,7 @@ properties: > maxItems: 1 > > ti,camerrx-control: > - $ref: "/schemas/types.yaml#/definitions/phandle-array" > + $ref: /schemas/types.yaml#/definitions/phandle-array > items: > - items: > - description: phandle to device control module > -- > 2.39.2 >
Hi Rob, On Mon, Mar 20, 2023 at 06:39:42PM -0500, Rob Herring wrote: > Cleanup bindings dropping unneeded quotes. Once all these are fixed, > checking for this can be enabled in yamllint. > > Signed-off-by: Rob Herring <robh@kernel.org> This patch contains changes to Qualcomm bindings that have been already made by other patches by Krzysztof. I think these took some time to get merged to the media tree. I've dropped those, the result is here: <URL:https://git.linuxtv.org/sailus/media_tree.git/commit/?id=d75cae0884e80bba486f85e82b33a1dae3c9c976>
Hei Sakari, On 31.03.23 г. 12:31 ч., Sakari Ailus wrote: > Hi Rob, > > On Mon, Mar 20, 2023 at 06:39:42PM -0500, Rob Herring wrote: >> Cleanup bindings dropping unneeded quotes. Once all these are fixed, >> checking for this can be enabled in yamllint. >> >> Signed-off-by: Rob Herring <robh@kernel.org> > > This patch contains changes to Qualcomm bindings that have been already > made by other patches by Krzysztof. I think these took some time to get > merged to the media tree. > > I've dropped those, the result is here: > > <URL:https://git.linuxtv.org/sailus/media_tree.git/commit/?id=d75cae0884e80bba486f85e82b33a1dae3c9c976> > Do you think it will fix this pull request failure? https://lore.kernel.org/all/20230329214310.2503484-1-jenkins@linuxtv.org/
Hi Stan, How are you doing? On Mon, Apr 03, 2023 at 08:26:28PM +0300, Stanimir Varbanov wrote: > Hei Sakari, > > On 31.03.23 г. 12:31 ч., Sakari Ailus wrote: > > Hi Rob, > > > > On Mon, Mar 20, 2023 at 06:39:42PM -0500, Rob Herring wrote: > > > Cleanup bindings dropping unneeded quotes. Once all these are fixed, > > > checking for this can be enabled in yamllint. > > > > > > Signed-off-by: Rob Herring <robh@kernel.org> > > > > This patch contains changes to Qualcomm bindings that have been already > > made by other patches by Krzysztof. I think these took some time to get > > merged to the media tree. > > > > I've dropped those, the result is here: > > > > <URL:https://git.linuxtv.org/sailus/media_tree.git/commit/?id=d75cae0884e80bba486f85e82b33a1dae3c9c976> > > > > Do you think it will fix this pull request failure? > > https://lore.kernel.org/all/20230329214310.2503484-1-jenkins@linuxtv.org/ Ah, it seems to be the same issue here. The patch has been merged via my tree, whereas the rest of the patchset was apparently merged by Hans earlier on. <URL:https://patchwork.linuxtv.org/project/linux-media/list/?series=9531&submitter=&state=*&q=&archive=&delegate=>
Hi Sakari, On 3.04.23 г. 22:22 ч., Sakari Ailus wrote: > Hi Stan, > > How are you doing? > > On Mon, Apr 03, 2023 at 08:26:28PM +0300, Stanimir Varbanov wrote: >> Hei Sakari, >> >> On 31.03.23 г. 12:31 ч., Sakari Ailus wrote: >>> Hi Rob, >>> >>> On Mon, Mar 20, 2023 at 06:39:42PM -0500, Rob Herring wrote: >>>> Cleanup bindings dropping unneeded quotes. Once all these are fixed, >>>> checking for this can be enabled in yamllint. >>>> >>>> Signed-off-by: Rob Herring <robh@kernel.org> >>> >>> This patch contains changes to Qualcomm bindings that have been already >>> made by other patches by Krzysztof. I think these took some time to get >>> merged to the media tree. >>> >>> I've dropped those, the result is here: >>> >>> <URL:https://git.linuxtv.org/sailus/media_tree.git/commit/?id=d75cae0884e80bba486f85e82b33a1dae3c9c976> >>> >> >> Do you think it will fix this pull request failure? >> >> https://lore.kernel.org/all/20230329214310.2503484-1-jenkins@linuxtv.org/ > > Ah, it seems to be the same issue here. > > The patch has been merged via my tree, whereas the rest of the patchset was > apparently merged by Hans earlier on. > > <URL:https://patchwork.linuxtv.org/project/linux-media/list/?series=9531&submitter=&state=*&q=&archive=&delegate=> > Thank you. I understand what is going on, now :) I will drop Krzysztof's patchset from Venus pull request.
diff --git a/Documentation/devicetree/bindings/media/allwinner,sun4i-a10-ir.yaml b/Documentation/devicetree/bindings/media/allwinner,sun4i-a10-ir.yaml index 53945c61325c..42dfe22ad5f1 100644 --- a/Documentation/devicetree/bindings/media/allwinner,sun4i-a10-ir.yaml +++ b/Documentation/devicetree/bindings/media/allwinner,sun4i-a10-ir.yaml @@ -11,7 +11,7 @@ maintainers: - Maxime Ripard <mripard@kernel.org> allOf: - - $ref: "rc.yaml#" + - $ref: rc.yaml# properties: compatible: diff --git a/Documentation/devicetree/bindings/media/allwinner,sun50i-h6-vpu-g2.yaml b/Documentation/devicetree/bindings/media/allwinner,sun50i-h6-vpu-g2.yaml index 9d44236f2deb..a4f06bbdfe49 100644 --- a/Documentation/devicetree/bindings/media/allwinner,sun50i-h6-vpu-g2.yaml +++ b/Documentation/devicetree/bindings/media/allwinner,sun50i-h6-vpu-g2.yaml @@ -2,8 +2,8 @@ %YAML 1.2 --- -$id: "http://devicetree.org/schemas/media/allwinner,sun50i-h6-vpu-g2.yaml#" -$schema: "http://devicetree.org/meta-schemas/core.yaml#" +$id: http://devicetree.org/schemas/media/allwinner,sun50i-h6-vpu-g2.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# title: Hantro G2 VPU codec implemented on Allwinner H6 SoC diff --git a/Documentation/devicetree/bindings/media/amlogic,axg-ge2d.yaml b/Documentation/devicetree/bindings/media/amlogic,axg-ge2d.yaml index e551be5e680e..f23fa6d06ad0 100644 --- a/Documentation/devicetree/bindings/media/amlogic,axg-ge2d.yaml +++ b/Documentation/devicetree/bindings/media/amlogic,axg-ge2d.yaml @@ -2,8 +2,8 @@ # Copyright 2020 BayLibre, SAS %YAML 1.2 --- -$id: "http://devicetree.org/schemas/media/amlogic,axg-ge2d.yaml#" -$schema: "http://devicetree.org/meta-schemas/core.yaml#" +$id: http://devicetree.org/schemas/media/amlogic,axg-ge2d.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# title: Amlogic GE2D Acceleration Unit diff --git a/Documentation/devicetree/bindings/media/amlogic,gx-vdec.yaml b/Documentation/devicetree/bindings/media/amlogic,gx-vdec.yaml index b827edabcafa..55930f6107c9 100644 --- a/Documentation/devicetree/bindings/media/amlogic,gx-vdec.yaml +++ b/Documentation/devicetree/bindings/media/amlogic,gx-vdec.yaml @@ -2,8 +2,8 @@ # Copyright 2019 BayLibre, SAS %YAML 1.2 --- -$id: "http://devicetree.org/schemas/media/amlogic,gx-vdec.yaml#" -$schema: "http://devicetree.org/meta-schemas/core.yaml#" +$id: http://devicetree.org/schemas/media/amlogic,gx-vdec.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# title: Amlogic Video Decoder diff --git a/Documentation/devicetree/bindings/media/amlogic,meson-ir-tx.yaml b/Documentation/devicetree/bindings/media/amlogic,meson-ir-tx.yaml index 4432fea32650..377acce93423 100644 --- a/Documentation/devicetree/bindings/media/amlogic,meson-ir-tx.yaml +++ b/Documentation/devicetree/bindings/media/amlogic,meson-ir-tx.yaml @@ -2,8 +2,8 @@ %YAML 1.2 --- -$id: "http://devicetree.org/schemas/media/amlogic,meson-ir-tx.yaml#" -$schema: "http://devicetree.org/meta-schemas/core.yaml#" +$id: http://devicetree.org/schemas/media/amlogic,meson-ir-tx.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# title: Amlogic Meson IR transmitter diff --git a/Documentation/devicetree/bindings/media/i2c/chrontel,ch7322.yaml b/Documentation/devicetree/bindings/media/i2c/chrontel,ch7322.yaml index af8ada55b3f2..4e69b6a7ffcc 100644 --- a/Documentation/devicetree/bindings/media/i2c/chrontel,ch7322.yaml +++ b/Documentation/devicetree/bindings/media/i2c/chrontel,ch7322.yaml @@ -1,8 +1,8 @@ # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) %YAML 1.2 --- -$id: "http://devicetree.org/schemas/media/i2c/chrontel,ch7322.yaml#" -$schema: "http://devicetree.org/meta-schemas/core.yaml#" +$id: http://devicetree.org/schemas/media/i2c/chrontel,ch7322.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# title: Chrontel HDMI-CEC Controller diff --git a/Documentation/devicetree/bindings/media/i2c/dongwoon,dw9768.yaml b/Documentation/devicetree/bindings/media/i2c/dongwoon,dw9768.yaml index 82d3d18c16a1..a0855d3b7577 100644 --- a/Documentation/devicetree/bindings/media/i2c/dongwoon,dw9768.yaml +++ b/Documentation/devicetree/bindings/media/i2c/dongwoon,dw9768.yaml @@ -38,7 +38,7 @@ properties: dongwoon,aac-mode: description: Indication of AAC mode select. - $ref: "/schemas/types.yaml#/definitions/uint32" + $ref: /schemas/types.yaml#/definitions/uint32 enum: - 1 # AAC2 mode(operation time# 0.48 x Tvib) - 2 # AAC3 mode(operation time# 0.70 x Tvib) @@ -50,7 +50,7 @@ properties: description: Number of AAC Timing count that controlled by one 6-bit period of vibration register AACT[5:0], the unit of which is 100 us. - $ref: "/schemas/types.yaml#/definitions/uint32" + $ref: /schemas/types.yaml#/definitions/uint32 default: 0x20 minimum: 0x00 maximum: 0x3f @@ -59,7 +59,7 @@ properties: description: Indication of VCM internal clock dividing rate select, as one multiple factor to calculate VCM ring periodic time Tvib. - $ref: "/schemas/types.yaml#/definitions/uint32" + $ref: /schemas/types.yaml#/definitions/uint32 enum: - 0 # Dividing Rate - 2 - 1 # Dividing Rate - 1 diff --git a/Documentation/devicetree/bindings/media/i2c/maxim,max9286.yaml b/Documentation/devicetree/bindings/media/i2c/maxim,max9286.yaml index 0c4213adbf6a..8df859136047 100644 --- a/Documentation/devicetree/bindings/media/i2c/maxim,max9286.yaml +++ b/Documentation/devicetree/bindings/media/i2c/maxim,max9286.yaml @@ -86,7 +86,7 @@ properties: is 100000 micro volts maxim,gpio-poc: - $ref: '/schemas/types.yaml#/definitions/uint32-array' + $ref: /schemas/types.yaml#/definitions/uint32-array minItems: 2 maxItems: 2 description: | diff --git a/Documentation/devicetree/bindings/media/i2c/ovti,ov02a10.yaml b/Documentation/devicetree/bindings/media/i2c/ovti,ov02a10.yaml index 54df9d73dc86..763cebe03dc2 100644 --- a/Documentation/devicetree/bindings/media/i2c/ovti,ov02a10.yaml +++ b/Documentation/devicetree/bindings/media/i2c/ovti,ov02a10.yaml @@ -88,7 +88,7 @@ properties: properties: link-frequencies: true ovti,mipi-clock-voltage: - $ref: "/schemas/types.yaml#/definitions/uint32" + $ref: /schemas/types.yaml#/definitions/uint32 description: Definition of MIPI clock voltage unit. This entry corresponds to the link speed defined by the 'link-frequencies' property. diff --git a/Documentation/devicetree/bindings/media/mediatek,mdp3-rdma.yaml b/Documentation/devicetree/bindings/media/mediatek,mdp3-rdma.yaml index 9cfc0c7d23e0..7032c7e15039 100644 --- a/Documentation/devicetree/bindings/media/mediatek,mdp3-rdma.yaml +++ b/Documentation/devicetree/bindings/media/mediatek,mdp3-rdma.yaml @@ -27,7 +27,7 @@ properties: maxItems: 1 mediatek,gce-client-reg: - $ref: '/schemas/types.yaml#/definitions/phandle-array' + $ref: /schemas/types.yaml#/definitions/phandle-array items: items: - description: phandle of GCE diff --git a/Documentation/devicetree/bindings/media/mediatek,vcodec-subdev-decoder.yaml b/Documentation/devicetree/bindings/media/mediatek,vcodec-subdev-decoder.yaml index c4f20acdc1f8..20675f9ba3cd 100644 --- a/Documentation/devicetree/bindings/media/mediatek,vcodec-subdev-decoder.yaml +++ b/Documentation/devicetree/bindings/media/mediatek,vcodec-subdev-decoder.yaml @@ -2,8 +2,8 @@ %YAML 1.2 --- -$id: "http://devicetree.org/schemas/media/mediatek,vcodec-subdev-decoder.yaml#" -$schema: "http://devicetree.org/meta-schemas/core.yaml#" +$id: http://devicetree.org/schemas/media/mediatek,vcodec-subdev-decoder.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# title: Mediatek Video Decode Accelerator With Multi Hardware diff --git a/Documentation/devicetree/bindings/media/microchip,sama5d4-vdec.yaml b/Documentation/devicetree/bindings/media/microchip,sama5d4-vdec.yaml index 4b77103ca913..59b805ca47c5 100644 --- a/Documentation/devicetree/bindings/media/microchip,sama5d4-vdec.yaml +++ b/Documentation/devicetree/bindings/media/microchip,sama5d4-vdec.yaml @@ -2,8 +2,8 @@ %YAML 1.2 --- -$id: "http://devicetree.org/schemas/media/microchip,sama5d4-vdec.yaml#" -$schema: "http://devicetree.org/meta-schemas/core.yaml#" +$id: http://devicetree.org/schemas/media/microchip,sama5d4-vdec.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# title: Hantro G1 VPU codec implemented on Microchip SAMA5D4 SoCs diff --git a/Documentation/devicetree/bindings/media/nxp,imx8mq-vpu.yaml b/Documentation/devicetree/bindings/media/nxp,imx8mq-vpu.yaml index 7dc13a4b1805..3d58f02b0c5d 100644 --- a/Documentation/devicetree/bindings/media/nxp,imx8mq-vpu.yaml +++ b/Documentation/devicetree/bindings/media/nxp,imx8mq-vpu.yaml @@ -2,8 +2,8 @@ %YAML 1.2 --- -$id: "http://devicetree.org/schemas/media/nxp,imx8mq-vpu.yaml#" -$schema: "http://devicetree.org/meta-schemas/core.yaml#" +$id: http://devicetree.org/schemas/media/nxp,imx8mq-vpu.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# title: Hantro G1/G2 VPU codecs implemented on i.MX8M SoCs diff --git a/Documentation/devicetree/bindings/media/qcom,msm8916-camss.yaml b/Documentation/devicetree/bindings/media/qcom,msm8916-camss.yaml index 12ec3e1ea869..eb1499912c58 100644 --- a/Documentation/devicetree/bindings/media/qcom,msm8916-camss.yaml +++ b/Documentation/devicetree/bindings/media/qcom,msm8916-camss.yaml @@ -2,8 +2,8 @@ %YAML 1.2 --- -$id: "http://devicetree.org/schemas/media/qcom,msm8916-camss.yaml#" -$schema: "http://devicetree.org/meta-schemas/core.yaml#" +$id: http://devicetree.org/schemas/media/qcom,msm8916-camss.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# title: Qualcomm CAMSS ISP diff --git a/Documentation/devicetree/bindings/media/qcom,msm8916-venus.yaml b/Documentation/devicetree/bindings/media/qcom,msm8916-venus.yaml index 2abb7d21c0d1..4ad42b8f19e6 100644 --- a/Documentation/devicetree/bindings/media/qcom,msm8916-venus.yaml +++ b/Documentation/devicetree/bindings/media/qcom,msm8916-venus.yaml @@ -2,8 +2,8 @@ %YAML 1.2 --- -$id: "http://devicetree.org/schemas/media/qcom,msm8916-venus.yaml#" -$schema: "http://devicetree.org/meta-schemas/core.yaml#" +$id: http://devicetree.org/schemas/media/qcom,msm8916-venus.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# title: Qualcomm Venus video encode and decode accelerators @@ -47,7 +47,7 @@ properties: properties: compatible: - const: "venus-decoder" + const: venus-decoder required: - compatible @@ -59,7 +59,7 @@ properties: properties: compatible: - const: "venus-encoder" + const: venus-encoder required: - compatible diff --git a/Documentation/devicetree/bindings/media/qcom,msm8996-camss.yaml b/Documentation/devicetree/bindings/media/qcom,msm8996-camss.yaml index 6aeb3d6d02d5..8a10aa1cafc5 100644 --- a/Documentation/devicetree/bindings/media/qcom,msm8996-camss.yaml +++ b/Documentation/devicetree/bindings/media/qcom,msm8996-camss.yaml @@ -2,8 +2,8 @@ %YAML 1.2 --- -$id: "http://devicetree.org/schemas/media/qcom,msm8996-camss.yaml#" -$schema: "http://devicetree.org/meta-schemas/core.yaml#" +$id: http://devicetree.org/schemas/media/qcom,msm8996-camss.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# title: Qualcomm CAMSS ISP diff --git a/Documentation/devicetree/bindings/media/qcom,msm8996-venus.yaml b/Documentation/devicetree/bindings/media/qcom,msm8996-venus.yaml index 29d0cb6c6ebe..213247a43ef2 100644 --- a/Documentation/devicetree/bindings/media/qcom,msm8996-venus.yaml +++ b/Documentation/devicetree/bindings/media/qcom,msm8996-venus.yaml @@ -2,8 +2,8 @@ %YAML 1.2 --- -$id: "http://devicetree.org/schemas/media/qcom,msm8996-venus.yaml#" -$schema: "http://devicetree.org/meta-schemas/core.yaml#" +$id: http://devicetree.org/schemas/media/qcom,msm8996-venus.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# title: Qualcomm Venus video encode and decode accelerators diff --git a/Documentation/devicetree/bindings/media/qcom,sc7180-venus.yaml b/Documentation/devicetree/bindings/media/qcom,sc7180-venus.yaml index 42ee3f06c6be..5128a254fd25 100644 --- a/Documentation/devicetree/bindings/media/qcom,sc7180-venus.yaml +++ b/Documentation/devicetree/bindings/media/qcom,sc7180-venus.yaml @@ -2,8 +2,8 @@ %YAML 1.2 --- -$id: "http://devicetree.org/schemas/media/qcom,sc7180-venus.yaml#" -$schema: "http://devicetree.org/meta-schemas/core.yaml#" +$id: http://devicetree.org/schemas/media/qcom,sc7180-venus.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# title: Qualcomm Venus video encode and decode accelerators diff --git a/Documentation/devicetree/bindings/media/qcom,sc7280-venus.yaml b/Documentation/devicetree/bindings/media/qcom,sc7280-venus.yaml index cf361dd9de08..eb9ce438dbe0 100644 --- a/Documentation/devicetree/bindings/media/qcom,sc7280-venus.yaml +++ b/Documentation/devicetree/bindings/media/qcom,sc7280-venus.yaml @@ -2,8 +2,8 @@ %YAML 1.2 --- -$id: "http://devicetree.org/schemas/media/qcom,sc7280-venus.yaml#" -$schema: "http://devicetree.org/meta-schemas/core.yaml#" +$id: http://devicetree.org/schemas/media/qcom,sc7280-venus.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# title: Qualcomm Venus video encode and decode accelerators diff --git a/Documentation/devicetree/bindings/media/qcom,sdm660-camss.yaml b/Documentation/devicetree/bindings/media/qcom,sdm660-camss.yaml index b28c8e17f158..0a109e126064 100644 --- a/Documentation/devicetree/bindings/media/qcom,sdm660-camss.yaml +++ b/Documentation/devicetree/bindings/media/qcom,sdm660-camss.yaml @@ -2,8 +2,8 @@ %YAML 1.2 --- -$id: "http://devicetree.org/schemas/media/qcom,sdm660-camss.yaml#" -$schema: "http://devicetree.org/meta-schemas/core.yaml#" +$id: http://devicetree.org/schemas/media/qcom,sdm660-camss.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# title: Qualcomm CAMSS ISP diff --git a/Documentation/devicetree/bindings/media/qcom,sdm660-venus.yaml b/Documentation/devicetree/bindings/media/qcom,sdm660-venus.yaml index 45e3f58f52bd..4a0a9ca33cad 100644 --- a/Documentation/devicetree/bindings/media/qcom,sdm660-venus.yaml +++ b/Documentation/devicetree/bindings/media/qcom,sdm660-venus.yaml @@ -2,8 +2,8 @@ %YAML 1.2 --- -$id: "http://devicetree.org/schemas/media/qcom,sdm660-venus.yaml#" -$schema: "http://devicetree.org/meta-schemas/core.yaml#" +$id: http://devicetree.org/schemas/media/qcom,sdm660-venus.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# title: Qualcomm Venus video encode and decode accelerators diff --git a/Documentation/devicetree/bindings/media/qcom,sdm845-camss.yaml b/Documentation/devicetree/bindings/media/qcom,sdm845-camss.yaml index f9a003882f84..1530ad0d80bd 100644 --- a/Documentation/devicetree/bindings/media/qcom,sdm845-camss.yaml +++ b/Documentation/devicetree/bindings/media/qcom,sdm845-camss.yaml @@ -2,8 +2,8 @@ %YAML 1.2 --- -$id: "http://devicetree.org/schemas/media/qcom,sdm845-camss.yaml#" -$schema: "http://devicetree.org/meta-schemas/core.yaml#" +$id: http://devicetree.org/schemas/media/qcom,sdm845-camss.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# title: Qualcomm CAMSS ISP diff --git a/Documentation/devicetree/bindings/media/qcom,sdm845-venus-v2.yaml b/Documentation/devicetree/bindings/media/qcom,sdm845-venus-v2.yaml index 8edc8a2f43a5..d81c3ee53ed6 100644 --- a/Documentation/devicetree/bindings/media/qcom,sdm845-venus-v2.yaml +++ b/Documentation/devicetree/bindings/media/qcom,sdm845-venus-v2.yaml @@ -2,8 +2,8 @@ %YAML 1.2 --- -$id: "http://devicetree.org/schemas/media/qcom,sdm845-venus-v2.yaml#" -$schema: "http://devicetree.org/meta-schemas/core.yaml#" +$id: http://devicetree.org/schemas/media/qcom,sdm845-venus-v2.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# title: Qualcomm Venus video encode and decode accelerators diff --git a/Documentation/devicetree/bindings/media/qcom,sdm845-venus.yaml b/Documentation/devicetree/bindings/media/qcom,sdm845-venus.yaml index 57d503373efe..1bf043c4c8fb 100644 --- a/Documentation/devicetree/bindings/media/qcom,sdm845-venus.yaml +++ b/Documentation/devicetree/bindings/media/qcom,sdm845-venus.yaml @@ -2,8 +2,8 @@ %YAML 1.2 --- -$id: "http://devicetree.org/schemas/media/qcom,sdm845-venus.yaml#" -$schema: "http://devicetree.org/meta-schemas/core.yaml#" +$id: http://devicetree.org/schemas/media/qcom,sdm845-venus.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# title: Qualcomm Venus video encode and decode accelerators diff --git a/Documentation/devicetree/bindings/media/qcom,sm8250-camss.yaml b/Documentation/devicetree/bindings/media/qcom,sm8250-camss.yaml index 07a2af12f37d..fa5073c0fd1e 100644 --- a/Documentation/devicetree/bindings/media/qcom,sm8250-camss.yaml +++ b/Documentation/devicetree/bindings/media/qcom,sm8250-camss.yaml @@ -2,8 +2,8 @@ %YAML 1.2 --- -$id: "http://devicetree.org/schemas/media/qcom,sm8250-camss.yaml#" -$schema: "http://devicetree.org/meta-schemas/core.yaml#" +$id: http://devicetree.org/schemas/media/qcom,sm8250-camss.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# title: Qualcomm CAMSS ISP diff --git a/Documentation/devicetree/bindings/media/qcom,sm8250-venus.yaml b/Documentation/devicetree/bindings/media/qcom,sm8250-venus.yaml index 4b7a12523dcf..8c8141723524 100644 --- a/Documentation/devicetree/bindings/media/qcom,sm8250-venus.yaml +++ b/Documentation/devicetree/bindings/media/qcom,sm8250-venus.yaml @@ -2,8 +2,8 @@ %YAML 1.2 --- -$id: "http://devicetree.org/schemas/media/qcom,sm8250-venus.yaml#" -$schema: "http://devicetree.org/meta-schemas/core.yaml#" +$id: http://devicetree.org/schemas/media/qcom,sm8250-venus.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# title: Qualcomm Venus video encode and decode accelerators diff --git a/Documentation/devicetree/bindings/media/rc.yaml b/Documentation/devicetree/bindings/media/rc.yaml index e732b7f3a635..6cecd7d941ca 100644 --- a/Documentation/devicetree/bindings/media/rc.yaml +++ b/Documentation/devicetree/bindings/media/rc.yaml @@ -18,7 +18,7 @@ properties: description: Specifies the scancode/key mapping table defined in-kernel for the remote controller. - $ref: '/schemas/types.yaml#/definitions/string' + $ref: /schemas/types.yaml#/definitions/string enum: - rc-adstech-dvb-t-pci - rc-alink-dtu-m diff --git a/Documentation/devicetree/bindings/media/rockchip,rk3568-vepu.yaml b/Documentation/devicetree/bindings/media/rockchip,rk3568-vepu.yaml index 81b26eb4cd35..9d90d8d0565a 100644 --- a/Documentation/devicetree/bindings/media/rockchip,rk3568-vepu.yaml +++ b/Documentation/devicetree/bindings/media/rockchip,rk3568-vepu.yaml @@ -2,8 +2,8 @@ %YAML 1.2 --- -$id: "http://devicetree.org/schemas/media/rockchip,rk3568-vepu.yaml#" -$schema: "http://devicetree.org/meta-schemas/core.yaml#" +$id: http://devicetree.org/schemas/media/rockchip,rk3568-vepu.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# title: Hantro G1 VPU encoders implemented on Rockchip SoCs diff --git a/Documentation/devicetree/bindings/media/rockchip-vpu.yaml b/Documentation/devicetree/bindings/media/rockchip-vpu.yaml index 6cc4d3e5a61d..ee622a8ee1cc 100644 --- a/Documentation/devicetree/bindings/media/rockchip-vpu.yaml +++ b/Documentation/devicetree/bindings/media/rockchip-vpu.yaml @@ -2,8 +2,8 @@ %YAML 1.2 --- -$id: "http://devicetree.org/schemas/media/rockchip-vpu.yaml#" -$schema: "http://devicetree.org/meta-schemas/core.yaml#" +$id: http://devicetree.org/schemas/media/rockchip-vpu.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# title: Hantro G1 VPU codecs implemented on Rockchip SoCs diff --git a/Documentation/devicetree/bindings/media/ti,cal.yaml b/Documentation/devicetree/bindings/media/ti,cal.yaml index 26b3fedef355..f1a940a110d2 100644 --- a/Documentation/devicetree/bindings/media/ti,cal.yaml +++ b/Documentation/devicetree/bindings/media/ti,cal.yaml @@ -47,7 +47,7 @@ properties: maxItems: 1 ti,camerrx-control: - $ref: "/schemas/types.yaml#/definitions/phandle-array" + $ref: /schemas/types.yaml#/definitions/phandle-array items: - items: - description: phandle to device control module
Cleanup bindings dropping unneeded quotes. Once all these are fixed, checking for this can be enabled in yamllint. Signed-off-by: Rob Herring <robh@kernel.org> --- .../devicetree/bindings/media/allwinner,sun4i-a10-ir.yaml | 2 +- .../bindings/media/allwinner,sun50i-h6-vpu-g2.yaml | 4 ++-- .../devicetree/bindings/media/amlogic,axg-ge2d.yaml | 4 ++-- .../devicetree/bindings/media/amlogic,gx-vdec.yaml | 4 ++-- .../devicetree/bindings/media/amlogic,meson-ir-tx.yaml | 4 ++-- .../devicetree/bindings/media/i2c/chrontel,ch7322.yaml | 4 ++-- .../devicetree/bindings/media/i2c/dongwoon,dw9768.yaml | 6 +++--- .../devicetree/bindings/media/i2c/maxim,max9286.yaml | 2 +- .../devicetree/bindings/media/i2c/ovti,ov02a10.yaml | 2 +- .../devicetree/bindings/media/mediatek,mdp3-rdma.yaml | 2 +- .../bindings/media/mediatek,vcodec-subdev-decoder.yaml | 4 ++-- .../devicetree/bindings/media/microchip,sama5d4-vdec.yaml | 4 ++-- .../devicetree/bindings/media/nxp,imx8mq-vpu.yaml | 4 ++-- .../devicetree/bindings/media/qcom,msm8916-camss.yaml | 4 ++-- .../devicetree/bindings/media/qcom,msm8916-venus.yaml | 8 ++++---- .../devicetree/bindings/media/qcom,msm8996-camss.yaml | 4 ++-- .../devicetree/bindings/media/qcom,msm8996-venus.yaml | 4 ++-- .../devicetree/bindings/media/qcom,sc7180-venus.yaml | 4 ++-- .../devicetree/bindings/media/qcom,sc7280-venus.yaml | 4 ++-- .../devicetree/bindings/media/qcom,sdm660-camss.yaml | 4 ++-- .../devicetree/bindings/media/qcom,sdm660-venus.yaml | 4 ++-- .../devicetree/bindings/media/qcom,sdm845-camss.yaml | 4 ++-- .../devicetree/bindings/media/qcom,sdm845-venus-v2.yaml | 4 ++-- .../devicetree/bindings/media/qcom,sdm845-venus.yaml | 4 ++-- .../devicetree/bindings/media/qcom,sm8250-camss.yaml | 4 ++-- .../devicetree/bindings/media/qcom,sm8250-venus.yaml | 4 ++-- Documentation/devicetree/bindings/media/rc.yaml | 2 +- .../devicetree/bindings/media/rockchip,rk3568-vepu.yaml | 4 ++-- Documentation/devicetree/bindings/media/rockchip-vpu.yaml | 4 ++-- Documentation/devicetree/bindings/media/ti,cal.yaml | 2 +- 30 files changed, 57 insertions(+), 57 deletions(-)