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

Commit 2881764d authored by Matt Porter's avatar Matt Porter Committed by Sebastian Hesselbarth
Browse files

ARM: bcm: provide common arch init for DT clocks



With arch/arm calling of_clk_init(NULL) and clocksource_of_init()
this is no longer needed. The former is useful because we can make
use of dummy fixed clocks for drivers until the bcm281xx common
clock driver is ready.

Signed-off-by: default avatarMatt Porter <matt.porter@linaro.org>
Reviewed-by: default avatarMarkus Mayer <markus.mayer@linaro.org>
Acked-by: default avatarChristian Daudt <csd@broadcom.com>
parent 4178bac4
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -68,7 +68,6 @@ static void __init board_init(void)
static const char * const bcm11351_dt_compat[] = { "brcm,bcm11351", NULL, };
static const char * const bcm11351_dt_compat[] = { "brcm,bcm11351", NULL, };


DT_MACHINE_START(BCM11351_DT, "Broadcom Application Processor")
DT_MACHINE_START(BCM11351_DT, "Broadcom Application Processor")
	.init_time = clocksource_of_init,
	.init_machine = board_init,
	.init_machine = board_init,
	.restart = bcm_kona_restart,
	.restart = bcm_kona_restart,
	.dt_compat = bcm11351_dt_compat,
	.dt_compat = bcm11351_dt_compat,