Skip to content

Commit

Permalink
ARM: dts: ux500: Fix Gavini accelerometer mounting matrix
Browse files Browse the repository at this point in the history
[ Upstream commit e24c75f ]

This was fixed wrong so fix it. Now verified by using
iio-sensor-proxy monitor-sensor test program.

Link: https://lore.kernel.org/r/20220611205138.491513-1-linus.walleij@linaro.org
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
linusw authored and gregkh committed Aug 17, 2022
1 parent e2d106b commit cbfe9a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm/boot/dts/ste-ux500-samsung-gavini.dts
Original file line number Diff line number Diff line change
Expand Up @@ -502,8 +502,8 @@
accelerometer@18 {
compatible = "bosch,bma222e";
reg = <0x18>;
mount-matrix = "0", "1", "0",
"-1", "0", "0",
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
Expand Down

0 comments on commit cbfe9a2

Please sign in to comment.