Commit cbc72c0f authored by Linus Walleij's avatar Linus Walleij
Browse files

ARM: dts: ux500: Correct Janice accel mount matrix



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

Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 218b2f88
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
					};