mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 04:48:04 +09:00
usb: gadget: tegra_udc: Request 400MHz emc clock
while USB is active to eliminate all USB buffer underruns. Change-Id: I7ad8ebfa2d802f91b81839e14fde906da1a0569e Signed-off-by: Nathan Connell <w14185@motorola.com>
This commit is contained in:
@@ -42,7 +42,7 @@ int fsl_udc_clk_init(struct platform_device *pdev)
|
||||
}
|
||||
|
||||
clk_enable(emc_clk);
|
||||
clk_set_rate(emc_clk, 240000000);
|
||||
clk_set_rate(emc_clk, 400000000);
|
||||
|
||||
/* we have to remap the registers ourselves as fsl_udc does not
|
||||
* export them for us.
|
||||
|
||||
Reference in New Issue
Block a user