mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-22 15:02:32 +00:00
33 lines
1009 B
Diff
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";
|