commit | 291fde31a9e72ea81951f3f77444f61789276655 | [log] [tgz] |
---|---|---|
author | Joseph Lo <josephl@nvidia.com> | Thu Feb 28 21:32:10 2013 +0000 |
committer | Stephen Warren <swarren@nvidia.com> | Mon Mar 11 14:29:44 2013 -0600 |
tree | 02aa98454f1fa711ca2999da1aec433f566fbf03 | |
parent | 2b84e53beb236aec89b7ef87b4fc970f175e4feb [diff] |
ARM: tegra: pmc: convert PMC driver to support DT only The Tegra kernel only support boot from DT now. Clean up the PMC driver to support DT only, that includes: * remove the ifdef of CONFIG_OF * replace the static mapping of PMC addr to map from DT Signed-off-by: Joseph Lo <josephl@nvidia.com> Signed-off-by: Stephen Warren <swarren@nvidia.com>