linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] ARM; shmobile: kzm9g: enable sensors on the board
@ 2012-09-14  9:14 Tetsuyuki Kobayashi
  2012-09-18  1:37 ` Simon Horman
  2012-09-18  1:54 ` Simon Horman
  0 siblings, 2 replies; 6+ messages in thread
From: Tetsuyuki Kobayashi @ 2012-09-14  9:14 UTC (permalink / raw)
  To: linux-sh

Hello, simon-san

KZM-A9-GT board (kzm9g) has 2 sensor chip on the board.
 - magnetometer AK8975
 - three-axis digital accelerometer ADXL345
This patch registers device driver and assign I2C slave address and IRQ.

Tetsuyuki Kobayashi (2):
  ARM: shmobile: kzm9g: enable magnetometer ak8975.
  ARM: shmobile: kzm9g: enable three-axis digital accelerometer ADXL345

 arch/arm/configs/kzm9g_defconfig     |    4 ++++
 arch/arm/mach-shmobile/board-kzm9g.c |   10 +++++++++-
 2 files changed, 13 insertions(+), 1 deletion(-)

-- 
1.7.9.5


^ permalink raw reply	[flat|nested] 6+ messages in thread
* [PATCH 2/2] ARM: shmobile: kzm9g: enable three-axis digital accelerometer ADXL345
@ 2012-09-14  9:14 Tetsuyuki Kobayashi
  0 siblings, 0 replies; 6+ messages in thread
From: Tetsuyuki Kobayashi @ 2012-09-14  9:14 UTC (permalink / raw)
  To: linux-sh

This patch enables three-axis digital accelerometer ADXL345.
Test:
  sudo cat /dev/input/event2
then tip up the board. You get something from /dev/input/event2.

Signed-off-by: Tetsuyuki Kobayashi <koba@kmckk.co.jp>
---
 arch/arm/configs/kzm9g_defconfig     |    2 ++
 arch/arm/mach-shmobile/board-kzm9g.c |    4 ++++
 2 files changed, 6 insertions(+)

diff --git a/arch/arm/configs/kzm9g_defconfig b/arch/arm/configs/kzm9g_defconfig
index 2aaa2ff..83047e0 100644
--- a/arch/arm/configs/kzm9g_defconfig
+++ b/arch/arm/configs/kzm9g_defconfig
@@ -73,6 +73,8 @@ CONFIG_INPUT_EVDEV=y
 # CONFIG_INPUT_MOUSE is not set
 CONFIG_INPUT_TOUCHSCREEN=y
 CONFIG_TOUCHSCREEN_ST1232=y
+CONFIG_INPUT_MISC=y
+CONFIG_INPUT_ADXL34X=y
 # CONFIG_LEGACY_PTYS is not set
 CONFIG_SERIAL_SH_SCI=y
 CONFIG_SERIAL_SH_SCI_NR_UARTS=9
diff --git a/arch/arm/mach-shmobile/board-kzm9g.c b/arch/arm/mach-shmobile/board-kzm9g.c
index 9c045d4..350be1d 100644
--- a/arch/arm/mach-shmobile/board-kzm9g.c
+++ b/arch/arm/mach-shmobile/board-kzm9g.c
@@ -567,6 +567,10 @@ static struct i2c_board_info i2c0_devices[] = {
 		I2C_BOARD_INFO("ak8975", 0x0c),
 		.irq = intcs_evt2irq(0x3380), /* IRQ28 */
 	},
+	{
+		I2C_BOARD_INFO("adxl34x", 0x1d),
+		.irq = intcs_evt2irq(0x3340), /* IRQ26 */
+	},
 };
 
 static struct i2c_board_info i2c1_devices[] = {
-- 
1.7.9.5


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-09-18  1:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-14  9:14 [PATCH 0/2] ARM; shmobile: kzm9g: enable sensors on the board Tetsuyuki Kobayashi
2012-09-18  1:37 ` Simon Horman
2012-09-18  1:54 ` Simon Horman
2012-09-18  1:54   ` [PATCH 1/2] ARM: shmobile: kzm9g: enable magnetometer ak8975 Simon Horman
2012-09-18  1:54   ` [PATCH 2/2] ARM: shmobile: kzm9g: enable three-axis digital accelerometer ADXL345 Simon Horman
  -- strict thread matches above, loose matches on Subject: below --
2012-09-14  9:14 Tetsuyuki Kobayashi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).