Commits
![Simon Glass](https://secure.gravatar.com/avatar/2d9a761b37fce0019505889444685532.jpg?s=96&d=mm)
Simon Glass committed 801b05cd613
tegra: clock: Add checking for invalid clock IDs The get_pll() function can do the wrong thing if passed values that are out of range. Add checks for this and add a function which can return a 'simple' PLL. This can be defined by SoCs with their own clocks. Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Warren <twarren@nvidia.com>