Re: [PATCH 2/2] ARM: dts: Fix WLAN regression on omap5-uevm

2015-09-23 Thread Tony Lindgren
* Tony Lindgren [150921 07:16]: > * Javier Martinez Canillas [150921 02:17]: > > > Then getting the 32k clock from palmas is not working either, it > > > seems some better deferred probe handling is needed there if > > > omap_hsmmc is built-in and palmas-clk is a loadable module. > > > > > > > I

Re: [PATCH 2/2] ARM: dts: Fix WLAN regression on omap5-uevm

2015-09-21 Thread Tony Lindgren
* Javier Martinez Canillas [150921 02:17]: > [adding Ulf and Tomeu to cc list] > > On Fri, Sep 18, 2015 at 10:27 PM, Tony Lindgren wrote: > > * Tony Lindgren [150918 10:54]: > >> * Javier Martinez Canillas [150918 10:39]: > >> > Hello Tony, > >> > > >> > [snip] > >> > > >> > > > >> > > +

Re: [PATCH 2/2] ARM: dts: Fix WLAN regression on omap5-uevm

2015-09-21 Thread Javier Martinez Canillas
[adding Ulf and Tomeu to cc list] On Fri, Sep 18, 2015 at 10:27 PM, Tony Lindgren wrote: > * Tony Lindgren [150918 10:54]: >> * Javier Martinez Canillas [150918 10:39]: >> > Hello Tony, >> > >> > [snip] >> > >> > > >> > > + vmmcsdio_fixed: fixedregulator-mmcsdio { >> > > + c

Re: [PATCH 2/2] ARM: dts: Fix WLAN regression on omap5-uevm

2015-09-19 Thread Tony Lindgren
* Grazvydas Ignotas [150919 14:16]: > On Fri, Sep 18, 2015 at 9:39 PM, Robert Nelson > wrote: > > On Fri, Sep 18, 2015 at 11:51 AM, Tony Lindgren wrote: > >> * Robert Nelson [150918 09:45]: > >>> On Fri, Sep 18, 2015 at 11:29 AM, Tony Lindgren wrote: > >>> > Commit 99f84cae43df ("ARM: dts: ad

Re: [PATCH 2/2] ARM: dts: Fix WLAN regression on omap5-uevm

2015-09-19 Thread Grazvydas Ignotas
On Fri, Sep 18, 2015 at 9:39 PM, Robert Nelson wrote: > On Fri, Sep 18, 2015 at 11:51 AM, Tony Lindgren wrote: >> * Robert Nelson [150918 09:45]: >>> On Fri, Sep 18, 2015 at 11:29 AM, Tony Lindgren wrote: >>> > Commit 99f84cae43df ("ARM: dts: add wl12xx/wl18xx bindings") added >>> > device tree

Re: [PATCH 2/2] ARM: dts: Fix WLAN regression on omap5-uevm

2015-09-18 Thread Tony Lindgren
* Tony Lindgren [150918 13:27]: > And also.. It seems wl18xx somehow keeps looing for a wrong Sorry sent the email before finishing it :) Note related to these patches, but the wl18xx keeps looking for wrong firmware and produces the following: # modprobe wlcore_sdio ... wlcore: ERROR configura

Re: [PATCH 2/2] ARM: dts: Fix WLAN regression on omap5-uevm

2015-09-18 Thread Tony Lindgren
* Tony Lindgren [150918 10:54]: > * Javier Martinez Canillas [150918 10:39]: > > Hello Tony, > > > > [snip] > > > > > > > > + vmmcsdio_fixed: fixedregulator-mmcsdio { > > > + compatible = "regulator-fixed"; > > > + regulator-name = "vmmcsdio_fixed"; > > > +

Re: [PATCH 2/2] ARM: dts: Fix WLAN regression on omap5-uevm

2015-09-18 Thread Robert Nelson
On Fri, Sep 18, 2015 at 11:51 AM, Tony Lindgren wrote: > * Robert Nelson [150918 09:45]: >> On Fri, Sep 18, 2015 at 11:29 AM, Tony Lindgren wrote: >> > Commit 99f84cae43df ("ARM: dts: add wl12xx/wl18xx bindings") added >> > device tree bindings for the TI WLAN SDIO on many omap variants. >> > >>

Re: [PATCH 2/2] ARM: dts: Fix WLAN regression on omap5-uevm

2015-09-18 Thread Tony Lindgren
* Javier Martinez Canillas [150918 10:39]: > Hello Tony, > > [snip] > > > > > + vmmcsdio_fixed: fixedregulator-mmcsdio { > > + compatible = "regulator-fixed"; > > + regulator-name = "vmmcsdio_fixed"; > > + regulator-min-microvolt = <180>; > > +

Re: [PATCH 2/2] ARM: dts: Fix WLAN regression on omap5-uevm

2015-09-18 Thread Javier Martinez Canillas
Hello Tony, [snip] > > + vmmcsdio_fixed: fixedregulator-mmcsdio { > + compatible = "regulator-fixed"; > + regulator-name = "vmmcsdio_fixed"; > + regulator-min-microvolt = <180>; > + regulator-max-microvolt = <180>; > +

Re: [PATCH 2/2] ARM: dts: Fix WLAN regression on omap5-uevm

2015-09-18 Thread Tony Lindgren
* Tony Lindgren [150918 09:55]: > * Robert Nelson [150918 09:45]: > > On Fri, Sep 18, 2015 at 11:29 AM, Tony Lindgren wrote: > > > Commit 99f84cae43df ("ARM: dts: add wl12xx/wl18xx bindings") added > > > device tree bindings for the TI WLAN SDIO on many omap variants. > > > > > > I recall wonder

Re: [PATCH 2/2] ARM: dts: Fix WLAN regression on omap5-uevm

2015-09-18 Thread Tony Lindgren
* Robert Nelson [150918 09:45]: > On Fri, Sep 18, 2015 at 11:29 AM, Tony Lindgren wrote: > > Commit 99f84cae43df ("ARM: dts: add wl12xx/wl18xx bindings") added > > device tree bindings for the TI WLAN SDIO on many omap variants. > > > > I recall wondering how come omap5-uevm did not have the WLAN

Re: [PATCH 2/2] ARM: dts: Fix WLAN regression on omap5-uevm

2015-09-18 Thread Robert Nelson
On Fri, Sep 18, 2015 at 11:29 AM, Tony Lindgren wrote: > Commit 99f84cae43df ("ARM: dts: add wl12xx/wl18xx bindings") added > device tree bindings for the TI WLAN SDIO on many omap variants. > > I recall wondering how come omap5-uevm did not have the WLAN > added and this issue has been bugging me

[PATCH 2/2] ARM: dts: Fix WLAN regression on omap5-uevm

2015-09-18 Thread Tony Lindgren
Commit 99f84cae43df ("ARM: dts: add wl12xx/wl18xx bindings") added device tree bindings for the TI WLAN SDIO on many omap variants. I recall wondering how come omap5-uevm did not have the WLAN added and this issue has been bugging me for a while now, and I finally tracked it down to a bad pinmux r