We disabled the sdhci controller in the devicetree because trying to detect the attached SDIO resulted in annoying error messages. As we can now gracefully detect SDIO cards we can enable the controller. This has the advantage that Linux gains WiFi support when the kernel is started with the barebox live tree. Signed-off-by: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx> --- arch/arm/dts/bcm2837-rpi-3.dts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/arch/arm/dts/bcm2837-rpi-3.dts b/arch/arm/dts/bcm2837-rpi-3.dts index e82d518fa5..38d673aec4 100644 --- a/arch/arm/dts/bcm2837-rpi-3.dts +++ b/arch/arm/dts/bcm2837-rpi-3.dts @@ -3,7 +3,3 @@ &{/memory@0} { reg = <0x0 0x0>; }; - -&sdhci { - status = "disabled"; -}; -- 2.30.2