commit | 4c34b5d72535421dbee1bb52dd0a4b76173f6c04 | [log] [tgz] |
---|---|---|
author | Armando Visconti <armando.visconti@st.com> | Tue Apr 29 14:39:10 2025 +0200 |
committer | Benjamin Cabé <kartben@gmail.com> | Thu May 01 18:17:05 2025 +0200 |
tree | 0517a9b9a071d7ada388ad18c413d88988d4eb6f | |
parent | dc52ec7d321e1417360e7b5ac339de6344f8714c [diff] |
drivers/sensor: lis2dux12: add high performance mode Add driver capability to properly set high performance mode while setting data rate (thru lis2duxxx_mode_set() API) based on how power-mode is set into DTS: if it is set to LIS2DUX12_OPER_MODE_HIGH_PERFORMANCE then configure HP mode, LP/ULP mode otherwise. Signed-off-by: Armando Visconti <armando.visconti@st.com>