Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drivers/sensor: lsm6dso: Prevent device entering I3C
On LSM6DSO sensor the INT1 pin is used for both generating the drdy interrupt and for switching to I3C hotjoin mode just after reset if it is at logical '1' level. It might happen that after a board reset the logical level '1' is preserved (maybe a level shifter) forcing the LSM6DSO to enter erroneously in I3C mode, breaking any attempt to communicate with it. (Fix zephyrproject-rtos#38902) Signed-off-by: Armando Visconti <[email protected]>
- Loading branch information