rk3188 ds1006h:fix gsensor lis3dh

This commit is contained in:
cdy
2013-01-27 16:51:47 +08:00
committed by wuhao
parent 874943b1c8
commit f6bd40b057

View File

@@ -250,7 +250,7 @@ static struct sensor_platform_data lis3dh_info = {
.irq_enable = 1,
.poll_delay_ms = 30,
.init_platform_hw = lis3dh_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_COMPASS_AK8975)