commit | 2966cd255572e439003c3a556e08ca75532a38dd | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Mar 06 17:10:27 2012 +0000 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Thu Mar 29 08:12:48 2012 +0200 |
tree | 8eccb7124c36adb71f53ccdb5ec44bf30a787790 | |
parent | 5978cdb988f3fb43803f8b407d8214f106d8b853 [diff] |
tegra: fdt: Add function to return peripheral/clock ID A common requirement is to find the clock ID for a peripheral. This is the second cell of the 'clocks' property (the first being the phandle itself). Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Stephen Warren <swarren@wwwdotorg.org> Signed-off-by: Tom Warren <twarren@nvidia.com>