Message ID | 20241217024206.1700170-1-david@ixit.cz (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | [1/2] dt-bindings: media: imx219: Rename to include vendor prefix | expand |
On 17/12/2024 03:41, David Heidelberg wrote: > imx219.yaml doesn't include the vendor prefix of sony, > so rename to add it. > > Update the id entry and MAINTAINERS to match. > > Signed-off-by: David Heidelberg <david@ixit.cz> > --- > .../bindings/media/i2c/{imx219.yaml => sony,imx219.yaml} | 2 +- > MAINTAINERS | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > rename Documentation/devicetree/bindings/media/i2c/{imx219.yaml => sony,imx219.yaml} (97%) If you are doing changes like this, fix entire subsystem so all bindings there. Not one file. Best regards, Krzysztof
diff --git ./Documentation/devicetree/bindings/media/i2c/imx219.yaml ./Documentation/devicetree/bindings/media/i2c/sony,imx219.yaml similarity index 97% rename from Documentation/devicetree/bindings/media/i2c/imx219.yaml rename to Documentation/devicetree/bindings/media/i2c/sony,imx219.yaml index 07d088cf66e0..8b23e5fc6a24 100644 --- ./Documentation/devicetree/bindings/media/i2c/imx219.yaml +++ ./Documentation/devicetree/bindings/media/i2c/sony,imx219.yaml @@ -1,7 +1,7 @@ # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) %YAML 1.2 --- -$id: http://devicetree.org/schemas/media/i2c/imx219.yaml# +$id: http://devicetree.org/schemas/media/i2c/sony,imx219.yaml# $schema: http://devicetree.org/meta-schemas/core.yaml# title: Sony 1/4.0-Inch 8Mpixel CMOS Digital Image Sensor diff --git ./MAINTAINERS ./MAINTAINERS index 453ba75fce3b..32a4d057a559 100644 --- ./MAINTAINERS +++ ./MAINTAINERS @@ -21796,7 +21796,7 @@ M: Dave Stevenson <dave.stevenson@raspberrypi.com> L: linux-media@vger.kernel.org S: Maintained T: git git://linuxtv.org/media.git -F: Documentation/devicetree/bindings/media/i2c/imx219.yaml +F: Documentation/devicetree/bindings/media/i2c/sony,imx219.yaml F: drivers/media/i2c/imx219.c SONY IMX258 SENSOR DRIVER
imx219.yaml doesn't include the vendor prefix of sony, so rename to add it. Update the id entry and MAINTAINERS to match. Signed-off-by: David Heidelberg <david@ixit.cz> --- .../bindings/media/i2c/{imx219.yaml => sony,imx219.yaml} | 2 +- MAINTAINERS | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename Documentation/devicetree/bindings/media/i2c/{imx219.yaml => sony,imx219.yaml} (97%)