Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 367dc18d authored by Sebastian Hesselbarth's avatar Sebastian Hesselbarth Committed by Jason Cooper
Browse files

ARM: dove: move DT boards to SoC-centric clock init



SoC centric clock init for Dove can be used by calling of_clk_init.
Use it and get rid of mvebu_clocks_init.

Signed-off-by: default avatarSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Tested-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: default avatarMike Turquette <mturquette@linaro.org>
Signed-off-by: default avatarJason Cooper <jason@lakedaemon.net>
parent 68be12bd
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -22,8 +22,7 @@ config MACH_CM_A510

config MACH_DOVE_DT
	bool "Marvell Dove Flattened Device Tree"
	select MVEBU_CLK_CORE
	select MVEBU_CLK_GATING
	select DOVE_CLK
	select REGULATOR
	select REGULATOR_FIXED_VOLTAGE
	select USE_OF
+1 −2
Original line number Diff line number Diff line
@@ -10,7 +10,6 @@

#include <linux/init.h>
#include <linux/clk-provider.h>
#include <linux/clk/mvebu.h>
#include <linux/of.h>
#include <linux/of_platform.h>
#include <linux/platform_data/usb-ehci-orion.h>
@@ -49,7 +48,7 @@ static void __init dove_legacy_clk_init(void)

static void __init dove_of_clk_init(void)
{
	mvebu_clocks_init();
	of_clk_init(NULL);
	dove_legacy_clk_init();
}

+0 −1
Original line number Diff line number Diff line
@@ -9,7 +9,6 @@
 */

#include <linux/clk-provider.h>
#include <linux/clk/mvebu.h>
#include <linux/dma-mapping.h>
#include <linux/init.h>
#include <linux/of.h>