diff options
author | Tetsuyuki Kobayashi <koba@kmckk.co.jp> | 2012-09-14 18:14:28 +0900 |
---|---|---|
committer | Simon Horman <horms@verge.net.au> | 2012-10-30 15:21:07 +0800 |
commit | 8cec0123bb762eb90753f61a0e5a0c2ff91aec25 (patch) | |
tree | b1c334cebb4db4814b2ee2f5c560708e9e2a94b6 /arch/arm/mach-shmobile/board-kzm9g.c | |
parent | ddffeb8c4d0331609ef2581d84de4d763607bd37 (diff) | |
download | linux-8cec0123bb762eb90753f61a0e5a0c2ff91aec25.tar.bz2 |
ARM: shmobile: kzm9g: enable magnetometer ak8975.
This patch enables magnetometer ak8975.
I checked ak8975_probe() returns successfully.
Signed-off-by: Tetsuyuki Kobayashi <koba@kmckk.co.jp>
Signed-off-by: Simon Horman <horms@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/board-kzm9g.c')
-rw-r--r-- | arch/arm/mach-shmobile/board-kzm9g.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/board-kzm9g.c b/arch/arm/mach-shmobile/board-kzm9g.c index 0a43f3189c21..a37da78687f2 100644 --- a/arch/arm/mach-shmobile/board-kzm9g.c +++ b/arch/arm/mach-shmobile/board-kzm9g.c @@ -557,7 +557,11 @@ static struct i2c_board_info i2c0_devices[] = { }, { I2C_BOARD_INFO("r2025sd", 0x32), - } + }, + { + I2C_BOARD_INFO("ak8975", 0x0c), + .irq = intcs_evt2irq(0x3380), /* IRQ28 */ + }, }; static struct i2c_board_info i2c1_devices[] = { |