Skip to content

Commit 0c28011

Browse files
fabioestevammmind
authored andcommitted
ARM: dts: rockchip: Use mount-matrix on rk3188-bqedison2qc
'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>
1 parent 1336c32 commit 0c28011

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm/boot/dts/rockchip/rk3188-bqedison2qc.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@
262262
interrupts = <RK_PB7 IRQ_TYPE_EDGE_RISING>;
263263
pinctrl-names = "default";
264264
pinctrl-0 = <&gsensor_int>;
265-
rotation-matrix = "1", "0", "0",
265+
mount-matrix = "1", "0", "0",
266266
"0", "-1", "0",
267267
"0", "0", "1";
268268
vdd-supply = <&vcc_io>;

0 commit comments

Comments
 (0)