]> git.karo-electronics.de Git - karo-tx-linux.git/commit
clk: pxa: core pll is not affected by t bit
authorRobert Jarzmik <robert.jarzmik@free.fr>
Sun, 23 Oct 2016 12:19:27 +0000 (14:19 +0200)
committerStephen Boyd <sboyd@codeaurora.org>
Wed, 2 Nov 2016 00:46:49 +0000 (17:46 -0700)
commit26bd423b88a7a5c5fe5a042a8d7209d5ebdcbd1b
tree91559c72bcf75232a0714f9f816a6766d0d3eed4
parent06b8ec4eadde7054528b779974ae5ff998c0b0a2
clk: pxa: core pll is not affected by t bit

The t bit of clkfcfg doesn't affect the core pll clock, but it makes core
clock select between core pll clock and core run clock.

As such remove it from the core pll rate reporting function, while it
remains in clk_pxa27x_core_get_parent().

Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/pxa/clk-pxa25x.c
drivers/clk/pxa/clk-pxa27x.c