]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
clk: ux500: Convert ABx500 clocks to use OF probing
authorLinus Walleij <linus.walleij@linaro.org>
Fri, 13 Jan 2017 15:08:42 +0000 (16:08 +0100)
committerStephen Boyd <sboyd@codeaurora.org>
Fri, 27 Jan 2017 00:10:02 +0000 (16:10 -0800)
commit55921ce27695325e7bab667ccc7e4ada81a74f02
treea2efe74cf6839dac0e01d7f539189c5119046466
parent839a72af88635f222f6daef430e13a3f2dcb1e6e
clk: ux500: Convert ABx500 clocks to use OF probing

These clocks have been broken for a long time unfortunately, a
hurdle of misc problems made them stop working at some point
breaking USB and audio on Ux500.

The platform as such and all "regular" clocks are migrated to
OF/device tree, so let's migrate also this driver.

With this patch and the corresponding DTS fixes, and a bunch
of probe deferral fixes, audio starts working again on Ux500.

Cc: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/ux500/abx500-clk.c
include/dt-bindings/clock/ste-ab8500.h [new file with mode: 0644]