diff options
author | Pragnesh Patel <pragnesh.patel@sifive.com> | 2019-09-18 15:01:00 +0300 |
---|---|---|
committer | Maxime Ripard <mripard@kernel.org> | 2019-10-07 13:04:59 +0300 |
commit | e1056f9bbf0d79e9120dc4cbdc96ce7fee6cd15f (patch) | |
tree | 45a27176c4e0c67bd3ad8c9fc9210bd8b5b5f79d /Documentation | |
parent | ccdf3aaa27ded6db9a93eed3ca7468bb2353b8fe (diff) | |
download | linux-e1056f9bbf0d79e9120dc4cbdc96ce7fee6cd15f.tar.xz |
media: dt-bindings: Fix building error for dt_binding_check
$id doesn't match the actual filename, so update the $id
Fixes: c5e8f4ccd7750 ("media: dt-bindings: media: Add Allwinner A10 CSI binding")
Signed-off-by: Pragnesh Patel <pragnesh.patel@sifive.com>
Signed-off-by: Maxime Ripard <mripard@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/media/allwinner,sun4i-a10-csi.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |