MIMX9111 MIMX9352 MIMX9596: add tpm control count definition #627
      
        
          +9
        
        
          −0
        
        
          
        
      
    
  
  Add this suggestion to a batch that can be applied as a single commit.
  This suggestion is invalid because no changes were made to the code.
  Suggestions cannot be applied while the pull request is closed.
  Suggestions cannot be applied while viewing a subset of changes.
  Only one suggestion per line can be applied in a batch.
  Add this suggestion to a batch that can be applied as a single commit.
  Applying suggestions on deleted lines is not supported.
  You must change the existing code in this line in order to create a valid suggestion.
  Outdated suggestions cannot be applied.
  This suggestion has been applied or marked resolved.
  Suggestions cannot be applied from pending reviews.
  Suggestions cannot be applied on multi-line comments.
  Suggestions cannot be applied while the pull request is queued to merge.
  Suggestion cannot be applied right now. Please check back later.
  
    
  
    
Added TPM_CONTROLS_COUNT which is used by Zephyr driver.
This patch is to fix twister issue for TPM counter:
NFO - 1) drivers.counter.basic_api on frdm_imx93/mimx9352/a55 error (Build failure - error: 'TPM_CONTROLS_COUNT' undeclared here (not in a function); did you mean 'TPM_CNT_COUNT'?)
INFO -
INFO - To rerun the tests, call twister using the following commandline:
INFO - west twister -p -s , for example:
INFO -
INFO - west twister -p frdm_imx93/mimx9352/a55 -s drivers.counter.basic_api
INFO - or with west:
INFO - west build -p -b frdm_imx93/mimx9352/a55 tests/drivers/counter/counter_basic_api -T drivers.counter.basic_api