git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a99ece
)
ARM: tegra20: convert device tree files to use CLK defines
author
Hiroshi Doyu
<hdoyu@nvidia.com>
Wed, 22 May 2013 16:45:32 +0000
(19:45 +0300)
committer
Stephen Warren
<swarren@nvidia.com>
Tue, 28 May 2013 22:13:50 +0000
(16:13 -0600)
Use the Tegra20 CAR binding header (tegra20-car.h) to replace magic
numbers in the device tree. For example,
- clocks = <&tegra_car 28>;
+ clocks = <&tegra_car CLK_HOST1X>;
Signed-off-by: Hiroshi Doyu <hdoyu@nvidia.com>
[swarren, updated since tegra20-car.h moved for consistency]
Signed-off-by: Stephen Warren <swarren@nvidia.com>
No differences found