mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-07-22 21:26:59 +08:00

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>
45 lines
2.1 KiB
Diff
45 lines
2.1 KiB
Diff
From 763693bb98ba47d2b21e4128cf761dd9ceb74041 Mon Sep 17 00:00:00 2001
|
|
From: Kieran Bingham <kieran.bingham@ideasonboard.com>
|
|
Date: Wed, 23 Apr 2025 12:50:28 +0100
|
|
Subject: [PATCH] overlays: README: Fix 4 lane CSI2 documentation for Pi5
|
|
|
|
Several cameras can be connected that support 4 data lane operation. Fix
|
|
the documentation to reflect these apply to Pi5 and CM5.
|
|
|
|
This fixes the documentation for: imx258, imx290, and imx327.
|
|
|
|
Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
|
|
---
|
|
arch/arm/boot/dts/overlays/README | 6 +++---
|
|
1 file changed, 3 insertions(+), 3 deletions(-)
|
|
|
|
--- a/arch/arm/boot/dts/overlays/README
|
|
+++ b/arch/arm/boot/dts/overlays/README
|
|
@@ -2757,7 +2757,7 @@ Params: rotation Mounting
|
|
Compute Module (CSI0, i2c_vc, and cam0_reg).
|
|
vcm Configure a VCM focus drive on the sensor.
|
|
4lane Enable 4 CSI2 lanes. This requires a Compute
|
|
- Module (1, 3, or 4).
|
|
+ Module (1, 3, 4, or 5) or Pi 5.
|
|
|
|
|
|
Name: imx290
|
|
@@ -2766,7 +2766,7 @@ Info: Sony IMX290 camera module.
|
|
variants.
|
|
Load: dtoverlay=imx290,<param>
|
|
Params: 4lane Enable 4 CSI2 lanes. This requires a Compute
|
|
- Module (1, 3, or 4).
|
|
+ Module (1, 3, 4, or 5) or Pi 5.
|
|
clock-frequency Sets the clock frequency to match that used on
|
|
the board.
|
|
Modules from Vision Components use 37.125MHz
|
|
@@ -2809,7 +2809,7 @@ Info: Sony IMX327 camera module.
|
|
variants.
|
|
Load: dtoverlay=imx327,<param>
|
|
Params: 4lane Enable 4 CSI2 lanes. This requires a Compute
|
|
- Module (1, 3, or 4).
|
|
+ Module (1, 3, 4, or 5) or Pi 5.
|
|
clock-frequency Sets the clock frequency to match that used on
|
|
the board.
|
|
Modules from Vision Components use 37.125MHz
|