Merge pull request #57 from hsnaves/odroidxu-3.4.y

clk: exynos5410: Removed duplicate entry in the clock tree.
This commit is contained in:
Mauro Ribeiro 2014-07-15 10:05:47 -03:00
commit b34f6575d2

View file

@ -1858,11 +1858,6 @@ static struct clk exynos5_init_clocks_off[] = {
.name = "fsysqe",
.enable = exynos5_clk_ip_fsys_ctrl,
.ctrlbit = ((1 << 26) | (1 << 25) | (1 << 16) | (1 << 15) | (1 << 5) | (1 << 4)),
}, {
.name = "tmu_apbif",
.parent = &exynos5_clk_aclk_66.clk,
.enable = exynos5_clk_ip_peris_ctrl,
.ctrlbit = (1 << 21),
}, {
.name = "dwmci",
.devname = "dw_mmc.0",