diff options
author | Oleksandr Dmytryshyn <oleksandr.dmytryshyn@ti.com> | 2012-04-26 11:21:22 +0300 |
---|---|---|
committer | Ziyann <jaraidaniel@gmail.com> | 2014-10-01 13:00:17 +0200 |
commit | a6bdf526a02165036ae7808c9610708cea9a143b (patch) | |
tree | 5b64ffb83704ad1c7b8cc87b07aad3f0446d08ec /include/linux/i2c | |
parent | 812f603a1266878be9c4ee3775150ada371899b0 (diff) | |
download | kernel_samsung_tuna-a6bdf526a02165036ae7808c9610708cea9a143b.zip kernel_samsung_tuna-a6bdf526a02165036ae7808c9610708cea9a143b.tar.gz kernel_samsung_tuna-a6bdf526a02165036ae7808c9610708cea9a143b.tar.bz2 |
MFD: TWL6030: Introduce errata implementation
This patch adds for the kernel code ability to the errata
implementation for the TWL6030/TWL6032 chips.
Change-Id: Ieb2329ec3cf1e0300decc2908fba28aa471854e5
Signed-off-by: Oleksandr Dmytryshyn <oleksandr.dmytryshyn@ti.com>
Diffstat (limited to 'include/linux/i2c')
-rw-r--r-- | include/linux/i2c/twl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/i2c/twl.h b/include/linux/i2c/twl.h index 35c5933..8b3b490 100644 --- a/include/linux/i2c/twl.h +++ b/include/linux/i2c/twl.h @@ -645,6 +645,8 @@ struct twl4030_bci_platform_data { unsigned int use_power_path; unsigned long features; unsigned int use_eeprom_config; + + unsigned long errata; }; /* TWL4030_GPIO_MAX (18) GPIOs, with interrupts */ |