[PATCH v1 2/5] mmc: mxs-mmc: add dt probe support
From: Dong Aisheng <hidden>
Date: 2012-03-14 06:53:25
Also in:
linux-devicetree, linux-mmc, lkml
From: Dong Aisheng <hidden>
Date: 2012-03-14 06:53:25
Also in:
linux-devicetree, linux-mmc, lkml
On Wed, Mar 14, 2012 at 01:58:25PM +0800, Marek Vasut wrote:
Dear Dong Aisheng,quoted
Signed-off-by: Dong Aisheng <redacted>
........
quoted
+static const struct of_device_id mxs_mmc_dt_ids[] = { + { .compatible = "fsl,imx23-mmc", .data = NULL, }, + { .compatible = "fsl,imx28-mmc", .data = NULL, },Do you really need two distinct ones here?
Hmm, my original purpose is to put soc difference data in .data to remove cpu_is_* function calls in the driver later. Do you think if any issue? Regards Dong Aisheng