summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChristian Marangi <[email protected]>2024-08-03 10:40:35 +0200
committerTom Rini <[email protected]>2024-08-19 16:14:43 -0600
commite69a1fed16ad326457dc2b2f4ad8089b4ac96dd1 (patch)
tree3a318081098289650c7c5531a531840a9b34443e /include
parent5dd509788dd1cd73cd8ac3881d026c5b33a725a5 (diff)
clk: mediatek: mt7986: rename CB_CKSQ_40M to TOP_XTAL
Upstream kernel linux clock include use TOP_XTAL instead of CB_CKSQ_40M. Rename this clock to the upstream kernel in preparation for support of OF_UPSTREAM. Signed-off-by: Christian Marangi <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/dt-bindings/clock/mt7986-clk.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/dt-bindings/clock/mt7986-clk.h b/include/dt-bindings/clock/mt7986-clk.h
index 820f8631831..30720f9fb42 100644
--- a/include/dt-bindings/clock/mt7986-clk.h
+++ b/include/dt-bindings/clock/mt7986-clk.h
@@ -51,7 +51,7 @@
/* TOPCKGEN */
-#define CK_TOP_CB_CKSQ_40M 0
+#define CK_TOP_XTAL 0
#define CK_TOP_CB_M_416M 1
#define CK_TOP_CB_M_D2 2
#define CK_TOP_CB_M_D4 3
@@ -79,7 +79,7 @@
#define CK_TOP_CB_WEDMCU_760M 25
#define CK_TOP_WEDMCU_D5_D2 26
#define CK_TOP_CB_SGM_325M 27
-#define CK_TOP_CB_CKSQ_40M_D2 28
+#define CK_TOP_XTAL_D2 28
#define CK_TOP_CB_RTC_32K 29
#define CK_TOP_CB_RTC_32P7K 30
#define CK_TOP_NFI1X 31