forked from Openwrt/openwrt
8c405cdccc
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>
24 lines
758 B
Diff
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";
|
|
};
|
|
};
|