Skip to content

Commit

Permalink
DTS: bcm2712; re-enable SD slot CQE by default on Pi 5
Browse files Browse the repository at this point in the history
This reverts commit 1b92c93.

Signed-off-by: Jonathan Bell <[email protected]>
  • Loading branch information
P33M authored and popcornmix committed Oct 23, 2024
1 parent 54d34f7 commit dfc4237
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions arch/arm/boot/dts/overlays/README
Original file line number Diff line number Diff line change
Expand Up @@ -378,9 +378,9 @@ Params:
non-lite SKU of CM4).
(default "on")

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

sd_overclock Clock (in MHz) to use when the MMC framework
requests 50MHz
Expand Down
1 change: 1 addition & 0 deletions arch/arm64/boot/dts/broadcom/bcm2712-rpi-5-b.dts
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,7 @@ dpi_16bit_gpio2: &rp1_dpi_16bit_gpio2 { };
sd-uhs-sdr50;
sd-uhs-ddr50;
sd-uhs-sdr104;
supports-cqe;
cd-gpios = <&gio_aon 5 GPIO_ACTIVE_LOW>;
//no-1-8-v;
status = "okay";
Expand Down

0 comments on commit dfc4237

Please sign in to comment.