]> asedeno.scripts.mit.edu Git - linux.git/commit
ARM: shmobile: r8a7778: Stop passing mode pins state to clock driver
authorGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 1 Jun 2016 13:16:57 +0000 (15:16 +0200)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 2 Nov 2016 19:44:02 +0000 (20:44 +0100)
commitf3519926babeb1872345810eacd14342458f4904
treefa312f14aa0ddc7e86e6b7c9cdbcf863b5292318
parentddab5aed8ecd277bd34b6421736c882fdff2dfe1
ARM: shmobile: r8a7778: Stop passing mode pins state to clock driver

Now the R-Car M1A 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().

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