Created
January 14, 2021 09:57
-
-
Save ayufan/3d5f1b924451861858d8a04c7955bee8 to your computer and use it in GitHub Desktop.
diff
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/arch/arm64/boot/dts/rockchip/rk3399-device.dts b/arch/arm64/boot/dts/rockchip/rk3399-device.dts | |
index e4afa22cf658..3344ce45d5c8 100644 | |
--- a/arch/arm64/boot/dts/rockchip/rk3399-device.dts | |
+++ b/arch/arm64/boot/dts/rockchip/rk3399-device.dts | |
@@ -658,6 +658,11 @@ accelerometer@68 { | |
interrupts = <RK_PC6 IRQ_TYPE_LEVEL_LOW>; | |
vdd-supply = <&vcc_1v8>; | |
vddio-supply = <&vcc_1v8>; | |
+ | |
+ mount-matrix = | |
+ "0", "1", "0", | |
+ "-1", "0", "0", | |
+ "0", "0", "1"; | |
}; | |
lis3mdl: magnetometer@1e { |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment