Skip to content

Commit 56047f4

Browse files
kartbencarlescufi
authored andcommitted
test: drivers: sensors: spi: add missing fxls8974
fxls8974 is tested in i2c build_all but its spi variant was missing. Signed-off-by: Benjamin Cabé <[email protected]>
1 parent d5af2f7 commit 56047f4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

tests/drivers/build_all/sensor/spi.dtsi

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -441,3 +441,12 @@ test_spi_ad2s1210: ad2s1210@35 {
441441
reset-gpios = <&test_gpio 7 (GPIO_ACTIVE_LOW)>;
442442
clock-frequency = <8192000>;
443443
};
444+
445+
test_spi_fxls8974: fxls8974@36 {
446+
compatible = "nxp,fxls8974";
447+
reg = <0x36>;
448+
spi-max-frequency = <0>;
449+
reset-gpios = <&test_gpio 0 0>;
450+
int1-gpios = <&test_gpio 0 0>;
451+
int2-gpios = <&test_gpio 0 0>;
452+
};

0 commit comments

Comments
 (0)