diff options
author | Linus Walleij <[email protected]> | 2022-06-11 22:51:38 +0200 |
---|---|---|
committer | Linus Walleij <[email protected]> | 2022-06-23 16:52:51 +0200 |
commit | e24c75f02a81d6ddac0072cbd7a03e799c19d558 (patch) | |
tree | 65a02b437ae77bba3fd704da014c869bb6495aa2 | |
parent | 0b2152e428ab91533a02888ff24e52e788dc4637 (diff) |
ARM: dts: ux500: Fix Gavini accelerometer mounting matrix
This was fixed wrong so fix it. Now verified by using
iio-sensor-proxy monitor-sensor test program.
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Linus Walleij <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/ste-ux500-samsung-gavini.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/ste-ux500-samsung-gavini.dts b/arch/arm/boot/dts/ste-ux500-samsung-gavini.dts index 53062d50e455..806da3fc33cd 100644 --- a/arch/arm/boot/dts/ste-ux500-samsung-gavini.dts +++ b/arch/arm/boot/dts/ste-ux500-samsung-gavini.dts @@ -527,8 +527,8 @@ accelerometer@18 { compatible = "bosch,bma222e"; reg = <0x18>; - mount-matrix = "0", "1", "0", - "-1", "0", "0", + mount-matrix = "0", "-1", "0", + "1", "0", "0", "0", "0", "1"; vddio-supply = <&ab8500_ldo_aux2_reg>; // 1.8V vdd-supply = <&ab8500_ldo_aux1_reg>; // 3V |