msm8916-openwrt/target/linux/bcm27xx/patches-6.6/950-0982-DTS-bcm2712-emmc2-clock-frequency-is-200MHz.patch
Álvaro Fernández Rojas 8c405cdccc bcm27xx: add 6.6 kernel patches
The patches were generated from the RPi repo with the following command:
git format-patch v6.6.34..rpi-6.1.y

Some patches needed rebasing and, as usual, the applied and reverted, wireless
drivers, Github workflows, READMEs and defconfigs patches were removed.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2024-06-18 18:52:49 +02:00

24 lines
758 B
Diff

From 2db8d1cd04d98a3cfba1b800ce031c6dd97e1ac9 Mon Sep 17 00:00:00 2001
From: Jonathan Bell <jonathan@raspberrypi.com>
Date: Wed, 20 Mar 2024 11:58:49 +0000
Subject: [PATCH 0982/1085] DTS: bcm2712: emmc2 clock frequency is 200MHz
The bootloader sets this as the controller base clock.
Signed-off-by: Jonathan Bell <jonathan@raspberrypi.com>
---
arch/arm/boot/dts/broadcom/bcm2712.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/arch/arm/boot/dts/broadcom/bcm2712.dtsi
+++ b/arch/arm/boot/dts/broadcom/bcm2712.dtsi
@@ -1214,7 +1214,7 @@
clk_emmc2: clk_emmc2 {
#clock-cells = <0>;
compatible = "fixed-clock";
- clock-frequency = <54000000>;
+ clock-frequency = <200000000>;
clock-output-names = "emmc2-clock";
};
};