a5fcfef0b8
Add support for dynamical allocation of imx-keypad on mx5 platform. After moving to dynamically registration of the keypad, the keypad clock name needs to change accordingly. The reason is that the original mx5 keypad platform_device id was 0, now we use id=-1 as per arch/arm/plat-mxc/devices/platform-imx-keypad.c. Tested keypad successfully on a MX51_3DS board. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
6 lines
249 B
C
6 lines
249 B
C
extern struct platform_device mxc_usbdr_host_device;
|
|
extern struct platform_device mxc_usbh1_device;
|
|
extern struct platform_device mxc_usbh2_device;
|
|
extern struct platform_device mxc_usbdr_udc_device;
|
|
extern struct platform_device mxc_hsi2c_device;
|