clk: exynos5433: Add 'CLK_IGNORE_UNUSED' flag to clocks for sercure monitor call
authorJonghwa Lee <jonghwa3.lee@samsung.com>
Tue, 2 Dec 2014 01:55:39 +0000 (10:55 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Wed, 14 Dec 2016 04:43:08 +0000 (13:43 +0900)
commit6e461f8890ec499276a88192618be79f624649f4
tree2f43d1863397e17140fb5805ae246b5994eb141a
parente03f45675590660908739ae2e212a6da76566de2
clk: exynos5433: Add 'CLK_IGNORE_UNUSED' flag to clocks for sercure monitor call

This patch adds 'CLK_IGNORE_UNUSED' flag to clocks which is required for
operation of secure monitor call (smc). System will hang when it executes 'smc'
with one of those clock is gated. All related clocks must be enabled.

Signed-off-by: Jonghwa Lee <jonghwa3.lee@samsung.com>
drivers/clk/samsung/clk-exynos5433.c