diff options
author | Matt Hsu <matt_hsu@openmoko.org> | 2008-11-19 17:10:53 +0000 |
---|---|---|
committer | Andy Green <agreen@pads.home.warmcat.com> | 2008-11-19 17:10:53 +0000 |
commit | dde5086ba728e1d4c03128ad054e1f7e8b309366 (patch) | |
tree | fbfc725063134c701477016f95c79966dacb9f7f /include | |
parent | f8ea545df027f22ddae37468bc652e91456537ae (diff) |
gta03-pca9632.patch
- pca9632 is a LED driver which will be adopted in gta03.
Signed-off-by: Matt Hsu <matt_hsu@openmoko.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/i2c-id.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/i2c-id.h b/include/linux/i2c-id.h index 4674dfedb3c..6fabbe2b804 100644 --- a/include/linux/i2c-id.h +++ b/include/linux/i2c-id.h @@ -85,6 +85,7 @@ #define I2C_DRIVERID_OV7670 1048 /* Omnivision 7670 camera */ #define I2C_DRIVERID_PCF50606 1049 #define I2C_DRIVERID_PCF50633 1051 +#define I2C_DRIVERID_PCA9632 1052 /* * ---- Adapter types ---------------------------------------------------- |