From 7d650c737c62416ee32fed499cfe1a23a01cd015 Mon Sep 17 00:00:00 2001 From: TOKITA Hiroshi Date: Tue, 17 Sep 2024 20:26:21 +0900 Subject: [PATCH] tests: drivers: build_all: adc: Add spi-devices build test Add build tests for following devices. - ti,tla2021 Signed-off-by: TOKITA Hiroshi --- tests/drivers/build_all/adc/boards/native_sim.overlay | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tests/drivers/build_all/adc/boards/native_sim.overlay b/tests/drivers/build_all/adc/boards/native_sim.overlay index ff58caf19201443..f0d876f8435c3a1 100644 --- a/tests/drivers/build_all/adc/boards/native_sim.overlay +++ b/tests/drivers/build_all/adc/boards/native_sim.overlay @@ -344,6 +344,13 @@ #io-channel-cells = <1>; }; }; + + test_spi_tla2021: tla2021@20 { + compatible = "ti,tla2021"; + reg = <0x20>; + spi-max-frequency = <0>; + #io-channel-cells = <1>; + }; }; }; };