]> git.baikalelectronics.ru Git - kernel.git/commit
clk: rockchip: rk3288: add CLK_SET_RATE_PARENT to sclk_mac
authorHeiko Stuebner <heiko@sntech.de>
Thu, 18 Jun 2015 14:18:28 +0000 (16:18 +0200)
committerStephen Boyd <sboyd@codeaurora.org>
Mon, 6 Jul 2015 22:03:23 +0000 (15:03 -0700)
commitc68f218f746347ca83da47613bb77caec5841c7a
treeadd069f85de77446e22a8ce99de80507bd25bfd0
parent0c9e0229f3c4e023815b9350b2095fd8ad5809e3
clk: rockchip: rk3288: add CLK_SET_RATE_PARENT to sclk_mac

The dwmac ethernet controller on the rk3288 supports phys connected
via rgmii and rmii. With rgmii phys it is expected that the mac clock
is provided externally while with rmii phys the clock can be external
but also generated from the plls. In the later case it of course needs
be at 50MHz, which gets set from the dwmac_rk driver.
As most devices use a rgmii phy it never surfaced so far that the mac
clk mux, doesn't go up one lever to the pll clock in the rmii case with
internal clock generation, as it is missing the CLK_SET_RATE_PARENT flag,
and thus will not set the correct frequency in most cases.

Fixes: 70b4a877a768 ("clk: rockchip: add clock controller for rk3288")
Cc: stable@vger.kernel.org
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/rockchip/clk-rk3288.c