[beagleboard] WL1835mod not working with latest TI kernel?

2015-11-02 Thread e_mag
Hello,

I have a wl1835mod cape and am trying to run the latest TI kernel so I can 
have sleep mode too (4.1.12-ti-rt-r26).

The problem is that the WL1835mod cape no longer works, all I get is:

dmesg | grep wl
[4.160681] wlan-en-regulator: disabling
[   13.628431] wl1271_sdio: probe of mmc1:0001:1 failed with error -16
[   13.628584] wl1271_sdio: probe of mmc1:0001:2 failed with error -16

...makes sense if it's looking for a WL1271 and I have a WL1835, but how 
can I get it to load the correct driver?

My uEnv.txt:

uname_r=4.1.12-ti-rt-r26
uuid=09597df5-a634-419c-b9cb-3315c5284ec1
dtb=am335x-boneblack-wl1835mod.dtb

cmdline=coherent pool=1M quiet


Thank you.

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[beagleboard] WL1835mod with kernel 4.2.5-bone2

2015-11-02 Thread e_mag
Hi,

I'm trying to get the WL1835mod cape working with kernel version 
4.2.5-bone2, so I can have sleep mode enabled as well. 

I'm using the ./wl8-build.sh script from here: 
http://processors.wiki.ti.com/index.php/WL1835_Cape_on_BeagleBone_with_MainLine_Kernel_Debian_Filesystem.

I've obviously modified the script to download 4.2.5-bone2, as well as a 
minimalist Ubuntu build instead of Debian.

Everything boots and works well, except the wl1835mod cape is not 
recognized. dmesg simply shows the following:

ubuntu@arm:~$ dmesg | grep wl
[5.319992] wlan-en-regulator: disabling
[8.778535] wl1271_sdio: probe of mmc1:0001:2 failed with error -12

...which kinda makes sense, if it's trying to find a wl1271mod instead of a 
wl1835mod. 

How do I make it search for the wl1835mod on mmc1 instead? Is it something 
in am335x-boneblack-wl1835mod-cape.dtsi or uEnv.txt that I have to modify?

Here is my uEnv.txt:

ubuntu@arm:/boot$ cat uEnv.txt
uname_r=4.2.5-bone2
uuid=09597df5-a634-419c-b9cb-3315c5284ec1
dtb=am335x-boneblack-wl1835mod.dtb

cmdline=coherent pool=1M quiet

Thank you,

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.