bcm27xx: switch to 5.15
[openwrt/staging/chunkeey.git] / target / linux / bcm27xx / patches-5.10 / 950-0352-overlays-imx219-Correct-link-frequency-to-match-the-.patch
1 From 7ba47043d428bce18161417f134ca6492d097744 Mon Sep 17 00:00:00 2001
2 From: Dave Stevenson <dave.stevenson@raspberrypi.com>
3 Date: Wed, 11 Mar 2020 12:07:57 +0000
4 Subject: [PATCH] overlays: imx219: Correct link frequency to match the
5 upstream driver
6
7 The upstream driver is checking the link frequency parameter, and
8 the overlay had the wrong value.
9
10 Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
11 ---
12 arch/arm/boot/dts/overlays/imx219-overlay.dts | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 --- a/arch/arm/boot/dts/overlays/imx219-overlay.dts
16 +++ b/arch/arm/boot/dts/overlays/imx219-overlay.dts
17 @@ -36,7 +36,7 @@
18 data-lanes = <1 2>;
19 clock-noncontinuous;
20 link-frequencies =
21 - /bits/ 64 <297000000>;
22 + /bits/ 64 <456000000>;
23 };
24 };
25 };