diff options
author | Tero Kristo <t-kristo@ti.com> | 2013-07-25 11:28:54 +0300 |
---|---|---|
committer | Mike Turquette <mturquette@linaro.org> | 2014-01-17 12:36:49 -0800 |
commit | fdff8a1f136c730259b1e55c07b1c090ef07af47 (patch) | |
tree | 55729123112da3dafe71f4bc4754b86348abefa4 /arch | |
parent | 657fc11cca50148544314e650a82cffc94d74db7 (diff) | |
download | linux-stable-fdff8a1f136c730259b1e55c07b1c090ef07af47.tar.gz linux-stable-fdff8a1f136c730259b1e55c07b1c090ef07af47.tar.bz2 linux-stable-fdff8a1f136c730259b1e55c07b1c090ef07af47.zip |
ARM: dts: AM35xx: use DT clock data
AM35xx now uses the clock data from device tree. Most of the data is
shared with OMAP3xxx, but as there is some delta, a new base .dtsi
file is also created for the SoC.
Signed-off-by: Tero Kristo <t-kristo@ti.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/am3517.dtsi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am3517.dtsi b/arch/arm/boot/dts/am3517.dtsi index 2fbe02faa8b1..788391f91684 100644 --- a/arch/arm/boot/dts/am3517.dtsi +++ b/arch/arm/boot/dts/am3517.dtsi @@ -61,3 +61,6 @@ }; }; }; + +/include/ "am35xx-clocks.dtsi" +/include/ "omap36xx-am35xx-omap3430es2plus-clocks.dtsi" |