2019-09-18 13:24:04

by Pragnesh Patel

[permalink] [raw]
Subject: [PATCH] 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]>
---
Documentation/devicetree/bindings/media/allwinner,sun4i-a10-csi.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/media/allwinner,sun4i-a10-csi.yaml b/Documentation/devicetree/bindings/media/allwinner,sun4i-a10-csi.yaml
index 27f38ee..5dd1cf49 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
--
2.7.4


2019-09-18 17:06:07

by Maxime Ripard

[permalink] [raw]
Subject: Re: [PATCH] media: dt-bindings: Fix building error for dt_binding_check

On Wed, Sep 18, 2019 at 05:31:00PM +0530, Pragnesh Patel wrote:
> $id doesn't match the actual filename, so update the $id
>
> Signed-off-by: Pragnesh Patel <[email protected]>

Acked-by: Maxime Ripard <[email protected]>

Thanks!
Maxime

2019-10-01 12:05:45

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [PATCH] media: dt-bindings: Fix building error for dt_binding_check

On Wed, 18 Sep 2019 17:31:00 +0530, Pragnesh Patel wrote:
> $id doesn't match the actual filename, so update the $id
>
> Signed-off-by: Pragnesh Patel <[email protected]>
> ---
> Documentation/devicetree/bindings/media/allwinner,sun4i-a10-csi.yaml | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>

Acked-by: Rob Herring <[email protected]>