Commit 9ff59360 authored by Xing Zheng's avatar Xing Zheng Committed by Heiko Stuebner

clk: rockchip: add clock-ids for rk3228 MAC clocks

This patch exports related MAC clocks for dts reference.
Signed-off-by: default avatarXing Zheng <zhengxing@rock-chips.com>
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 5f6d7104
...@@ -52,6 +52,15 @@ ...@@ -52,6 +52,15 @@
#define SCLK_EMMC_SAMPLE 121 #define SCLK_EMMC_SAMPLE 121
#define SCLK_VOP 122 #define SCLK_VOP 122
#define SCLK_HDMI_HDCP 123 #define SCLK_HDMI_HDCP 123
#define SCLK_MAC_SRC 124
#define SCLK_MAC_EXTCLK 125
#define SCLK_MAC 126
#define SCLK_MAC_REFOUT 127
#define SCLK_MAC_REF 128
#define SCLK_MAC_RX 129
#define SCLK_MAC_TX 130
#define SCLK_MAC_PHY 131
#define SCLK_MAC_OUT 132
/* dclk gates */ /* dclk gates */
#define DCLK_VOP 190 #define DCLK_VOP 190
...@@ -61,6 +70,7 @@ ...@@ -61,6 +70,7 @@
#define ACLK_DMAC 194 #define ACLK_DMAC 194
#define ACLK_PERI 210 #define ACLK_PERI 210
#define ACLK_VOP 211 #define ACLK_VOP 211
#define ACLK_GMAC 212
/* pclk gates */ /* pclk gates */
#define PCLK_GPIO0 320 #define PCLK_GPIO0 320
...@@ -82,6 +92,7 @@ ...@@ -82,6 +92,7 @@
#define PCLK_PERI 363 #define PCLK_PERI 363
#define PCLK_HDMI_CTRL 364 #define PCLK_HDMI_CTRL 364
#define PCLK_HDMI_PHY 365 #define PCLK_HDMI_PHY 365
#define PCLK_GMAC 367
/* hclk gates */ /* hclk gates */
#define HCLK_I2S0_8CH 442 #define HCLK_I2S0_8CH 442
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment