-
Notifications
You must be signed in to change notification settings - Fork 8.2k
drivers: counter: Fix TPM_CONTROLS_COUNT undefined issue. #98174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
drivers: counter: Fix TPM_CONTROLS_COUNT undefined issue. #98174
Conversation
|
Fix test failure found in #97777 |
|
close the PR, the missing macro has been added by zephyrproject-rtos/hal_nxp#627 |
Add TPM_CONTROLS_COUNT inside the HAL file for MIMX9xxx SoC's Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
dd9b2ca to
814c4eb
Compare
|
Reopened this PR to pull in the HAL update. |
|
The following west manifest projects have changed revision in this Pull Request:
✅ All manifest checks OK Note: This message is automatically posted and updated by the Manifest GitHub Action. |
|
Please retry analysis of this Pull-Request directly on SonarQube Cloud |
@FelixWang47831 we reopened this because we need this fix to go in as a hotfix. |
Maximum channel number can be indicated by the number of "Channel Status and Control Register".
For sdk-ng, it's defined by macro TPM_CONTROLS_COUNT.
For some devices using legacy sdk, use TPM_CnSC_COUNT instead.