summaryrefslogtreecommitdiffstats
path: root/dts/include/dt-bindings/reset/tegra234-reset.h
diff options
context:
space:
mode:
Diffstat (limited to 'dts/include/dt-bindings/reset/tegra234-reset.h')
-rw-r--r--dts/include/dt-bindings/reset/tegra234-reset.h12
1 files changed, 10 insertions, 2 deletions
diff --git a/dts/include/dt-bindings/reset/tegra234-reset.h b/dts/include/dt-bindings/reset/tegra234-reset.h
index b3c63be06d..50e13bced6 100644
--- a/dts/include/dt-bindings/reset/tegra234-reset.h
+++ b/dts/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