Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: ux500: Fix Codina accelerometer mounting matrix

This was fixed wrong so fix it again. Now verified by using
iio-sensor-proxy monitor-sensor test program.

Link: https://lore.kernel.org/r/20220611204249.472250-1-linus.walleij@linaro.org
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

+2 -2
+2 -2
arch/arm/boot/dts/ste-ux500-samsung-codina.dts
··· 598 598 reg = <0x19>; 599 599 vdd-supply = <&ab8500_ldo_aux1_reg>; // 3V 600 600 vddio-supply = <&ab8500_ldo_aux2_reg>; // 1.8V 601 - mount-matrix = "0", "-1", "0", 602 - "1", "0", "0", 601 + mount-matrix = "0", "1", "0", 602 + "-1", "0", "0", 603 603 "0", "0", "1"; 604 604 }; 605 605 };