mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-06-10 14:22:05 +08:00
24 lines
729 B
Diff
24 lines
729 B
Diff
From a390c2098ae9f4ec36b3953b48980f3f75d01d24 Mon Sep 17 00:00:00 2001
|
|
From: Dave Stevenson <dave.stevenson@raspberrypi.com>
|
|
Date: Thu, 17 Feb 2022 15:16:56 +0000
|
|
Subject: [PATCH] dtoverlays: Correct link frequency for ov7251
|
|
|
|
It was incorrect, so the driver rejected it.
|
|
|
|
Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
|
|
---
|
|
arch/arm/boot/dts/overlays/ov7251-overlay.dts | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
--- a/arch/arm/boot/dts/overlays/ov7251-overlay.dts
|
|
+++ b/arch/arm/boot/dts/overlays/ov7251-overlay.dts
|
|
@@ -38,7 +38,7 @@
|
|
data-lanes = <1>;
|
|
clock-noncontinuous;
|
|
link-frequencies =
|
|
- /bits/ 64 <456000000>;
|
|
+ /bits/ 64 <240000000>;
|
|
};
|
|
};
|
|
};
|