Re: [EXTERNAL] Re: [PATCH] arm: dts: am437x-sk-evm: add wilink8 support

2018-05-07 Thread Tony Lindgren
* Reizer, Eyal [180507 06:57]: > Hi Tony, > > > > > Yeah my guess is that the reason for the separate GPIO interrupt was > > that on omap3 we did not have SDIO interrupt working for years. This was > > because of the issues related to padconf interrupts for off mode. > > > > We now have Linux g

RE: [EXTERNAL] Re: [PATCH] arm: dts: am437x-sk-evm: add wilink8 support

2018-05-06 Thread Reizer, Eyal
Hi Tony, > > Yeah my guess is that the reason for the separate GPIO interrupt was > that on omap3 we did not have SDIO interrupt working for years. This was > because of the issues related to padconf interrupts for off mode. > > We now have Linux generic wakeirq support working with SDIO and it

Re: [EXTERNAL] Re: [PATCH] arm: dts: am437x-sk-evm: add wilink8 support

2018-05-06 Thread Tony Lindgren
* Reizer, Eyal [180506 07:47]: > I will try to see what I can find out and why it has always been used only > With out-of band interrupts and whether there is a real hardware > Limitation behind it . > In the past also the omap-hsmmc driver was not really supporting in-band > sdio interrupt out o

RE: [EXTERNAL] Re: [PATCH] arm: dts: am437x-sk-evm: add wilink8 support

2018-05-06 Thread Reizer, Eyal
> > * Reizer, Eyal [180503 06:43]: > > > > > > * Eyal Reizer [180501 00:26]: > > > > enable mmc3 used for wlan and uart1 used for bluetooth > > > > configure the gpios used for wlan and bluetooth controls > > > > add fixed voltage regulator used for wlan power control > > > ... > > > > / { > >

Re: [EXTERNAL] Re: [PATCH] arm: dts: am437x-sk-evm: add wilink8 support

2018-05-03 Thread Tony Lindgren
* Reizer, Eyal [180503 06:43]: > > > > * Eyal Reizer [180501 00:26]: > > > enable mmc3 used for wlan and uart1 used for bluetooth > > > configure the gpios used for wlan and bluetooth controls > > > add fixed voltage regulator used for wlan power control > > ... > > > / { > > > model = "TI AM

RE: [EXTERNAL] Re: [PATCH] arm: dts: am437x-sk-evm: add wilink8 support

2018-05-02 Thread Reizer, Eyal
> > * Eyal Reizer [180501 00:26]: > > enable mmc3 used for wlan and uart1 used for bluetooth > > configure the gpios used for wlan and bluetooth controls > > add fixed voltage regulator used for wlan power control > ... > > / { > > model = "TI AM437x SK EVM"; > > @@ -158,6 +159,22 @@ > >

Re: [PATCH] arm: dts: am437x-sk-evm: add wilink8 support

2018-05-02 Thread Tony Lindgren
* Eyal Reizer [180501 00:26]: > enable mmc3 used for wlan and uart1 used for bluetooth > configure the gpios used for wlan and bluetooth controls > add fixed voltage regulator used for wlan power control ... > / { > model = "TI AM437x SK EVM"; > @@ -158,6 +159,22 @@ >

RE: [PATCH] arm: dts: am437x-sk-evm: add wilink8 support

2018-05-02 Thread Reizer, Eyal
> > ARM should be capitalized in subject line. OK, will be fixed in v2 > > > + > > +&mmc3 { > > + status = "okay"; > > + /* > > +* these are on the crossbar and are outlined in the > > +* xbar-event-map element > > +*/ > > + dmas = <&edma_xbar 30 0 1>, > > + <&edma_xb

Re: [PATCH] arm: dts: am437x-sk-evm: add wilink8 support

2018-05-02 Thread Sekhar Nori
On Tuesday 01 May 2018 12:54 PM, Eyal Reizer wrote: > enable mmc3 used for wlan and uart1 used for bluetooth > configure the gpios used for wlan and bluetooth controls > add fixed voltage regulator used for wlan power control > > Signed-off-by: Eyal Reizer ARM should be capitalized in subject li

[PATCH] arm: dts: am437x-sk-evm: add wilink8 support

2018-05-01 Thread Eyal Reizer
enable mmc3 used for wlan and uart1 used for bluetooth configure the gpios used for wlan and bluetooth controls add fixed voltage regulator used for wlan power control Signed-off-by: Eyal Reizer --- arch/arm/boot/dts/am437x-sk-evm.dts | 115 1 file changed, 1