Message ID | 20191007102552.19808-2-alexandre.torgue@st.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Fixes for dt-bindings verification | expand |
Hi Alexandre, On Mon, Oct 07, 2019 at 12:25:50PM +0200, Alexandre Torgue wrote: > This commit fixes id path of allwinner,sun4i-a10-csi.yaml location. > > Fixes: c5e8f4ccd775 ("media: dt-bindings: media: Add Allwinner A10 CSI binding") > Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com> I just merged a patch addressing the same issue earlier today. Thanks! Maxime
On 10/7/19 1:00 PM, Maxime Ripard wrote: > Hi Alexandre, > > On Mon, Oct 07, 2019 at 12:25:50PM +0200, Alexandre Torgue wrote: >> This commit fixes id path of allwinner,sun4i-a10-csi.yaml location. >> >> Fixes: c5e8f4ccd775 ("media: dt-bindings: media: Add Allwinner A10 CSI binding") >> Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com> > > I just merged a patch addressing the same issue earlier today. > Ok. Thanks Maxime. Regards Alex > Thanks! > Maxime >
diff --git a/Documentation/devicetree/bindings/media/allwinner,sun4i-a10-csi.yaml b/Documentation/devicetree/bindings/media/allwinner,sun4i-a10-csi.yaml index 27f38eed389e..5dd1cf490cd9 100644 --- a/Documentation/devicetree/bindings/media/allwinner,sun4i-a10-csi.yaml +++ b/Documentation/devicetree/bindings/media/allwinner,sun4i-a10-csi.yaml @@ -1,7 +1,7 @@ # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) %YAML 1.2 --- -$id: http://devicetree.org/schemas/arm/allwinner,sun4i-a10-csi.yaml# +$id: http://devicetree.org/schemas/media/allwinner,sun4i-a10-csi.yaml# $schema: http://devicetree.org/meta-schemas/core.yaml# title: Allwinner A10 CMOS Sensor Interface (CSI) Device Tree Bindings
This commit fixes id path of allwinner,sun4i-a10-csi.yaml location. Fixes: c5e8f4ccd775 ("media: dt-bindings: media: Add Allwinner A10 CSI binding") Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>