diff options
author | Arnd Bergmann <arnd@arndb.de> | 2024-08-28 20:27:11 +0000 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2024-08-28 20:27:16 +0000 |
commit | 0351a9841ba1c8e299a9350e7e57668079dcf158 (patch) | |
tree | 3cf5bffc8fd91be97e9dc57a82ecf12b4f2215f0 | |
parent | 47ac09b91befbb6a235ab620c32af719f8208399 (diff) | |
parent | 5062d9c0cbbc202e495e9b20f147f64ef5cc2897 (diff) |
Merge tag 'omap-for-v6.11/fixes-signed' of https://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap into arm/fixes
OMAP fixes for v6.11-rc
- omap3-n900: fix accelerometer orientation
* tag 'omap-for-v6.11/fixes-signed' of https://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap:
ARM: dts: omap3-n900: correct the accelerometer orientation
Link: https://lore.kernel.org/r/7h4j7eyhyh.fsf@baylibre.com
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
-rw-r--r-- | arch/arm/boot/dts/ti/omap/omap3-n900.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/ti/omap/omap3-n900.dts b/arch/arm/boot/dts/ti/omap/omap3-n900.dts index 07c5b963af78..4bde3342bb95 100644 --- a/arch/arm/boot/dts/ti/omap/omap3-n900.dts +++ b/arch/arm/boot/dts/ti/omap/omap3-n900.dts @@ -781,7 +781,7 @@ mount-matrix = "-1", "0", "0", "0", "1", "0", - "0", "0", "1"; + "0", "0", "-1"; }; cam1: camera@3e { |