Skip to content

clock_control: tisci: fix macro argument#104670

Merged
aescolar merged 1 commit intozephyrproject-rtos:mainfrom
natto1784:clock_control_tisci_bug
Mar 12, 2026
Merged

clock_control: tisci: fix macro argument#104670
aescolar merged 1 commit intozephyrproject-rtos:mainfrom
natto1784:clock_control_tisci_bug

Conversation

@natto1784
Copy link
Copy Markdown
Contributor

TISCI_GET_CLOCK_DETAILS_BY_INST takes the instance number of the DT node, this is supposed to be denoted by inst. However, due to a typo it is currently DT_DRV_INST which makes no sense since that is a separate macro of its own. Hence, fix this typo.

TISCI_GET_CLOCK_DETAILS_BY_INST takes the instance number of the DT node,
this is supposed to be denoted by `inst`. However, due to a typo it is
currently DT_DRV_INST which makes no sense since that is a separate macro
of its own. Hence, fix this typo.

Signed-off-by: Amneesh Singh <amneesh@ti.com>
@zephyrbot zephyrbot added size: XS A PR changing only a single line of code area: Clock Control labels Feb 27, 2026
@sonarqubecloud
Copy link
Copy Markdown

Copy link
Copy Markdown
Contributor

@glneo glneo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Simple mistake fix, LGTM.

@natto1784
Copy link
Copy Markdown
Contributor Author

@nordic-krch reminder ping, thanks.

@natto1784 natto1784 assigned glneo and unassigned glneo Mar 12, 2026
@aescolar aescolar merged commit abdfea8 into zephyrproject-rtos:main Mar 12, 2026
31 of 32 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: Clock Control size: XS A PR changing only a single line of code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants