Commit a629d282 authored by Emil Dahl Juhl's avatar Emil Dahl Juhl Committed by Fabio Baltieri
Browse files

tests: drivers: build_all: sensor: spi: correct reg



Align the `reg` property with the address specified in the dts node for the
icm42686.

Signed-off-by: default avatarEmil Dahl Juhl <emil@s16s.ai>
parent 9b16701f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -463,7 +463,7 @@ test_spi_adxl366: adxl366@37 {

test_spi_icm42686: icm42686@38 {
	compatible = "invensense,icm42686", "invensense,icm4268x";
	reg = <0x1a>;
	reg = <0x38>;
	spi-max-frequency = <24000000>;
	int-gpios = <&test_gpio 0 0>;
};