Skip to content

Commit d3a20dc

Browse files
committed
soc/tegra: pmc: Document core domain fields
These fields are used to track the state of the core domain. Add basic descriptions so that kerneldoc can be properly generated for them. Signed-off-by: Thierry Reding <[email protected]>
1 parent 9767d1b commit d3a20dc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/soc/tegra/pmc.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,8 @@ struct tegra_pmc_soc {
394394
* @domain: IRQ domain provided by the PMC
395395
* @irq: chip implementation for the IRQ domain
396396
* @clk_nb: pclk clock changes handler
397+
* @core_domain_state_synced: flag marking the core domain's state as synced
398+
* @core_domain_registered: flag marking the core domain as registered
397399
*/
398400
struct tegra_pmc {
399401
struct device *dev;

0 commit comments

Comments
 (0)