aboutsummaryrefslogtreecommitdiff
path: root/src/soc/ti/am335x/dmtimer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/ti/am335x/dmtimer.c')
-rw-r--r--src/soc/ti/am335x/dmtimer.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/soc/ti/am335x/dmtimer.c b/src/soc/ti/am335x/dmtimer.c
new file mode 100644
index 0000000000..b3aa7a18ba
--- /dev/null
+++ b/src/soc/ti/am335x/dmtimer.c
@@ -0,0 +1,12 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+
+#include "dmtimer.h"
+
+void dmtimer_start(int num)
+{
+}
+
+uint64_t dmtimer_raw_value(int num)
+{
+ return 0;
+}