msm8916-openwrt/target/linux/bcm27xx/patches-6.6/950-1114-dts-bcm2712-cm5-fix-typo-and-declare-HS400es-support.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

33 lines
1009 B
Diff

From edd63f01d14139da49a3fd4e7df4167b828c9fc5 Mon Sep 17 00:00:00 2001
From: Jonathan Bell <jonathan@raspberrypi.com>
Date: Wed, 5 Jun 2024 11:08:18 +0100
Subject: [PATCH 1114/1135] dts: bcm2712: cm5: fix typo and declare HS400es
support
Enhanced strobe means HS200 training can be skipped.
Signed-off-by: Jonathan Bell <jonathan@raspberrypi.com>
---
arch/arm/boot/dts/broadcom/bcm2712-rpi-cm5.dtsi | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
--- a/arch/arm/boot/dts/broadcom/bcm2712-rpi-cm5.dtsi
+++ b/arch/arm/boot/dts/broadcom/bcm2712-rpi-cm5.dtsi
@@ -48,7 +48,7 @@
#undef uart5
/ {
- compatible = "raspberrypi,5-compute-model", "brcm,bcm2712";
+ compatible = "raspberrypi,5-compute-module", "brcm,bcm2712";
model = "Raspberry Pi Compute Module 5";
/* Will be filled by the bootloader */
@@ -354,6 +354,7 @@ dpi_16bit_gpio2: &rp1_dpi_16bit_g
sd-uhs-sdr104;
mmc-hs200-1_8v;
mmc-hs400-1_8v;
+ mmc-hs400-enhanced-strobe;
broken-cd;
supports-cqe;
status = "okay";