Merge pull request #57 from hsnaves/odroidxu-3.4.y
clk: exynos5410: Removed duplicate entry in the clock tree.
This commit is contained in:
commit
b34f6575d2
1 changed files with 0 additions and 5 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue