From: Hiroshi Doyu Date: Wed, 22 May 2013 16:45:34 +0000 (+0300) Subject: ARM: tegra30: convert device tree files to use CLK defines X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~69^2~15^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05849c9381354be4bd4a2a878b5ecb12d375a1a0;p=pandora-kernel.git 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 [swarren, updated since tegra30-car.h moved for consistency] Signed-off-by: Stephen Warren --- Reading git-diff-tree failed