]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ENGR00139235-1 include: fsl_device add clock name in platform data
authorTerry Lv <r65388@freescale.com>
Tue, 21 Jun 2011 06:29:52 +0000 (14:29 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 24 May 2013 06:32:58 +0000 (08:32 +0200)
Add clock name, max_volt, min_volt field

Signed-off-by: Terry Lv <r65388@freescale.com>
include/linux/fsl_devices.h

index 25a197036442fcde65bf84b669d4af16a55939e7..ba5940d7164e9597d809e3bf029218fc2e8f7090 100644 (file)
@@ -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;
 };