1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-02-15 04:42:02 +00:00
openmptcprouter/6.1/target/linux/bcm27xx/patches-6.1/0634-dtoverlays-Reduce-the-link-frequencies-of-IMX519.patch

28 lines
855 B
Diff

From 6c3b57443d789954253065e704ff6241f1d00d61 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 634/726] 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(-)
diff --git a/arch/arm/boot/dts/overlays/imx519.dtsi b/arch/arm/boot/dts/overlays/imx519.dtsi
index 1f240b6dd985..18cba1781ec4 100644
--- a/arch/arm/boot/dts/overlays/imx519.dtsi
+++ b/arch/arm/boot/dts/overlays/imx519.dtsi
@@ -21,7 +21,7 @@ cam_endpoint: endpoint {
data-lanes = <1 2>;
clock-noncontinuous;
link-frequencies =
- /bits/ 64 <493500000>;
+ /bits/ 64 <408000000>;
};
};
};
--
2.33.1