diff options
author | Linus Walleij <linus.walleij@stericsson.com> | 2009-08-13 21:42:01 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2009-08-15 15:36:29 +0100 |
commit | 6be2a0cacc1ed6899a53172e2e9b7a3587be0bea (patch) | |
tree | 2b68c9b5e06c8f7601f3145ea0c3eb34811c6dff /arch/arm/mach-u300/Makefile | |
parent | c7c8c78fdf6e9bd65d8ee879115dc2cd5d9fd0dc (diff) | |
download | linux-stable-6be2a0cacc1ed6899a53172e2e9b7a3587be0bea.tar.gz linux-stable-6be2a0cacc1ed6899a53172e2e9b7a3587be0bea.tar.bz2 linux-stable-6be2a0cacc1ed6899a53172e2e9b7a3587be0bea.zip |
ARM: 5668/2: U300 I2C board setup
This sets up the U300 I2C subdevices so that the AB3100
analog baseband ASIC is properly detected and also the
camera devices in the U335 reference design get properly
registered.
Signed-off-by: Linus Walleij <linus.walleij@stericsson.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-u300/Makefile')
-rw-r--r-- | arch/arm/mach-u300/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-u300/Makefile b/arch/arm/mach-u300/Makefile index 4941f89ea798..885b5c027c1e 100644 --- a/arch/arm/mach-u300/Makefile +++ b/arch/arm/mach-u300/Makefile @@ -11,3 +11,4 @@ obj-$(CONFIG_ARCH_U300) += u300.o obj-$(CONFIG_MMC) += mmc.o obj-$(CONFIG_SPI_PL022) += spi.o obj-$(CONFIG_MACH_U300_SPIDUMMY) += dummyspichip.o +obj-$(CONFIG_I2C_STU300) += i2c.o |