Commit e409c1e1 authored by Linus Walleij's avatar Linus Walleij

ARM: dts: ux500: Fix orientation of Janice accelerometer

This fixes up the axis on the Janice accelerometer to give
the right orientation according to tests.
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 4b6847e5
......@@ -583,10 +583,9 @@ i2c-gate {
accelerometer@08 {
compatible = "bosch,bma222";
reg = <0x08>;
/* FIXME: no idea about this */
mount-matrix = "1", "0", "0",
"0", "1", "0",
"0", "0", "1";
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
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment