ARM: dts: ux500: Correct Janice accel mount matrix

The Z axis is actually correct: do not invert it.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
Linus Walleij 2021-11-20 01:19:24 +01:00
parent 218b2f8885
commit cbc72c0f27

View File

@ -612,7 +612,7 @@ accelerometer@8 {
reg = <0x08>;
mount-matrix = "0", "1", "0",
"-1", "0", "0",
"0", "0", "-1";
"0", "0", "1";
vddio-supply = <&ab8500_ldo_aux2_reg>; // 1.8V
vdd-supply = <&ab8500_ldo_aux1_reg>; // 3V
};