summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2025-10-29 16:10:33 +0100
committerThierry Reding <treding@nvidia.com>2025-11-14 17:42:08 +0100
commitaaca2e9933a362bcd89ec563b3e89de18460335f (patch)
tree9c386dfdff25e25ff5976d0ab0257d9289964a37
parent1c458bbe4b335d1675c47d64df0c8cd34961d2bf (diff)
soc/tegra: pmc: Document tegra_pmc.syscore field
This eliminates a warning from the documentation build targets. Signed-off-by: Thierry Reding <treding@nvidia.com>
-rw-r--r--drivers/soc/tegra/pmc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/soc/tegra/pmc.c b/drivers/soc/tegra/pmc.c
index d8c8894a8f38..3f2ae5fe3135 100644
--- a/drivers/soc/tegra/pmc.c
+++ b/drivers/soc/tegra/pmc.c
@@ -423,6 +423,7 @@ struct tegra_pmc_soc {
* @wake_sw_status_map: Bitmap to hold raw status of wakes without mask
* @wake_cntrl_level_map: Bitmap to hold wake levels to be programmed in
* cntrl register associated with each wake during system suspend.
+ * @syscore: syscore suspend/resume callbacks
*/
struct tegra_pmc {
struct device *dev;