mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
modify ak8975 orientation for phonesdk
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user