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: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
4b6847e507
commit
e409c1e1d5
|
@ -583,10 +583,9 @@
|
|||
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
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue