Skip to content
Snippets Groups Projects
Commit 39523bef authored by Michal Simek's avatar Michal Simek
Browse files

zynq: slcr: Wait 100ms till clk is properly setup


If you don't wait you will loose the first sent packet
even all bits in emacps are correctly setup.

Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
Acked-by: default avatarJagannadha Sutradharudu Teki <jaganna@xilinx.com>
parent 148ba55c
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,7 @@ void zynq_slcr_gem_clk_setup(u32 gem_id, u32 rclk, u32 clk)
/* Configure GEM_RCLK_CTRL */
writel(rclk, &slcr_base->gem0_rclk_ctrl);
}
udelay(100000);
out:
zynq_slcr_lock();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment