clk: samsung: set SPI0 ioclk and slck as ignore unused 28/84528/3
authorHoegeun Kwon <hoegeun.kwon@samsung.com>
Wed, 17 Aug 2016 06:54:51 +0000 (15:54 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Sat, 20 Aug 2016 03:05:45 +0000 (20:05 -0700)
commit10ffe63eadb2d7c2148671ada183bb70d2b622a1
treea0cf091c06b85c85a2fae131cd22c378a3dcfe5a
parent4764f911066e0b28b2d27d094a5cc5a4c8f0cc11
clk: samsung: set SPI0 ioclk and slck as ignore unused

There is no one who handles the ioclk and sclk for the SPI0 bus,
in order to be able to use the SPI 0 bus, set them as ignore
unused by using the CLK_IGNORE_UNUSED flag in the gate
declaration.

The Exynos5433 SoC needs to have all the clocks enabled, they get
all disabled even if one of them is disabled.

Change-Id: I57a625f20c40b4d76046da1a8caf5976454dda1b
Signed-off-by: Andi Shyti <andi.shyti@samsung.com>
Signed-off-by: Hoegeun Kwon <hoegeun.kwon@samsung.com>
drivers/clk/samsung/clk-exynos5433.c