[PATCH v6 2/5] i2c: Add STM32F4 I2C driver
From: Uwe Kleine-König <hidden>
Date: 2016-12-15 19:33:47
Also in:
linux-devicetree, linux-i2c, lkml
From: Uwe Kleine-König <hidden>
Date: 2016-12-15 19:33:47
Also in:
linux-devicetree, linux-i2c, lkml
Hello Cedric, On Thu, Dec 15, 2016 at 04:26:25PM +0100, M'boumba Cedric Madianga wrote:
quoted
quoted
+static struct platform_driver stm32f4_i2c_driver = { + .driver = { + .name = "stm32f4-i2c", + .of_match_table = stm32f4_i2c_match,Is this needed?Without of_match_table, I could not match an I2C device instance from DT with this driver. So maybe, there is a misunderstanding. Could you please clarify your question ?
I thought (but I could be wrong) that if the driver is called "stm32f4-i2c", it is used to match "st,stm32f4-i2c" even without .of_match_table. If this doesn't work, please disregard my question. Best regards Uwe -- Pengutronix e.K. | Uwe Kleine-K?nig | Industrial Linux Solutions | http://www.pengutronix.de/ |