commit | df6a114f924131ac75fd49e27bca488c93228b04 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@gmail.com> | Sat Nov 25 22:08:55 2017 +0100 |
committer | Marek Vasut <marek.vasut+renesas@gmail.com> | Thu Nov 30 02:32:33 2017 +0100 |
tree | e7ee5716bb67d7ec3465d147d821e05e3ca2cee3 | |
parent | 7f0293a6142e433f43f65f30155efac7bb7124d1 [diff] |
clk: rmobile: Move preboot clock shutdown to the driver The MSTP registers were poked in boards/renesas/rcar-common/common.c in arch_preboot_os hook thus far to shut down the clock before Linux takes over. With DM, this is no longer needed and we can do the same in the clock driver .remove callback. This patch adds such a .remove callback for R8A7795 and R8A7796. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>