OSDN Git Service

ARM: shmobile: r8a7779: Stop passing mode pins state to clock driver
authorGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 1 Jun 2016 13:21:14 +0000 (15:21 +0200)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 2 Nov 2016 19:44:04 +0000 (20:44 +0100)
commiteae339264fd46f6e8adf5c6ed2f454b0a115e90d
tree562cdbf765f00ef20fee000274bb789c8dfccc0b
parentf3519926babeb1872345810eacd14342458f4904
ARM: shmobile: r8a7779: Stop passing mode pins state to clock driver

Now the R-Car H1 CPG clock driver obtains the state of the mode pins
from the R-Car RST driver, there's no longer a need to pass this state
explicitly. Hence we can just remove the .init_time() callback, the
generic ARM code will take care of calling of_clk_init() and
clocksource_probe().

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Dirk Behme <dirk.behme@de.bosch.com>
arch/arm/mach-shmobile/setup-r8a7779.c