Hi All,
We are having a custom board based on IMX6Q sabresd with W18xx based WIFI+BT module connected to sdio lines. I see that the wilink drivers available in 3.18 kernel are not device tree compatible. I applied patches from AM335x wilink kernel driver it to make the driver device tree compatible. Added entry in device tree. The compatible string in dt matches with the one in driver. However the probe function fails to get called.
Can anyone clarify me why the same driver with same patch works in AM335x kernel with dt support but not in IMX kernel. It would be great if anyone could briefly explain me regarding the compat-wireless stuff.