Skip to content

Commit b34f657

Browse files
committed
Merge pull request #57 from hsnaves/odroidxu-3.4.y
clk: exynos5410: Removed duplicate entry in the clock tree.
2 parents 31c5b91 + 8d92ab4 commit b34f657

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

arch/arm/mach-exynos/clock-exynos5410.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1858,11 +1858,6 @@ static struct clk exynos5_init_clocks_off[] = {
18581858
.name = "fsysqe",
18591859
.enable = exynos5_clk_ip_fsys_ctrl,
18601860
.ctrlbit = ((1 << 26) | (1 << 25) | (1 << 16) | (1 << 15) | (1 << 5) | (1 << 4)),
1861-
}, {
1862-
.name = "tmu_apbif",
1863-
.parent = &exynos5_clk_aclk_66.clk,
1864-
.enable = exynos5_clk_ip_peris_ctrl,
1865-
.ctrlbit = (1 << 21),
18661861
}, {
18671862
.name = "dwmci",
18681863
.devname = "dw_mmc.0",

0 commit comments

Comments
 (0)