Commit 390fbdaf authored by Anand Gadiyar's avatar Anand Gadiyar Committed by Tony Lindgren

ARM: OMAP: Fix typo in arch/arm/mach-omap2/clock34xx.h

Fix typo in clock34xx.h
Signed-off-by: default avatarAnand Gadiyar <gadiyar@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 14db9f79
......@@ -1088,7 +1088,7 @@ static struct clk core_l3_ick = {
};
static struct clk hsotgusb_ick = {
.name = "hsotgusb_fck",
.name = "hsotgusb_ick",
.parent = &core_l3_ick,
.enable_reg = OMAP_CM_REGADDR(CORE_MOD, CM_ICLKEN1),
.enable_bit = OMAP3430_EN_HSOTGUSB_SHIFT,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment