diff options
author | Kever Yang <kever.yang@rock-chips.com> | 2014-11-13 15:22:37 +0800 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2015-01-22 15:41:16 +0100 |
commit | f5c3018dd0b2b000db49c94478a75a1d8e1cac50 (patch) | |
tree | c279aa2f64935e1a4cb8e18bde2b584d096649ae /drivers/clk/rockchip | |
parent | 77d63443074c3b3e3f0c0620bde19754344eb386 (diff) | |
download | linux-f5c3018dd0b2b000db49c94478a75a1d8e1cac50.tar.gz linux-f5c3018dd0b2b000db49c94478a75a1d8e1cac50.tar.bz2 linux-f5c3018dd0b2b000db49c94478a75a1d8e1cac50.zip |
clk: rockchip: use the clock ID for usbphy480m_src
Use the clock ID for usbphy480m_src so that we can find
this clock node in dts.
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'drivers/clk/rockchip')
-rw-r--r-- | drivers/clk/rockchip/clk-rk3288.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/rockchip/clk-rk3288.c b/drivers/clk/rockchip/clk-rk3288.c index 08d09cecb364..fe2dab959950 100644 --- a/drivers/clk/rockchip/clk-rk3288.c +++ b/drivers/clk/rockchip/clk-rk3288.c @@ -598,7 +598,7 @@ static struct rockchip_clk_branch rk3288_clk_branches[] __initdata = { GATE(0, "jtag", "ext_jtag", 0, RK3288_CLKGATE_CON(4), 14, GFLAGS), - COMPOSITE_NODIV(0, "usbphy480m_src", mux_usbphy480m_p, 0, + COMPOSITE_NODIV(SCLK_USBPHY480M_SRC, "usbphy480m_src", mux_usbphy480m_p, 0, RK3288_CLKSEL_CON(13), 11, 2, MFLAGS, RK3288_CLKGATE_CON(5), 14, GFLAGS), COMPOSITE_NODIV(SCLK_HSICPHY480M, "sclk_hsicphy480m", mux_hsicphy480m_p, 0, |