From c3bcc6ae09a0edf1c052f24a72002dea80459129 Mon Sep 17 00:00:00 2001
From: "Leonardo G. Trombetta" <lgtrombetta@gmx.com>
Date: Mon, 13 Mar 2023 17:45:19 +0100
Subject: [PATCH 405/484] arm64: dts: rk3399-pinephone-pro: Add mount-matrix
 for magnetometer

After experimenting with the magnetometer on the Pinephone Pro I found out the
mount-matrix currently reported by the AF8133J driver is just the identity
matrix (no rotation), which is wrong. It would seem to me that there is
currently no `mount-matrix` info and that's why the driver reports a trivial
answer. As far as I can tell from my tests, a 90 degree clockwise rotation in
the XY plane would align it properly.

Signed-of-by: Leonardo G. Trombetta <lgtrombetta@gmx.com>
---
 arch/arm64/boot/dts/rockchip/rk3399-pinephone-pro.dts | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm64/boot/dts/rockchip/rk3399-pinephone-pro.dts b/arch/arm64/boot/dts/rockchip/rk3399-pinephone-pro.dts
index 1bb5f65c7689..08f649e87a00 100644
--- a/arch/arm64/boot/dts/rockchip/rk3399-pinephone-pro.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3399-pinephone-pro.dts
@@ -936,6 +936,11 @@
 		reset-gpios = <&gpio1 RK_PA1 GPIO_ACTIVE_LOW>;
 		avdd-supply = <&vcc_3v0>;
 		dvdd-supply = <&vcc_1v8>;
+		
+		mount-matrix =
+			"0", "1", "0",
+			"-1", "0", "0",
+			"0", "0", "1";
 	};
 };
 
-- 
2.49.0

