]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
clk: sunxi: Fix factor clocks usage for sun9i core clocks
authorChen-Yu Tsai <wens@csie.org>
Thu, 27 Nov 2014 09:29:30 +0000 (17:29 +0800)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Sun, 21 Dec 2014 22:51:37 +0000 (23:51 +0100)
commit66e79cf17ea636dbe28ee4ca01ccda638645f522
treeb46aacfbe17b88d4efdec0c7f4591db4feaaf859
parent7c74c220e9c6d756953235e1f8e5b704569ea613
clk: sunxi: Fix factor clocks usage for sun9i core clocks

The sunxi factor clocks usage was changed in

    clk: sunxi: Give sunxi_factors_register a registers parameter

However the sun9i core clocks were not fixed up in that patch,
resulting in breakage. This patch fixes that.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Cc: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
drivers/clk/sunxi/clk-sun9i-core.c