aboutsummaryrefslogtreecommitdiffstats
path: root/include/dt-bindings/reset
diff options
context:
space:
mode:
authorMikko Perttunen <mperttunen@nvidia.com>2021-11-12 13:35:34 +0100
committerThierry Reding <treding@nvidia.com>2021-12-16 16:43:49 +0100
commitfc5e0e37621973758e7e49dd85f28673e72e4b85 (patch)
tree2e70d70df8fccf3f862ff160ad3277dbde8fedd5 /include/dt-bindings/reset
parentLinux 5.16-rc1 (diff)
downloadlinux-dev-fc5e0e37621973758e7e49dd85f28673e72e4b85.tar.xz
linux-dev-fc5e0e37621973758e7e49dd85f28673e72e4b85.zip
dt-bindings: Update headers for Tegra234
Add a few more clocks that will be used in follow-up patches to enable more functionality on Tegra234. Signed-off-by: Mikko Perttunen <mperttunen@nvidia.com> Reviewed-by: Rob Herring <robh@kernel.org> Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'include/dt-bindings/reset')
-rw-r--r--include/dt-bindings/reset/tegra234-reset.h12
1 files changed, 10 insertions, 2 deletions
diff --git a/include/dt-bindings/reset/tegra234-reset.h b/include/dt-bindings/reset/tegra234-reset.h
index b3c63be06d2d..50e13bced642 100644
--- a/include/dt-bindings/reset/tegra234-reset.h
+++ b/include/dt-bindings/reset/tegra234-reset.h
@@ -4,7 +4,15 @@
#ifndef DT_BINDINGS_RESET_TEGRA234_RESET_H
#define DT_BINDINGS_RESET_TEGRA234_RESET_H
-#define TEGRA234_RESET_SDMMC4 85
-#define TEGRA234_RESET_UARTA 100
+/**
+ * @file
+ * @defgroup bpmp_reset_ids Reset ID's
+ * @brief Identifiers for Resets controllable by firmware
+ * @{
+ */
+#define TEGRA234_RESET_SDMMC4 85U
+#define TEGRA234_RESET_UARTA 100U
+
+/** @} */
#endif