Brcm4356 and mainline linux kernel

!!! SOLVED !!! (big tnx for NICK :wink: )

mainline kernel dts have 50000000 freq for wifi sdio
just need change to 100000000

&sd_emmc_a {
    status = "okay";
//  max-frequency = <50000000>;
    max-frequency = <100000000>;
};