mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 22:23:27 +00:00
24 lines
699 B
Diff
24 lines
699 B
Diff
|
From 24a303eec794e5a1e8479430191237c2ebdd23d9 Mon Sep 17 00:00:00 2001
|
||
|
From: Lee Jackson <lee.jackson@arducam.com>
|
||
|
Date: Wed, 22 Mar 2023 16:24:19 +0800
|
||
|
Subject: [PATCH] dtoverlays: Reduce the link-frequencies of IMX519
|
||
|
|
||
|
Modify the link-frequencies of IMX519 to 408000000.
|
||
|
|
||
|
Signed-off-by: Lee Jackson <lee.jackson@arducam.com>
|
||
|
---
|
||
|
arch/arm/boot/dts/overlays/imx519.dtsi | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
--- a/arch/arm/boot/dts/overlays/imx519.dtsi
|
||
|
+++ b/arch/arm/boot/dts/overlays/imx519.dtsi
|
||
|
@@ -21,7 +21,7 @@ cam_node: imx519@1a {
|
||
|
data-lanes = <1 2>;
|
||
|
clock-noncontinuous;
|
||
|
link-frequencies =
|
||
|
- /bits/ 64 <493500000>;
|
||
|
+ /bits/ 64 <408000000>;
|
||
|
};
|
||
|
};
|
||
|
};
|