diff options
author | Xing Zheng <zhengxing@rock-chips.com> | 2016-01-07 15:17:36 +0300 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2016-01-16 18:01:21 +0300 |
commit | 3d667920bc8fc0c3b39e4e740352d9367fa4916e (patch) | |
tree | a84bb549b46c5f8c8529065f37f63ccbdcc8f52f /Documentation/devicetree | |
parent | c40519350e1d7db03e35e57509352c55948648ba (diff) | |
download | linux-3d667920bc8fc0c3b39e4e740352d9367fa4916e.tar.xz |
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: Xing Zheng <zhengxing@rock-chips.com>
[update dt-binding document as well]
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r-- | Documentation/devicetree/bindings/clock/rockchip,rk3036-cru.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/clock/rockchip,rk3036-cru.txt b/Documentation/devicetree/bindings/clock/rockchip,rk3036-cru.txt index ace05992a262..20df350b9ef3 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: |