Skip to content

Commit 8d92ab4

Browse files
committed
clk: exynos5410: Removed duplicate entry in the clock tree.
This repeated entry was preventing the logic in arch/arm/plat-samsung/clock.c from creating a DebugFS representation of the clock tree under the directory /sys/kernel/debug/clock.
1 parent 31c5b91 commit 8d92ab4

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)