From f5d71a3db370fc93ae406d3f63d80a2b1f027833 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mari=C3=ABlle=20Korthout?= Date: Thu, 12 Dec 2024 09:38:49 +0100 Subject: [PATCH] tests: build_all: Add HS400x MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds HS400x to build_all tests Signed-off-by: Mariƫlle Korthout --- tests/drivers/build_all/sensor/i2c.dtsi | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/drivers/build_all/sensor/i2c.dtsi b/tests/drivers/build_all/sensor/i2c.dtsi index cb9b04373f6b..51a7f26bb1df 100644 --- a/tests/drivers/build_all/sensor/i2c.dtsi +++ b/tests/drivers/build_all/sensor/i2c.dtsi @@ -1185,3 +1185,8 @@ test_i2c_lsm6dso32: lsm6dso32@a5 { gyro-range = ; gyro-odr = ; }; + +test_i2c_hs400x: hs400x@a6 { + compatible = "renesas,hs400x"; + reg = <0xa6>; +};