From 9b74c5b7460e9adc9a438ce47daa31dd3025fcc2 Mon Sep 17 00:00:00 2001 From: Felix Schneider Date: Thu, 15 Apr 2021 16:34:35 +0200 Subject: [PATCH] Power cycle the wilc wifi chip --- recipes-bsp/device-tree/files/u96v2-sbc/system-bsp.dtsi | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/device-tree/files/u96v2-sbc/system-bsp.dtsi b/recipes-bsp/device-tree/files/u96v2-sbc/system-bsp.dtsi index d80b316c..6c058b79 100644 --- a/recipes-bsp/device-tree/files/u96v2-sbc/system-bsp.dtsi +++ b/recipes-bsp/device-tree/files/u96v2-sbc/system-bsp.dtsi @@ -70,8 +70,9 @@ &sdhci1 { bus-width= <0x4>; - /* non-removeable; */ - /* mmc-pwrseq = <&sdio_pwrseq>; */ + non-removeable; + disable-wp; + mmc-pwrseq = <&sdio_pwrseq>; max-frequency = <50000000>; /delete-property/cap-power-off-card; // This is not compatible with the WILC3000 and means the WILC will always be powered on status = "okay";