]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: tegra30: convert device tree files to use CLK defines
authorHiroshi Doyu <hdoyu@nvidia.com>
Wed, 22 May 2013 16:45:34 +0000 (19:45 +0300)
committerStephen Warren <swarren@nvidia.com>
Tue, 28 May 2013 22:13:50 +0000 (16:13 -0600)
commit05849c9381354be4bd4a2a878b5ecb12d375a1a0
tree1a28f998d05a6aa2a191d11879592885b6d12258
parent885a8cfac681d8fc2005cf48622a6a1e3966974f
ARM: tegra30: convert device tree files to use CLK defines

Use the Tegra30 CAR binding header (tegra30-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 tegra30-car.h moved for consistency]
Signed-off-by: Stephen Warren <swarren@nvidia.com>
arch/arm/boot/dts/tegra30-cardhu.dtsi
arch/arm/boot/dts/tegra30.dtsi