diff options
author | Thierry Reding | 2022-05-06 10:53:15 +0200 |
---|---|---|
committer | Thierry Reding | 2022-05-06 10:53:19 +0200 |
commit | d3a20dcbca4880ada8974b2d0167df99161bbfaf (patch) | |
tree | 6b0cf702968165e8f23bbea283dce3146675da73 /drivers/soc | |
parent | 9767d1be1529c40469d1bbdc457953f88fa1dca7 (diff) |
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 <treding@nvidia.com>
Diffstat (limited to 'drivers/soc')
-rw-r--r-- | drivers/soc/tegra/pmc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/soc/tegra/pmc.c b/drivers/soc/tegra/pmc.c index c01db5309b5e..c77ecf61818b 100644 --- a/drivers/soc/tegra/pmc.c +++ b/drivers/soc/tegra/pmc.c @@ -394,6 +394,8 @@ struct tegra_pmc_soc { * @domain: IRQ domain provided by the PMC * @irq: chip implementation for the IRQ domain * @clk_nb: pclk clock changes handler + * @core_domain_state_synced: flag marking the core domain's state as synced + * @core_domain_registered: flag marking the core domain as registered */ struct tegra_pmc { struct device *dev; |