commit | 1a62f10995dbaac82c18decc326607922c9bd304 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Apr 01 13:38:38 2019 -0700 |
committer | Tom Warren <twarren@nvidia.com> | Fri May 24 10:13:44 2019 -0700 |
tree | c7274686ba92ce95dc24f9200838e986d99717fc | |
parent | f4253354750151877a33de69306c948f533a9b72 [diff] |
tegra: Add a delay in clock_start_periph_pll() This function enables a peripheral clock and then immediately sets its divider. Add a delay to allow the clock to settle first. This matches the delay in other places which do a similar thing. Without this, the I2S device on Nyan does not init properly. Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Warren <twarren@nvidia.com>