We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe027c6 commit 14b38bdCopy full SHA for 14b38bd
arch/arm/boot/dts/broadcom/bcm2712-rpi-cm5.dtsi
@@ -344,7 +344,7 @@ dpi_16bit_gpio2: &rp1_dpi_16bit_gpio2 { };
344
345
/* SDIO1 is used to drive the eMMC/SD card */
346
&sdio1 {
347
- pinctrl-0 = <&emmc_cmddat_pulls>, <&emmc_ds_pull>, <&emmc_aon_cd_pins>;
+ pinctrl-0 = <&emmc_cmddat_pulls>, <&emmc_ds_pull>;
348
pinctrl-names = "default";
349
vqmmc-supply = <&sd_io_1v8_reg>;
350
vmmc-supply = <&sd_vcc_reg>;
@@ -359,10 +359,6 @@ dpi_16bit_gpio2: &rp1_dpi_16bit_gpio2 { };
359
};
360
361
&pinctrl_aon {
362
- emmc_aon_cd_pins: emmc_aon_cd_pins {
363
- function = "sd_card_g";
364
- pins = "aon_gpio5";
365
- bias-pull-up;
366
367
368
/* Slight hack - only one PWM pin (status LED) is usable */
0 commit comments