summaryrefslogtreecommitdiff
path: root/include/dt-bindings/clock/stm32fx-clock.h
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2019-09-28 22:35:29 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2019-09-28 22:35:29 +0000
commitddee9fd0fa975df750c12dd63cdf18715e51a634 (patch)
tree3884661a8bed8a0e3100b1d6b5402b3860389b6f /include/dt-bindings/clock/stm32fx-clock.h
parent0db636cb5e9747c177d4fe9ae36c20987819a1b6 (diff)
Diffstat (limited to 'include/dt-bindings/clock/stm32fx-clock.h')
-rw-r--r--include/dt-bindings/clock/stm32fx-clock.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/include/dt-bindings/clock/stm32fx-clock.h b/include/dt-bindings/clock/stm32fx-clock.h
index 58d8b515be55f..1cc89c548578b 100644
--- a/include/dt-bindings/clock/stm32fx-clock.h
+++ b/include/dt-bindings/clock/stm32fx-clock.h
@@ -1,9 +1,9 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
/*
* stm32fx-clock.h
*
* Copyright (C) 2016 STMicroelectronics
* Author: Gabriel Fernandez for STMicroelectronics.
- * License terms: GNU General Public License (GPL), version 2
*/
/*
@@ -54,7 +54,10 @@
#define CLK_I2C3 28
#define CLK_I2C4 29
#define CLK_LPTIMER 30
-
-#define END_PRIMARY_CLK_F7 31
+#define CLK_PLL_SRC 31
+#define CLK_DFSDM1 32
+#define CLK_ADFSDM1 33
+#define CLK_F769_DSI 34
+#define END_PRIMARY_CLK_F7 35
#endif