summaryrefslogtreecommitdiff
path: root/zephyr/program/nissa/uldren/motionsense.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/program/nissa/uldren/motionsense.dtsi')
-rw-r--r--zephyr/program/nissa/uldren/motionsense.dtsi8
1 files changed, 4 insertions, 4 deletions
diff --git a/zephyr/program/nissa/uldren/motionsense.dtsi b/zephyr/program/nissa/uldren/motionsense.dtsi
index 70b381b843..baaec61e5e 100644
--- a/zephyr/program/nissa/uldren/motionsense.dtsi
+++ b/zephyr/program/nissa/uldren/motionsense.dtsi
@@ -35,14 +35,14 @@
motionsense-rotation-ref {
compatible = "cros-ec,motionsense-rotation-ref";
lid_rot_ref: lid-rotation-ref {
- mat33 = <0 (-1) 0
+ mat33 = <0 1 0
(-1) 0 0
- 0 0 (-1)>;
+ 0 0 1>;
};
base_rot_ref: base-rotation-ref {
- mat33 = <0 1 0
- (-1) 0 0
+ mat33 = <1 0 0
+ 0 1 0
0 0 1>;
};
};