Skip to content

Commit 75bb126

Browse files
JiafeiPanmmahadevan108
authored andcommitted
MIMX9111 MIMX9352 MIMX9596: add tpm control count definition
Added TPM_CONTROLS_COUNT which is used by Zephyr driver. Signed-off-by: Jiafei Pan <Jiafei.Pan@nxp.com>
1 parent 24eff60 commit 75bb126

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

mcux/mcux-sdk/devices/MIMX9111/MIMX9111.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53738,6 +53738,9 @@ typedef struct {
5373853738
* @{
5373953739
*/
5374053740

53741+
/** TPM - Size of Registers Arrays */
53742+
#define TPM_CONTROLS_COUNT 4u
53743+
5374153744
/** TPM - Register Layout Typedef */
5374253745
typedef struct {
5374353746
__I uint32_t VERID; /**< Version ID, offset: 0x0 */

mcux/mcux-sdk/devices/MIMX9352/MIMX9352_ca55.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72583,6 +72583,9 @@ typedef struct {
7258372583
* @{
7258472584
*/
7258572585

72586+
/** TPM - Size of Registers Arrays */
72587+
#define TPM_CONTROLS_COUNT 4u
72588+
7258672589
/** TPM - Register Layout Typedef */
7258772590
typedef struct {
7258872591
__I uint32_t VERID; /**< Version ID, offset: 0x0 */

mcux/mcux-sdk/devices/MIMX9596/MIMX9596_ca55.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398433,6 +398433,9 @@ typedef struct {
398433398433
* @{
398434398434
*/
398435398435

398436+
/** TPM - Size of Registers Arrays */
398437+
#define TPM_CONTROLS_COUNT 4u
398438+
398436398439
/** TPM - Register Layout Typedef */
398437398440
typedef struct {
398438398441
__I uint32_t VERID; /**< Version ID, offset: 0x0 */

0 commit comments

Comments
 (0)