diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2021-05-18 16:16:57 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2021-05-18 16:18:20 +0200 |
commit | 4b6847e507c719a5ee89918b23be7ecd702df1d5 (patch) | |
tree | 46ac0a9b3f251481fbca0781c32a95ce59961078 /arch/arm/boot/dts/ste-href-tvk1281618-r2.dtsi | |
parent | ARM: dts: ux500: Fix some compatible strings (diff) | |
download | linux-4b6847e507c719a5ee89918b23be7ecd702df1d5.tar.xz linux-4b6847e507c719a5ee89918b23be7ecd702df1d5.zip |
ARM: dts: href: Mount matrices for TVK R2
This adds the proper mounting matrices for the TVK R2 board.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/ste-href-tvk1281618-r2.dtsi')
-rw-r--r-- | arch/arm/boot/dts/ste-href-tvk1281618-r2.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/ste-href-tvk1281618-r2.dtsi b/arch/arm/boot/dts/ste-href-tvk1281618-r2.dtsi index 8d59202cebd6..37e59403c01f 100644 --- a/arch/arm/boot/dts/ste-href-tvk1281618-r2.dtsi +++ b/arch/arm/boot/dts/ste-href-tvk1281618-r2.dtsi @@ -104,6 +104,9 @@ * <&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 @@ /* 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 */ |