diff options
author | Fred Fan <r01011@freescale.com> | 2010-01-27 22:06:37 +0800 |
---|---|---|
committer | Alejandro Gonzalez <alex.gonzalez@digi.com> | 2010-05-25 11:13:33 +0200 |
commit | 2b7126955b39b263f22b4dac504915b212e23f1a (patch) | |
tree | 96622cbc3a36155c66331bfd69f33805bbd22172 /arch/arm/plat-mxs/include/mach/device.h | |
parent | d8b4d74f0f1ed65a9c076c1266e4a6a60837a333 (diff) |
ENGR00117732-2 i.MX28 LRADC support
Add platform data resource support
Signed-off-by: Fred.fan <r01011@freescale.com>
Signed-off-by: Alejandro Gonzalez <alex.gonzalez@digi.com>
Diffstat (limited to 'arch/arm/plat-mxs/include/mach/device.h')
-rw-r--r-- | arch/arm/plat-mxs/include/mach/device.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/plat-mxs/include/mach/device.h b/arch/arm/plat-mxs/include/mach/device.h index b362d2eea526..7083baa89245 100644 --- a/arch/arm/plat-mxs/include/mach/device.h +++ b/arch/arm/plat-mxs/include/mach/device.h @@ -57,6 +57,11 @@ struct mxs_i2c_plat_data { unsigned int pioqueue_mode:1; }; +struct mxs_lradc_plat_data { + unsigned int vddio_voltage; + unsigned int battery_voltage; +}; + extern void mxs_timer_init(struct mxs_sys_timer *timer); extern void mxs_nop_release(struct device *dev); |