Adds latest 6.6 patches from the Raspberry Pi repository. These patches were generated from: https://github.com/raspberrypi/linux/commits/rpi-6.6.y/ With the following command: git format-patch -N v6.6.83..HEAD (HEAD -> 08d4e8f52256bd422d8a1f876411603f627d0a82) Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
32 lines
1.2 KiB
Diff
32 lines
1.2 KiB
Diff
From f4f17c3fe223b3d8ad65f5420abbcd69ef901186 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
|
|
@@ -30,6 +30,8 @@ properties:
|
|
- sony,imx290lqr # Colour
|
|
- sony,imx290llr # Monochrome
|
|
- sony,imx327lqr # Colour
|
|
+ - sony,imx462lqr # Colour
|
|
+ - sony,imx462llr # Monochrome
|
|
- const: sony,imx290
|
|
deprecated: true
|
|
|