aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2020-07-19 22:16:02 +0200
committerLinus Walleij <linus.walleij@linaro.org>2020-07-20 10:47:27 +0200
commit537b91180dc296a95454287792e2c59baec60af5 (patch)
tree006c5246ffdc59634658bd65444e0161c591eef7
parentf2b56a6b2b071e0c3b757c0179248a1b6bebab10 (diff)
ARM: dts: ux500-skomer: Correct accel mounting matrixux500-dts-for-v5.9-1
This corrects the mounting matrix for the BMA254 accelerometer to what makes PostmarketOS actually orient the screen the right way on this device. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Link: https://lore.kernel.org/r/20200719201603.3610389-1-linus.walleij@linaro.org
-rw-r--r--arch/arm/boot/dts/ste-ux500-samsung-skomer.dts4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/ste-ux500-samsung-skomer.dts b/arch/arm/boot/dts/ste-ux500-samsung-skomer.dts
index 8edef161613a..d6f6ac04a48a 100644
--- a/arch/arm/boot/dts/ste-ux500-samsung-skomer.dts
+++ b/arch/arm/boot/dts/ste-ux500-samsung-skomer.dts
@@ -349,8 +349,8 @@
interrupt-parent = <&gpio7>;
interrupts = <0 IRQ_TYPE_EDGE_RISING>;
- mount-matrix = "0", "1", "0",
- "-1", "0", "0",
+ mount-matrix = "0", "-1", "0",
+ "1", "0", "0",
"0", "0", "1";
vdd-supply = <&ab8500_ldo_aux1_reg>;
vddio-supply = <&ab8500_ldo_aux8_reg>;