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>
43 lines
1.7 KiB
Diff
43 lines
1.7 KiB
Diff
From ae4cf2a6176b1f45a33b23cc13a42c48bf52b17d Mon Sep 17 00:00:00 2001
|
|
From: Dave Stevenson <dave.stevenson@raspberrypi.com>
|
|
Date: Thu, 14 Nov 2024 13:15:24 +0000
|
|
Subject: [PATCH] dtoverlays: Add link-frequency override to imx477/378 overlay
|
|
|
|
Copy of the imx708 change.
|
|
|
|
Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
|
|
---
|
|
arch/arm/boot/dts/overlays/README | 4 ++++
|
|
arch/arm/boot/dts/overlays/imx477_378-overlay.dtsi | 1 +
|
|
2 files changed, 5 insertions(+)
|
|
|
|
--- a/arch/arm/boot/dts/overlays/README
|
|
+++ b/arch/arm/boot/dts/overlays/README
|
|
@@ -2812,6 +2812,8 @@ Params: rotation Mounting
|
|
camera clamping I/Os such as XVS to 0V.
|
|
sync-source Configure as vsync source
|
|
sync-sink Configure as vsync sink
|
|
+ link-frequency Allowable link frequency values to use in Hz:
|
|
+ 450000000 (default), 453000000, 456000000.
|
|
|
|
|
|
Name: imx462
|
|
@@ -2854,6 +2856,8 @@ Params: rotation Mounting
|
|
camera clamping I/Os such as XVS to 0V.
|
|
sync-source Configure as vsync source
|
|
sync-sink Configure as vsync sink
|
|
+ link-frequency Allowable link frequency values to use in Hz:
|
|
+ 450000000 (default), 453000000, 456000000.
|
|
|
|
|
|
Name: imx500
|
|
--- a/arch/arm/boot/dts/overlays/imx477_378-overlay.dtsi
|
|
+++ b/arch/arm/boot/dts/overlays/imx477_378-overlay.dtsi
|
|
@@ -86,6 +86,7 @@
|
|
<&cam_node>, "clocks:0=",<&cam0_clk>,
|
|
<&cam_node>, "VANA-supply:0=",<&cam0_reg>;
|
|
always-on = <0>, "+99";
|
|
+ link-frequency = <&cam_endpoint>,"link-frequencies#0";
|
|
};
|
|
};
|
|
|