Commit 5062d9c0 authored by Sicelo A. Mhlongo's avatar Sicelo A. Mhlongo Committed by Kevin Hilman

ARM: dts: omap3-n900: correct the accelerometer orientation

Negate the values reported for the accelerometer z-axis in order to
match Documentation/devicetree/bindings/iio/mount-matrix.txt.

Fixes: 14a213dc ("ARM: dts: n900: use iio driver for accelerometer")
Signed-off-by: default avatarSicelo A. Mhlongo <absicsz@gmail.com>
Reviewed-By: default avatarAndreas Kemnade <andreas@kemnade.info>
Link: https://lore.kernel.org/r/20240722113137.3240847-1-absicsz@gmail.comSigned-off-by: default avatarKevin Hilman <khilman@baylibre.com>
parent 8400291e
...@@ -781,7 +781,7 @@ accelerometer@1d { ...@@ -781,7 +781,7 @@ accelerometer@1d {
mount-matrix = "-1", "0", "0", mount-matrix = "-1", "0", "0",
"0", "1", "0", "0", "1", "0",
"0", "0", "1"; "0", "0", "-1";
}; };
cam1: camera@3e { cam1: camera@3e {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment