diff options
author | Jonathan Cameron <[email protected]> | 2023-01-30 20:10:18 +0000 |
---|---|---|
committer | Jonathan Cameron <[email protected]> | 2023-04-13 11:37:20 +0100 |
commit | dc3d25f22b889a326abc8331075849ea11b4f2bb (patch) | |
tree | c92e49a0c00a4a730c5b0aac729b77577f2785de /drivers/fpga/fpga-bridge.c | |
parent | bd66b6acd20ba72d1779fa1abe55eb0fcc20f2c3 (diff) |
iio: imu: lsm6dsx: Add ACPI mount matrix retrieval
DSDT ROTM method seen in the wild with SMO8B30 _HID.
Making assumption it is similar to that used for bmc150 plus
information from Darrell that the rotation is out by 90 degrees at boot.
Method (ROTM, 0, NotSerialized)
{
Name (RBUF, Package (0x03)
{
"0 -1 0",
"1 0 0",
"0 0 1"
})
Return (RBUF) /* \_SB_.PCI0.I2C5.DEV_.ROTM.RBUF */
}
Reported-by: Darrell Kavanagh <[email protected]>
Signed-off-by: Jonathan Cameron <[email protected]>
Tested-by: Darrell Kavanagh <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jonathan Cameron <[email protected]>
Diffstat (limited to 'drivers/fpga/fpga-bridge.c')
0 files changed, 0 insertions, 0 deletions