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