From f2bf10ccc9e6243d775bd0d6c2309cea3e1ff39a Mon Sep 17 00:00:00 2001 From: Terry Lv Date: Tue, 21 Jun 2011 14:29:52 +0800 Subject: [PATCH] ENGR00139235-1 include: fsl_device add clock name in platform data Add clock name, max_volt, min_volt field Signed-off-by: Terry Lv --- include/linux/fsl_devices.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/linux/fsl_devices.h b/include/linux/fsl_devices.h index 25a197036442..ba5940d7164e 100644 --- a/include/linux/fsl_devices.h +++ b/include/linux/fsl_devices.h @@ -268,6 +268,9 @@ struct mxc_iim_platform_data { struct mxc_otp_platform_data { char **fuse_name; char *regulator_name; + char *clock_name; + unsigned int min_volt; + unsigned int max_volt; unsigned int fuse_num; }; -- 2.39.5