Skip to content

Commit

Permalink
idol3: dts: set accelerometer mount-matrix
Browse files Browse the repository at this point in the history
Matrix values are set according to 'monitor-sensor' command reporting.
  • Loading branch information
vknecht committed Sep 17, 2020
1 parent 30a5c0e commit 0a0f2b2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arch/arm64/boot/dts/qcom/msm8939-alcatel-idol3.dts
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,9 @@
accelerometer@e {
compatible = "kionix,kxtj21009";
reg = <0x0e>;
mount-matrix = "-1", "0", "0",
"0", "-1", "0",
"0", "0", "-1";
};

proximity@39 {
Expand Down

0 comments on commit 0a0f2b2

Please sign in to comment.