]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
ARM: dts: rockchip: Use mount-matrix on rk3188-bqedison2qc
authorFabio Estevam <festevam@gmail.com>
Thu, 26 Feb 2026 14:59:16 +0000 (11:59 -0300)
committerHeiko Stuebner <heiko@sntech.de>
Mon, 23 Mar 2026 21:17:25 +0000 (22:17 +0100)
'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>
Link: https://patch.msgid.link/20260226145916.2729492-1-festevam@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm/boot/dts/rockchip/rk3188-bqedison2qc.dts

index edc2b7f9112dd7f6492d77d5d5640b61b2722322..b56095fc24414a06560a384d4d5d304debd33a96 100644 (file)
                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>;