These patches were generated from: https://github.com/raspberrypi/linux/commits/rpi-6.12.y With the following command: git format-patch -N v6.12.27..HEAD (HEAD -> 8d3206ee456a5ecdf9ddbfd8e5e231e4f0cd716e) Exceptions: - (def)configs patches - github workflows patches - applied & reverted patches - readme patches - wireless patches Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
31 lines
1.2 KiB
Diff
31 lines
1.2 KiB
Diff
From e146c327a0ff09df3016a50543687a1df75ba33c Mon Sep 17 00:00:00 2001
|
|
From: Dave Stevenson <dave.stevenson@raspberrypi.com>
|
|
Date: Wed, 20 Nov 2024 19:17:05 +0000
|
|
Subject: [PATCH] media: dt-bindings: sony,imx290: Add IMX462 to the IMX290
|
|
binding
|
|
|
|
Commit e4faac99d5bb4b6c80f2495c40fcd71a67c40b27 upstream.
|
|
|
|
IMX462 is the successor to IMX290, which is supportable by
|
|
the existing IMX290 driver via a new compatible string.
|
|
|
|
Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
|
|
Acked-by: Conor Dooley <conor.dooley@microchip.com>
|
|
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
|
|
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
|
|
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
|
|
---
|
|
Documentation/devicetree/bindings/media/i2c/sony,imx290.yaml | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
--- a/Documentation/devicetree/bindings/media/i2c/sony,imx290.yaml
|
|
+++ b/Documentation/devicetree/bindings/media/i2c/sony,imx290.yaml
|
|
@@ -33,6 +33,8 @@ properties:
|
|
- sony,imx290lqr # Colour
|
|
- sony,imx290llr # Monochrome
|
|
- sony,imx327lqr # Colour
|
|
+ - sony,imx462lqr # Colour
|
|
+ - sony,imx462llr # Monochrome
|
|
- const: sony,imx290
|
|
deprecated: true
|
|
|