]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
clk/samsung: exynos542x: mark some clocks as critical
authorMarek Szyprowski <m.szyprowski@samsung.com>
Thu, 22 Dec 2016 09:44:30 +0000 (10:44 +0100)
committerStephen Boyd <sboyd@codeaurora.org>
Tue, 10 Jan 2017 00:11:05 +0000 (16:11 -0800)
commit318fa46cc60d37fec1e87dbf03a82aca0f5ce695
tree918a9d2b5c0b5a1e64c8a5f6aabbe7142e6d339e
parent3868f132cce6abab089fd6b12d6a7333712ade83
clk/samsung: exynos542x: mark some clocks as critical

Some parent clocks of the Exynos542x clock blocks, which have separate
power domains (like DISP, MFC, MSC, GSC, FSYS and G2D) must be always
enabled to access any register related to power management unit or devices
connected to it. For the time being, until a proper solution based on
runtime PM is applied, mark those clocks as critical (instead of ignore
unused or even no flags) to prevent disabling them.

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Acked-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Reviewed-by: Chanwoo Choi <cw00.choi@samsung.com>
Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com>
Tested-by: Javier Martinez Canillas <javier@osg.samsung.com> [Exynos5800 Peach Pi Chromebook]
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/samsung/clk-exynos5420.c