summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--zephyr/program/geralt/motionsense.dtsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/zephyr/program/geralt/motionsense.dtsi b/zephyr/program/geralt/motionsense.dtsi
index 345eb6b278..1446d1cb22 100644
--- a/zephyr/program/geralt/motionsense.dtsi
+++ b/zephyr/program/geralt/motionsense.dtsi
@@ -33,8 +33,8 @@
motionsense-rotation-ref {
compatible = "cros-ec,motionsense-rotation-ref";
lid_rot_ref: lid-rotation-ref {
- mat33 = <0 1 0
- (-1) 0 0
+ mat33 = <1 0 0
+ 0 1 0
0 0 1>;
};
};