Skip to content

Commit 18a5b4e

Browse files
committed
ARM64: dts: Add sd and sd_poll_once params to CM5
The CM5 lacks a card detect signal, so it can be useful to be able to disable the external SD card slot (or onboard EMMC on a non-Lite board). See: #6647 Signed-off-by: Phil Elwell <[email protected]>
1 parent 5227282 commit 18a5b4e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

arch/arm/boot/dts/overlays/README

+1-1
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ Params:
402402
(2712 only, default "0")
403403

404404
sd Set to "off" to disable the SD card (or eMMC on
405-
non-lite SKU of CM4).
405+
non-lite SKU of CM4/5).
406406
(default "on")
407407

408408
sd_cqe Modify Command Queuing behaviour on the main SD

arch/arm64/boot/dts/broadcom/bcm2712-rpi-cm5.dtsi

+2
Original file line numberDiff line numberDiff line change
@@ -719,6 +719,8 @@ spi10_cs_pins: &spi10_cs_gpio1 {};
719719
<&ant2>, "output-low?=on";
720720
noanthogs = <&ant1>,"status=disabled",
721721
<&ant2>, "status=disabled";
722+
sd = <&sdio1>, "status";
723+
sd_poll_once = <&sdio1>, "non-removable?";
722724
sd_cqe = <&sdio1>, "supports-cqe:0";
723725
};
724726
};

0 commit comments

Comments
 (0)