clk: pxa: unbreak lookup of CLK_POUT
authorIgor Grinberg <grinberg@compulab.co.il>
Tue, 26 Dec 2017 13:30:36 +0000 (15:30 +0200)
committerStephen Boyd <sboyd@codeaurora.org>
Thu, 28 Dec 2017 18:43:30 +0000 (10:43 -0800)
commit869de5cf96cf3952e8f998581cd368e38cebf8d2
tree93f13098604bb1f4077451b6a1002c9753cf26d6
parent4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323
clk: pxa: unbreak lookup of CLK_POUT

Since switching to clk drivers, the CLK_POUT cannot be searched for by
clk_get() API and thus it returns with ENOENT.
Register it with the clk_lookup and thus unbreak the users of it.

Signed-off-by: Igor Grinberg <grinberg@compulab.co.il>
Acked-by: Robert Jarzmik <robert.jarzmik@free.fr>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/pxa/clk-pxa3xx.c