Commit 4b6847e5 authored by Linus Walleij's avatar Linus Walleij

ARM: dts: href: Mount matrices for TVK R2

This adds the proper mounting matrices for the TVK R2 board.
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 59ba546d
......@@ -104,6 +104,9 @@ accelerometer@18 {
* <&gpio1 0 IRQ_TYPE_EDGE_FALLING>,
* <&gpio2 19 IRQ_TYPE_EDGE_FALLING>;
*/
mount-matrix = "0", "1", "0",
"1", "0", "0",
"0", "0", "-1";
};
magnetometer@1e {
/* Magnetometer */
......@@ -136,6 +139,9 @@ accelerometer@1c {
/* INT2 would need to be open drain */
interrupts = <18 IRQ_TYPE_EDGE_RISING>,
<19 IRQ_TYPE_EDGE_RISING>;
mount-matrix = "0", "-1", "0",
"-1", "0", "0",
"0", "0", "-1";
};
magnetometer@f {
/* Magnetometer */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment