bcm27xx: 6.1: add kernel patches
[openwrt/staging/stintel.git] / target / linux / bcm27xx / patches-6.1 / 950-0603-dtoverlays-Reduce-the-link-frequencies-of-IMX519.patch
1 From 24a303eec794e5a1e8479430191237c2ebdd23d9 Mon Sep 17 00:00:00 2001
2 From: Lee Jackson <lee.jackson@arducam.com>
3 Date: Wed, 22 Mar 2023 16:24:19 +0800
4 Subject: [PATCH] dtoverlays: Reduce the link-frequencies of IMX519
5
6 Modify the link-frequencies of IMX519 to 408000000.
7
8 Signed-off-by: Lee Jackson <lee.jackson@arducam.com>
9 ---
10 arch/arm/boot/dts/overlays/imx519.dtsi | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 --- a/arch/arm/boot/dts/overlays/imx519.dtsi
14 +++ b/arch/arm/boot/dts/overlays/imx519.dtsi
15 @@ -21,7 +21,7 @@ cam_node: imx519@1a {
16 data-lanes = <1 2>;
17 clock-noncontinuous;
18 link-frequencies =
19 - /bits/ 64 <493500000>;
20 + /bits/ 64 <408000000>;
21 };
22 };
23 };