2022-09-16 11:37:35

by Lad, Prabhakar

[permalink] [raw]
Subject: [PATCH] media: dt-bindings: media: i2c: Rename ov8856.yaml

From: Lad Prabhakar <[email protected]>

Rename 'ov8856.yaml' as 'ovti,ov8856.yaml' and update the MAINTAINERS
file entry accordingly.

All the Omnivision sensor DT bindings have vendor prefix "ovti," to
their file name hence this renaming.

Signed-off-by: Lad Prabhakar <[email protected]>
---
.../bindings/media/i2c/{ov8856.yaml => ovti,ov8856.yaml} | 2 +-
MAINTAINERS | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
rename Documentation/devicetree/bindings/media/i2c/{ov8856.yaml => ovti,ov8856.yaml} (98%)

diff --git a/Documentation/devicetree/bindings/media/i2c/ov8856.yaml b/Documentation/devicetree/bindings/media/i2c/ovti,ov8856.yaml
similarity index 98%
rename from Documentation/devicetree/bindings/media/i2c/ov8856.yaml
rename to Documentation/devicetree/bindings/media/i2c/ovti,ov8856.yaml
index baf92aaaf049..342b3158bd28 100644
--- a/Documentation/devicetree/bindings/media/i2c/ov8856.yaml
+++ b/Documentation/devicetree/bindings/media/i2c/ovti,ov8856.yaml
@@ -2,7 +2,7 @@
# Copyright (c) 2019 MediaTek Inc.
%YAML 1.2
---
-$id: http://devicetree.org/schemas/media/i2c/ov8856.yaml#
+$id: http://devicetree.org/schemas/media/i2c/ovti,ov8856.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#

title: Omnivision OV8856 CMOS Sensor Device Tree Bindings
diff --git a/MAINTAINERS b/MAINTAINERS
index 99483c13b91c..22381a43aa26 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -15191,7 +15191,7 @@ M: Dongchun Zhu <[email protected]>
L: [email protected]
S: Maintained
T: git git://linuxtv.org/media_tree.git
-F: Documentation/devicetree/bindings/media/i2c/ov8856.yaml
+F: Documentation/devicetree/bindings/media/i2c/ovti,ov8856.yaml
F: drivers/media/i2c/ov8856.c

OMNIVISION OV9282 SENSOR DRIVER
--
2.25.1


2022-09-17 17:24:36

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH] media: dt-bindings: media: i2c: Rename ov8856.yaml

On 16/09/2022 12:09, Prabhakar wrote:
> From: Lad Prabhakar <[email protected]>
>
> Rename 'ov8856.yaml' as 'ovti,ov8856.yaml' and update the MAINTAINERS
> file entry accordingly.


Acked-by: Krzysztof Kozlowski <[email protected]>


Best regards,
Krzysztof