-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drivers: sensors: bmi270: add bmi270_soft_reset method public
Fixes: #62514 The bmi270 CRT feature requires the soft_reset method. The soft reset must be performed by the CRT module, after nvm programming. The function, was previously embedded in the init function. This commit moves the soft reset logic to a new public method:bmi270_soft_reset and the init function now calls that method. Signed-off-by: Pedro Machado <[email protected]>
- Loading branch information
Showing
2 changed files
with
71 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters