mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 14:42:37 +02:00
rk3168_86v: fix gsensor direction mma7660
This commit is contained in:
parent
4474e2aeab
commit
eb8bf67cd5
|
|
@ -333,7 +333,7 @@ static struct sensor_platform_data mma7660_info = {
|
|||
.irq_enable = 1,
|
||||
.poll_delay_ms = 30,
|
||||
.init_platform_hw = mma7660_init_platform_hw,
|
||||
.orientation = {0, -1, 0, 0, 0, -1, -1, 0, 0},
|
||||
.orientation = {0, -1, 0, -1, 0, 0, 0, 0, -1},
|
||||
|
||||
};
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user