ARM: S3C64XX: Use module identification for Cragganmore system builds
commitd0f0b43f78b88b42e795e4c28f3591cb57590692
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Fri, 19 Aug 2011 13:40:07 +0000 (19 22:40 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Mon, 19 Sep 2011 07:32:36 +0000 (19 16:32 +0900)
tree7ecd262fb0dc8df08c035b784dd3b3662fe390cd
parent986afc98ce24901865828dab9ba876fd9be6beb2
ARM: S3C64XX: Use module identification for Cragganmore system builds

The Cragganmore system is modular with I2C based identification chips on
the system allowing identification of the system build. Provide a stub I2C
driver which parses the module IDs and uses them to select the appropriate
audio subsystem components to register. To avoid confusion due to having
the mini-driver in the system the driver is placed in a separate file.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/mach-s3c64xx/Kconfig
arch/arm/mach-s3c64xx/Makefile
arch/arm/mach-s3c64xx/include/mach/crag6410.h [new file with mode: 0644]
arch/arm/mach-s3c64xx/mach-crag6410-module.c [new file with mode: 0644]
arch/arm/mach-s3c64xx/mach-crag6410.c