We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0a8a47 commit 42cf4c7Copy full SHA for 42cf4c7
tests/drivers/build_all/sensors_i_z.conf
@@ -26,6 +26,7 @@ CONFIG_LSM9DS0_MFD=y
26
CONFIG_MAX30101=y
27
CONFIG_MAX44009=y
28
CONFIG_MAX17055=y
29
+CONFIG_MAX6675=y
30
CONFIG_MCP9808=y
31
CONFIG_MPU6050=y
32
CONFIG_MS5607=y
tests/drivers/build_all/spi.dtsi
@@ -567,3 +567,10 @@ test_spi_icm42605: icm42605@38 {
567
spi-max-frequency = <0>;
568
int-gpios = <&test_gpio 0 0>;
569
};
570
+
571
+test_spi_max6675: max6675@38 {
572
+ compatible = "maxim,max6675";
573
+ label = "MAX6675";
574
+ reg = <0x38>;
575
+ spi-max-frequency = <0>;
576
+};
0 commit comments