From: Anton Vorontsov Date: Tue, 23 Sep 2008 14:12:19 +0000 (+0400) Subject: OF: add fsl,mcu-mpc8349emitx to the exception list X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=7e7385ce4115830bf5e0b43d62087a94871b78de;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git OF: add fsl,mcu-mpc8349emitx to the exception list of/base.c matches on the first (most specific) entries, which isn't quite practical but it was discussed[1] that this won't change. The bindings specifies verbose information for the devices, but it doesn't fit in the I2C ID's 20 characters limit. The limit won't change[2], and the bindings won't change either as they're correct. So we have to put an exception for the MPC8349E-mITX-compatible MCUs. Signed-off-by: Anton Vorontsov Signed-off-by: Kumar Gala --- diff --git a/drivers/of/base.c b/drivers/of/base.c index 4270eb4a26a1..7c79e94a35ea 100644 --- a/drivers/of/base.c +++ b/drivers/of/base.c @@ -410,7 +410,7 @@ struct of_modalias_table { char *modalias; }; static struct of_modalias_table of_modalias_table[] = { - /* Empty for now; add entries as needed */ + { "fsl,mcu-mpc8349emitx", "mcu-mpc8349emitx" }, }; /**