clk: exynos5250: Add CLK_IGNORE_UNUSED flag for pmu clock
authorTushar Behera <tushar.behera@linaro.org>
Thu, 6 Jun 2013 08:28:18 +0000 (13:58 +0530)
committerMike Turquette <mturquette@linaro.org>
Wed, 12 Jun 2013 03:05:48 +0000 (20:05 -0700)
commit346f372f7b72a05bfa9b4e6d1b1e5de289a18d8a
treeff34c3c9ffebb52009d2ea8e0ab2b873e5b03c16
parent0b63cc3ce11822ac96a334a345640f524212cd6b
clk: exynos5250: Add CLK_IGNORE_UNUSED flag for pmu clock

Currently 'pmu' clock is not handled by any of the drivers.
Also before the introduction of CCF, this clock was not defined,
hence was left enabled always.

When this clock is disabled, software reset register becomes
inaccessible and system reboot doesn't work.

Upon restoring the default behaviour, system reboot starts working.

Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
drivers/clk/samsung/clk-exynos5250.c