mirror of
https://github.com/torvalds/linux.git
synced 2026-06-03 03:53:37 +02:00
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:
parent
218b2f8885
commit
cbc72c0f27
|
|
@ -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
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user