bcm27xx-gpu-fw: update to latest version
[openwrt/openwrt.git] / target / linux / bcm27xx / patches-5.4 / 950-0464-overlays-imx219-Correct-link-frequency-to-match-the-.patch
1 From eae83133532e44adae2f632b2168119a4c7249a2 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 @@ -40,7 +40,7 @@
18 data-lanes = <1 2>;
19 clock-noncontinuous;
20 link-frequencies =
21 - /bits/ 64 <297000000>;
22 + /bits/ 64 <456000000>;
23 };
24 };
25 };