"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 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html