zephyr/drivers/sensor/st/lis2dh
Van Petrosyan 960a6f036e sensor: lis2dh: cache CTRL1 on PM_DEVICE_ACTION_TURN_ON
Cache CTRL1 into reg_ctrl1_active_val inside lis2dh_init_chip()
in the PM_DEVICE_ACTION_TURN_ON path.  This prevents the first
runtime-PM RESUME from writing 0x00 to CTRL1 and disabling the sensor
when runtime-PM is enabled.

Fixes: #92196

Signed-off-by: Van Petrosyan <van.petrosyan@sensirion.com>
2025-07-05 11:56:00 -05:00
..
CMakeLists.txt
Kconfig
lis2dh_i2c.c
lis2dh_spi.c
lis2dh_trigger.c drivers: sensors: lis2dh: added full high-pass filter capabilities 2025-01-16 22:37:01 +01:00
lis2dh.c sensor: lis2dh: cache CTRL1 on PM_DEVICE_ACTION_TURN_ON 2025-07-05 11:56:00 -05:00
lis2dh.h sensor: lis2dh: add device runtime PM support 2025-06-16 14:12:32 +02:00