Re: [PATCH] wlcore: spi: add wl18xx support

From: Kalle Valo
Date: Thu Apr 07 2016 - 10:32:18 EST


"Reizer, Eyal" <eyalr@xxxxxx> writes:

>> > static const struct of_device_id wlcore_spi_of_match_table[] = {
>> > - { .compatible = "ti,wl1271" },
>> > + { .compatible = "ti,wl1271", .data = &wl12xx_data},
>> > + { .compatible = "ti,wl1273", .data = &wl12xx_data},
>> > + { .compatible = "ti,wl1281", .data = &wl12xx_data},
>> > + { .compatible = "ti,wl1283", .data = &wl12xx_data},
>> > + { .compatible = "ti,wl1801", .data = &wl18xx_data},
>> > + { .compatible = "ti,wl1805", .data = &wl18xx_data},
>> > + { .compatible = "ti,wl1807", .data = &wl18xx_data},
>> > + { .compatible = "ti,wl1831", .data = &wl18xx_data},
>> > + { .compatible = "ti,wl1835", .data = &wl18xx_data},
>> > + { .compatible = "ti,wl1837", .data = &wl18xx_data},
>> > { }
>>
>> Shouldn't you also update bindings/net/wireless/ti,wlcore,spi.txt? Now it only
>> mentions about ti,wl1271 and not anything about the rest.
>
> You are right! Will be fixed in v2

Thanks. Also remember to CC devicetree list.

--
Kalle Valo