Since commit 4ead6e90a9cb ("mci: handle SDIO cards gracefully"), barebox no longer chokes on SDIO cards, but skips them gracefully. We thus don't need to force disable them in the barebox DT. Signed-off-by: Ahmad Fatoum <a.fatoum@xxxxxxxxxxxxxx> --- arch/arm/dts/bcm2711-rpi-4.dts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/arch/arm/dts/bcm2711-rpi-4.dts b/arch/arm/dts/bcm2711-rpi-4.dts index 3c0caa73f8f1..de748e2fc65b 100644 --- a/arch/arm/dts/bcm2711-rpi-4.dts +++ b/arch/arm/dts/bcm2711-rpi-4.dts @@ -4,11 +4,6 @@ reg = <0x0 0x0 0x0>; }; -&sdhci { - /* no use for SDIO WiFi in barebox */ - status = "disabled"; -}; - &uart1 { /* VPU core clock is reported at 200MHz, but needs to be 500Mhz * for ns16550 driver to set correct baudrate. Until that's -- 2.39.2