[PATCH] ARM: dts: ux500: Fix Codina accelerometer mounting matrix
Linus Walleij
linus.walleij at linaro.org
Sat Jun 11 13:42:49 PDT 2022
This was fixed wrong so fix it again. Now verified by using
iio-sensor-proxy monitor-sensor test program.
Signed-off-by: Linus Walleij <linus.walleij at linaro.org>
---
arch/arm/boot/dts/ste-ux500-samsung-codina.dts | 4 ++--
1 file 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 d90533fea637..b2aaa19cd656 100644
--- a/arch/arm/boot/dts/ste-ux500-samsung-codina.dts
+++ b/arch/arm/boot/dts/ste-ux500-samsung-codina.dts
@@ -602,8 +602,8 @@ lisd3dh at 19 {
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";
};
};
--
2.36.1
More information about the linux-arm-kernel
mailing list