Skip to content

Commit a629d28

Browse files
Emil-Juhlfabiobaltieri
authored andcommitted
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: Emil Dahl Juhl <[email protected]>
1 parent 9b16701 commit a629d28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/drivers/build_all/sensor/spi.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ test_spi_adxl366: adxl366@37 {
463463

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

0 commit comments

Comments
 (0)