* [PATCH] ARM: dts: rockchip: rk3188-bqedison2qc: Use mount-matrix
@ 2026-02-26 14:59 Fabio Estevam
2026-03-02 11:39 ` Heiko Stuebner
0 siblings, 1 reply; 2+ messages in thread
From: Fabio Estevam @ 2026-02-26 14:59 UTC (permalink / raw)
To: heiko
Cc: robh, krzk+dt, conor+dt, devicetree, linux-arm-kernel,
linux-rockchip, linux-kernel, Fabio Estevam
'rotation-matrix' is not a valid property.
Use the documented 'mount-matrix' property instead.
This fixes the following dt-schema warning:
accelerometer@29 (st,lis3de): 'rotation-matrix' does not match any of the
regexes: '^pinctrl-[0-9]+$'
accelerometer@29 (st,lis3de): rotation-matrix:
b'1\x000\x000\x000\x00-1\x000\x000\x000\x001\x00' is not of type 'object',
'integer', 'array', 'boolean', 'null'
Signed-off-by: Fabio Estevam <festevam@gmail.com>
---
arch/arm/boot/dts/rockchip/rk3188-bqedison2qc.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/rockchip/rk3188-bqedison2qc.dts b/arch/arm/boot/dts/rockchip/rk3188-bqedison2qc.dts
index edc2b7f9112d..b56095fc2441 100644
--- a/arch/arm/boot/dts/rockchip/rk3188-bqedison2qc.dts
+++ b/arch/arm/boot/dts/rockchip/rk3188-bqedison2qc.dts
@@ -262,7 +262,7 @@ lis3de: accelerometer@29 {
interrupts = <RK_PB7 IRQ_TYPE_EDGE_RISING>;
pinctrl-names = "default";
pinctrl-0 = <&gsensor_int>;
- rotation-matrix = "1", "0", "0",
+ mount-matrix = "1", "0", "0",
"0", "-1", "0",
"0", "0", "1";
vdd-supply = <&vcc_io>;
--
2.34.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ARM: dts: rockchip: rk3188-bqedison2qc: Use mount-matrix
2026-02-26 14:59 [PATCH] ARM: dts: rockchip: rk3188-bqedison2qc: Use mount-matrix Fabio Estevam
@ 2026-03-02 11:39 ` Heiko Stuebner
0 siblings, 0 replies; 2+ messages in thread
From: Heiko Stuebner @ 2026-03-02 11:39 UTC (permalink / raw)
To: Fabio Estevam
Cc: Heiko Stuebner, robh, krzk+dt, conor+dt, devicetree,
linux-arm-kernel, linux-rockchip, linux-kernel
On Thu, 26 Feb 2026 11:59:16 -0300, Fabio Estevam wrote:
> 'rotation-matrix' is not a valid property.
>
> Use the documented 'mount-matrix' property instead.
>
> This fixes the following dt-schema warning:
>
> accelerometer@29 (st,lis3de): 'rotation-matrix' does not match any of the
> regexes: '^pinctrl-[0-9]+$'
>
> [...]
Applied, thanks!
[1/1] ARM: dts: rockchip: rk3188-bqedison2qc: Use mount-matrix
commit: 6916fbb419b3fcd2275e658e1c29b3a29d550338
Best regards,
--
Heiko Stuebner <heiko@sntech.de>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-03-02 11:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-26 14:59 [PATCH] ARM: dts: rockchip: rk3188-bqedison2qc: Use mount-matrix Fabio Estevam
2026-03-02 11:39 ` Heiko Stuebner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox