modify ak8975 orientation for phonesdk

This commit is contained in:
lw@rock-chips.com 2011-12-13 14:08:44 +08:00 committed by lw
parent 53f0a424f9
commit 6c49a6abe8

View File

@ -621,7 +621,7 @@ static struct ext_slave_platform_data inv_mpu_kxtf9_data = {
static struct ext_slave_platform_data inv_mpu_ak8975_data = {
.bus = EXT_SLAVE_BUS_PRIMARY,
.adapt_num = 0,
.orientation = {0, 1, 0, -1, 0, 0, 0, 0, 1},
.orientation = {-1, 0, 0, 0, -1, 0, 0, 0, 1},
};
#endif