ARM: ep93xx: normalize clk API
authorAlexander Sverdlin <alexander.sverdlin@gmail.com>
Sun, 22 Nov 2015 14:24:28 +0000 (15:24 +0100)
committerArnd Bergmann <arnd@arndb.de>
Thu, 27 Jul 2017 20:57:24 +0000 (22:57 +0200)
commitef8aa4e0a0df2470148203725acd8b6e75acdc0b
treec96db9ba4a72df7e93886bd01249710513ed8c64
parent77a374c29992b1a0e2f4a6e2867324c4de6e23c4
ARM: ep93xx: normalize clk API

It's a combination of the patch from Arnd Bergmann, which added empty stubs
for clk_round_rate() and clk_set_parent() and a working trivial
implementation of clk_get_parent(). The later is required for ADC driver.

Signed-off-by: Alexander Sverdlin <alexander.sverdlin@gmail.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/mach-ep93xx/clock.c