clk: mediatek: mt7986: rename TOPCKGEN factor clock to upstream naming

Rename TOPCKGEN factor clock to upstream neaming.
Upstream kernel linux reference the factor clock for apmixedpll with the
"pll" suffix. Align the naming to the upstream naming format in
preparation for OF_UPSTREAM support.

Also rename rtc clock to drop the CB_ as upstream doesn't have that.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
diff --git a/include/dt-bindings/clock/mt7986-clk.h b/include/dt-bindings/clock/mt7986-clk.h
index a48d575..f19948c 100644
--- a/include/dt-bindings/clock/mt7986-clk.h
+++ b/include/dt-bindings/clock/mt7986-clk.h
@@ -16,36 +16,36 @@
 /* TOPCKGEN */
 
 #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
-#define CK_TOP_CB_M_D8			4
-#define CK_TOP_M_D8_D2			5
-#define CK_TOP_M_D3_D2			6
-#define CK_TOP_CB_MM_D2			7
-#define CK_TOP_CB_MM_D4			8
-#define CK_TOP_CB_MM_D8			9
-#define CK_TOP_MM_D8_D2			10
-#define CK_TOP_MM_D3_D8			11
-#define CK_TOP_CB_U2_PHYD_CK		12
+#define CK_TOP_CB_MPLL_416M		1
+#define CK_TOP_MPLL_D2			2
+#define CK_TOP_MPLL_D4			3
+#define CK_TOP_MPLL_D8			4
+#define CK_TOP_MPLL_D8_D2		5
+#define CK_TOP_MPLL_D3_D2		6
+#define CK_TOP_MMPLL_D2			7
+#define CK_TOP_MMPLL_D4			8
+#define CK_TOP_MMPLL_D8			9
+#define CK_TOP_MMPLL_D8_D2		10
+#define CK_TOP_MMPLL_D3_D8		11
+#define CK_TOP_MMPLL_U2PHYD		12
 #define CK_TOP_CB_APLL2_196M		13
 #define CK_TOP_APLL2_D4			14
-#define CK_TOP_CB_NET1_D4		15
-#define CK_TOP_CB_NET1_D5		16
-#define CK_TOP_NET1_D5_D2		17
-#define CK_TOP_NET1_D5_D4		18
-#define CK_TOP_NET1_D8_D2		19
-#define CK_TOP_NET1_D8_D4		20
-#define CK_TOP_CB_NET2_800M		21
-#define CK_TOP_CB_NET2_D4		22
-#define CK_TOP_NET2_D4_D2		23
-#define CK_TOP_NET2_D3_D2		24
-#define CK_TOP_CB_WEDMCU_760M		25
-#define CK_TOP_WEDMCU_D5_D2		26
-#define CK_TOP_CB_SGM_325M		27
+#define CK_TOP_NET1PLL_D4		15
+#define CK_TOP_NET1PLL_D5		16
+#define CK_TOP_NET1PLL_D5_D2		17
+#define CK_TOP_NET1PLL_D5_D4		18
+#define CK_TOP_NET1PLL_D8_D2		19
+#define CK_TOP_NET1PLL_D8_D4		20
+#define CK_TOP_CB_NET2PLL_800M		21
+#define CK_TOP_NET2PLL_D4		22
+#define CK_TOP_NET2PLL_D4_D2		23
+#define CK_TOP_NET2PLL_D3_D2		24
+#define CK_TOP_CB_WEDMCUPLL_760M	25
+#define CK_TOP_WEDMCUPLL_D5_D2		26
+#define CK_TOP_CB_SGMPLL_325M		27
 #define CK_TOP_XTAL_D2			28
-#define CK_TOP_CB_RTC_32K		29
-#define CK_TOP_CB_RTC_32P7K		30
+#define CK_TOP_RTC_32K			29
+#define CK_TOP_RTC_32P7K		30
 #define CK_TOP_NFI1X			31
 #define CK_TOP_USB_EQ_RX250M		32
 #define CK_TOP_USB_TX250M		33