generic: v6.6: update fitblk driver to work with Linux 6.6
[openwrt/openwrt.git] / target / linux / generic / pending-6.6 / 713-03-arm64-dts-qcom-ipq8074-add-clock-frequency-to-MDIO-n.patch
1 From 3b5a603bf66236b956287909556fd7ad4904450c Mon Sep 17 00:00:00 2001
2 From: Christian Marangi <ansuelsmth@gmail.com>
3 Date: Wed, 24 Jan 2024 19:38:01 +0100
4 Subject: [PATCH 3/3] arm64: dts: qcom: ipq8074: add clock-frequency to MDIO
5 node
6
7 Add clock-frequency to MDIO node to set the MDC rate to 6.25Mhz instead
8 of using the default value of 390KHz from MDIO default divider.
9
10 Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
11 ---
12 arch/arm64/boot/dts/qcom/ipq8074.dtsi | 2 ++
13 1 file changed, 2 insertions(+)
14
15 --- a/arch/arm64/boot/dts/qcom/ipq8074.dtsi
16 +++ b/arch/arm64/boot/dts/qcom/ipq8074.dtsi
17 @@ -275,6 +275,8 @@
18 clocks = <&gcc GCC_MDIO_AHB_CLK>;
19 clock-names = "gcc_mdio_ahb_clk";
20
21 + clock-frequency = <6250000>;
22 +
23 status = "disabled";
24 };
25