提交 3d667920 编写于 作者: X Xing Zheng 提交者: Heiko Stuebner

clk: rockchip: rk3036: rename emac ext source clock

There is only support rmii in the RK3036, so we should use the correct
ext clock name as described in the TRM.
Signed-off-by: NXing Zheng <zhengxing@rock-chips.com>
[update dt-binding document as well]
Signed-off-by: NHeiko Stuebner <heiko@sntech.de>
上级 c4051935
...@@ -30,7 +30,7 @@ that they are defined using standard clock bindings with following ...@@ -30,7 +30,7 @@ that they are defined using standard clock bindings with following
clock-output-names: clock-output-names:
- "xin24m" - crystal input - required, - "xin24m" - crystal input - required,
- "ext_i2s" - external I2S clock - optional, - "ext_i2s" - external I2S clock - optional,
- "ext_gmac" - external GMAC clock - optional - "rmii_clkin" - external EMAC clock - optional
Example: Clock controller node: Example: Clock controller node:
......
...@@ -133,7 +133,7 @@ PNAME(mux_spdif_p) = { "spdif_src", "spdif_frac", "xin12m" }; ...@@ -133,7 +133,7 @@ PNAME(mux_spdif_p) = { "spdif_src", "spdif_frac", "xin12m" };
PNAME(mux_uart0_p) = { "uart0_src", "uart0_frac", "xin24m" }; PNAME(mux_uart0_p) = { "uart0_src", "uart0_frac", "xin24m" };
PNAME(mux_uart1_p) = { "uart1_src", "uart1_frac", "xin24m" }; PNAME(mux_uart1_p) = { "uart1_src", "uart1_frac", "xin24m" };
PNAME(mux_uart2_p) = { "uart2_src", "uart2_frac", "xin24m" }; PNAME(mux_uart2_p) = { "uart2_src", "uart2_frac", "xin24m" };
PNAME(mux_mac_p) = { "mac_pll_src", "ext_gmac" }; PNAME(mux_mac_p) = { "mac_pll_src", "rmii_clkin" };
PNAME(mux_dclk_p) = { "dclk_lcdc", "dclk_cru" }; PNAME(mux_dclk_p) = { "dclk_lcdc", "dclk_cru" };
static struct rockchip_pll_clock rk3036_pll_clks[] __initdata = { static struct rockchip_pll_clock rk3036_pll_clks[] __initdata = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册