Skip to content

Commit 14b38bd

Browse files
committed
dts: bcm2712: cm5: There is no card detect signal
Delete the reference to the EMMC/SD card detect signal because the pin is used for ANT1 on CM5. Signed-off-by: Phil Elwell <phil@raspberrypi.com>
1 parent fe027c6 commit 14b38bd

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ dpi_16bit_gpio2: &rp1_dpi_16bit_gpio2 { };
344344

345345
/* SDIO1 is used to drive the eMMC/SD card */
346346
&sdio1 {
347-
pinctrl-0 = <&emmc_cmddat_pulls>, <&emmc_ds_pull>, <&emmc_aon_cd_pins>;
347+
pinctrl-0 = <&emmc_cmddat_pulls>, <&emmc_ds_pull>;
348348
pinctrl-names = "default";
349349
vqmmc-supply = <&sd_io_1v8_reg>;
350350
vmmc-supply = <&sd_vcc_reg>;
@@ -359,10 +359,6 @@ dpi_16bit_gpio2: &rp1_dpi_16bit_gpio2 { };
359359
};
360360

361361
&pinctrl_aon {
362-
emmc_aon_cd_pins: emmc_aon_cd_pins {
363-
function = "sd_card_g";
364-
pins = "aon_gpio5";
365-
bias-pull-up;
366362
};
367363

368364
/* Slight hack - only one PWM pin (status LED) is usable */

0 commit comments

Comments
 (0)