Re: [PATCH v3 11/15] ARM: dts: dra7-evm: Add wilink8 wlan support

From: Kishon Vijay Abraham I
Date: Fri Apr 27 2018 - 07:20:47 EST


Hi Rob,

On Wednesday 25 April 2018 08:17 PM, Rob Herring wrote:
> On Wed, Apr 25, 2018 at 7:54 AM, Kishon Vijay Abraham I <kishon@xxxxxx> wrote:
>> From: Hari Nagalla <hnagalla@xxxxxx>
>>
>> The wilink module is a combo wireless connectivity sdio
>> card based on Texas Instrument's wl18xx solution. It is a
>> 4-wire, 1.8V, embedded sdio wlan device with an external
>> irq line and is power-controlled by a gpio-based fixed
>> regulator.
>>
>> Add pinmux configuration and IODelay values for MMC4.
>> On dra7-evm, MMC4 is used for connecting to wilink module.
>>
>> IODelay data credits to : Vishal Mahaveer <vishalm@xxxxxx>
>> and Sekhar Nori <nsekhar@xxxxxx>
>>
>> Signed-off-by: Ido Yariv <ido@xxxxxxxxxx>
>> Signed-off-by: Eyal Reizer <eyalr@xxxxxx>
>> Signed-off-by: Hari Nagalla <hnagalla@xxxxxx>
>> Signed-off-by: Sekhar Nori <nsekhar@xxxxxx>
>> Signed-off-by: Kishon Vijay Abraham I <kishon@xxxxxx>
>> ---
>> arch/arm/boot/dts/dra7-evm-common.dtsi | 15 +++++++++++++++
>> arch/arm/boot/dts/dra7-evm.dts | 25 +++++++++++++++++++++++++
>> 2 files changed, 40 insertions(+)
>>
>> diff --git a/arch/arm/boot/dts/dra7-evm-common.dtsi b/arch/arm/boot/dts/dra7-evm-common.dtsi
>> index 05a7b1a01bc3..3590c40fc112 100644
>> --- a/arch/arm/boot/dts/dra7-evm-common.dtsi
>> +++ b/arch/arm/boot/dts/dra7-evm-common.dtsi
>> @@ -260,3 +260,18 @@
>> &pcie1_rc {
>> status = "okay";
>> };
>> +
>> +&mmc4 {
>> + bus-width = <4>;
>> + cap-power-off-card;
>> + keep-power-in-suspend;
>> + non-removable;
>> + #address-cells = <1>;
>> + #size-cells = <0>;
>> + wlcore: wlcore@2 {
>
> wifi@2

sure, I'll fix it in the next revision.

Thanks
Kishon