commit | de707b6870c059829704a31454738f1c4833013a | [log] [tgz] |
---|---|---|
author | Armando Visconti <armando.visconti@st.com> | Thu Mar 04 11:37:36 2021 +0100 |
committer | Anas Nashif <anas.nashif@intel.com> | Wed Mar 10 06:11:45 2021 -0500 |
tree | dc28c83e48f50a9deacb1cdaf1379a260fb1f1bf | |
parent | 057e4cbc5d686b0c65ff7017e994c03779754947 [diff] |
drivers/sensor: iis2iclx: fix multi-instance using new helpers This commit simplifies the Device Tree configuration by using the new helpers introduced in #30536. In particular: - get bus devices with DEVICE_DT_GET - get SPI information with SPI_CONFIG_DT_INST Signed-off-by: Armando Visconti <armando.visconti@st.com>