]> git.baikalelectronics.ru Git - kernel.git/commit
sh: use common clock framework with device tree boards
authorRich Felker <dalias@libc.org>
Sun, 31 Jul 2016 03:11:30 +0000 (03:11 +0000)
committerRich Felker <dalias@libc.org>
Fri, 5 Aug 2016 03:29:45 +0000 (03:29 +0000)
commit4903e21e26f4ed2c9950853f29c8427f14bb3728
treea197be242f661f87b455def1c68ca349f0ce8833
parent15c47a98e9b138cc1061b5f58a3dbb145707f9fe
sh: use common clock framework with device tree boards

Enable common clk framework for DT-based boards and disable code that
depends on the legacy sh clk framework when common clk is enabled.
Once legacy drivers are converted over, the old code can be removed
entirely.

Signed-off-by: Rich Felker <dalias@libc.org>
arch/sh/boards/Kconfig
arch/sh/kernel/cpu/clock.c