mips: ar7: convert to clkdev_lookup
authorArnd Bergmann <arnd@arndb.de>
Sat, 29 May 2021 15:04:37 +0000 (17:04 +0200)
committerArnd Bergmann <arnd@arndb.de>
Tue, 8 Jun 2021 15:00:08 +0000 (17:00 +0200)
commit4410c4236e6de337f35d4d88e503f414a8d5d10f
tree00c9c6dbb40b996c844a1ab18000270db4263cd4
parent6efb943b8616ec53a5e444193dccf1af9ad627b5
mips: ar7: convert to clkdev_lookup

ar7 is one of only two platforms that provide the clock interface but
implement a custom version of the clkdev_lookup code.

Change this to use the generic version instead.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/mips/Kconfig
arch/mips/ar7/clock.c