Skip to content

Commit 48a15bc

Browse files
P33Mpelwell
authored andcommitted
DTS: bcm2712; re-enable SD slot CQE by default on Pi 5
This reverts commit 1b92c93. Signed-off-by: Jonathan Bell <jonathan@raspberrypi.com>
1 parent 73ddacb commit 48a15bc

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

arch/arm/boot/dts/overlays/README

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -378,9 +378,9 @@ Params:
378378
non-lite SKU of CM4).
379379
(default "on")
380380

381-
sd_cqe Use to enable Command Queueing on the SD
382-
interface for faster Class A2 card performance
383-
(Pi 5 only, default "off")
381+
sd_cqe Set to "off" to disable Command Queueing if you
382+
have an incompatible Class A2 SD card
383+
(Pi 5 only, default "on")
384384

385385
sd_overclock Clock (in MHz) to use when the MMC framework
386386
requests 50MHz

arch/arm64/boot/dts/broadcom/bcm2712-rpi-5-b.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,7 @@ dpi_16bit_gpio2: &rp1_dpi_16bit_gpio2 { };
365365
sd-uhs-sdr50;
366366
sd-uhs-ddr50;
367367
sd-uhs-sdr104;
368+
supports-cqe;
368369
cd-gpios = <&gio_aon 5 GPIO_ACTIVE_LOW>;
369370
//no-1-8-v;
370371
status = "okay";

0 commit comments

Comments
 (0)