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