rk3168: ds1006h: fixed gsensor oriention

This commit is contained in:
kfx
2013-01-03 14:30:04 +08:00
parent 7f0d809633
commit 9f6120eaed

View File

@@ -238,7 +238,7 @@ static struct sensor_platform_data mma8452_info = {
.irq_enable = 1,
.poll_delay_ms = 30,
.init_platform_hw = mma8452_init_platform_hw,
.orientation = {-1, 0, 0, 0, 0, 1, 0, -1, 0},
.orientation = {-1, 0, 0, 0, 0, 1, 0, 1, 0},
};
#endif
#if defined (CONFIG_GS_LIS3DH)