Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1305504

[PATCH] dt-bindings: Fix the external clock name for the RK3036 EMAC

From Xing Zheng <zhengxing@rock-chips.com>
Newsgroups linux.kernel
Subject [PATCH] dt-bindings: Fix the external clock name for the RK3036 EMAC
Date 2016-01-10 08:30 +0100
Message-ID <qPiBP-14T-1@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Because the RK3036 doesn't support EMAC, and only support the RMII mode
in the EMAC IP, we refer to the TRM CRU and update the new external
clock name for EMAC.

Signed-off-by: Xing Zheng <zhengxing@rock-chips.com>
---

 .../bindings/clock/rockchip,rk3036-cru.txt         |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/clock/rockchip,rk3036-cru.txt b/Documentation/devicetree/bindings/clock/rockchip,rk3036-cru.txt
index ace0599..20df350 100644
--- a/Documentation/devicetree/bindings/clock/rockchip,rk3036-cru.txt
+++ b/Documentation/devicetree/bindings/clock/rockchip,rk3036-cru.txt
@@ -30,7 +30,7 @@ that they are defined using standard clock bindings with following
 clock-output-names:
  - "xin24m" - crystal input - required,
  - "ext_i2s" - external I2S clock - optional,
- - "ext_gmac" - external GMAC clock - optional
+ - "rmii_clkin" - external EMAC clock - optional
 
 Example: Clock controller node:
 
-- 
1.7.9.5

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH] dt-bindings: Fix the external clock name for the RK3036 EMAC Xing Zheng <zhengxing@rock-chips.com> - 2016-01-10 08:30 +0100
  Re: [PATCH] dt-bindings: Fix the external clock name for the RK3036 EMAC Xing Zheng <zhengxing@rock-chips.com> - 2016-01-10 11:40 +0100
    Re: [PATCH] dt-bindings: Fix the external clock name for the RK3036 EMAC Heiko Stuebner <heiko@sntech.de> - 2016-01-10 19:30 +0100
  Re: [PATCH] dt-bindings: Fix the external clock name for the RK3036 EMAC Heiko Stuebner <heiko@sntech.de> - 2016-01-10 11:40 +0100
    Re: [PATCH] dt-bindings: Fix the external clock name for the RK3036 EMAC Xing Zheng <zhengxing@rock-chips.com> - 2016-01-10 11:40 +0100

csiph-web