diff options
author | Pragnesh Patel <[email protected]> | 2019-11-10 07:22:46 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <[email protected]> | 2019-11-10 07:22:46 +0100 |
commit | 99cf8a7074c4ce3ff3685cd389f54e7bd4bbf510 (patch) | |
tree | d74e039902a79b4ccdbd4dac0ce1a3723d7de2e4 | |
parent | 40ee7524722836bd5fd40d45f8ee872a41f6ea8e (diff) |
media: dt-bindings: Fix building error for dt_binding_check
$id doesn't match the actual filename, so update the $id
Signed-off-by: Pragnesh Patel <[email protected]>
Acked-by: Maxime Ripard <[email protected]>
Acked-by: Rob Herring <[email protected]>
Signed-off-by: Hans Verkuil <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
-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 |