mirror of
https://github.com/torvalds/linux.git
synced 2026-06-09 07:03:37 +02:00
modify ak8975 orientation for phonesdk
This commit is contained in:
parent
53f0a424f9
commit
6c49a6abe8
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user