diff options
author | 2022-06-11 22:42:49 +0200 | |
---|---|---|
committer | 2022-06-23 16:52:13 +0200 | |
commit | 0b2152e428ab91533a02888ff24e52e788dc4637 (patch) | |
tree | dbd3d9241f7a1572f3f1d74368e15eeaa0d2ab49 | |
parent | ARM: dts: ux500: Fix Janice accelerometer mounting matrix (diff) | |
download | linux-dev-0b2152e428ab91533a02888ff24e52e788dc4637.tar.xz linux-dev-0b2152e428ab91533a02888ff24e52e788dc4637.zip |
ARM: dts: ux500: Fix Codina accelerometer mounting matrix
This was fixed wrong so fix it again. Now verified by using
iio-sensor-proxy monitor-sensor test program.
Link: https://lore.kernel.org/r/20220611204249.472250-1-linus.walleij@linaro.org
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to '')
-rw-r--r-- | arch/arm/boot/dts/ste-ux500-samsung-codina.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/ste-ux500-samsung-codina.dts b/arch/arm/boot/dts/ste-ux500-samsung-codina.dts index b6746ac167bc..5f41256d7f4b 100644 --- a/arch/arm/boot/dts/ste-ux500-samsung-codina.dts +++ b/arch/arm/boot/dts/ste-ux500-samsung-codina.dts @@ -598,8 +598,8 @@ reg = <0x19>; vdd-supply = <&ab8500_ldo_aux1_reg>; // 3V vddio-supply = <&ab8500_ldo_aux2_reg>; // 1.8V - mount-matrix = "0", "-1", "0", - "1", "0", "0", + mount-matrix = "0", "1", "0", + "-1", "0", "0", "0", "0", "1"; }; }; |