]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
clk: shmobile: mstp: Consider "zb_clk" suitable for power management
authorGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 4 Aug 2015 13:25:35 +0000 (15:25 +0200)
committerSimon Horman <horms+renesas@verge.net.au>
Fri, 18 Sep 2015 00:11:37 +0000 (09:11 +0900)
commite233d74c30f48108b7affb4e76bfc8f3c76b68ce
treedb93988b9a7bdcf05b7c73e556643c58a1a325d5
parent6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f
clk: shmobile: mstp: Consider "zb_clk" suitable for power management

Currently the CPG/MSTP Clock Domain code looks for MSTP clocks to power
manage a device.

Unfortunately, on R-Mobile APE6 (r8a73a4) and SH-Mobile AG5 (sh73a0),
the Bus State Controller (BSC) is not power-managed by an MSTP clock,
but by a plain CPG clock (zb_clk).  Add a special case to handle this,
so the clock is properly managed, and devices connected to the BSC work
as expected.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Ulf Hansson <ulf.hansson@linaro.org>
Acked-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
drivers/clk/shmobile/clk-mstp.c