[PATCH v3 2/2] serial: mxs-auart: Allow device tree probing
From: festevam@gmail.com (Fabio Estevam)
Date: 2012-06-15 16:11:12
Also in:
linux-serial
From: festevam@gmail.com (Fabio Estevam)
Date: 2012-06-15 16:11:12
Also in:
linux-serial
On Fri, Jun 15, 2012 at 1:06 PM, Shawn Guo [off-list ref] wrote:
quoted
+MODULE_DEVICE_TABLE(platform, mxs_auart_devtype);...quoted
+ ? ? ? ? ? ? .id_table = mxs_auart_devtype,I do not think we need these.
WIthout this, the non-dt kernel does not probe correctly.