diff options
author | Tero Kristo <t-kristo@ti.com> | 2014-02-24 18:51:05 +0200 |
---|---|---|
committer | Tero Kristo <t-kristo@ti.com> | 2014-07-02 15:47:32 +0300 |
commit | 69a1e7a1feb5bac44a5a76380768596a12a33050 (patch) | |
tree | b58585df4bdf1b70ebbee405834edb0a601fabb4 /arch/arm/boot/dts/omap2430.dtsi | |
parent | ee200119c03c7d43ebaf7ae70985244aedb0586d (diff) | |
download | talos-obmc-linux-69a1e7a1feb5bac44a5a76380768596a12a33050.tar.gz talos-obmc-linux-69a1e7a1feb5bac44a5a76380768596a12a33050.zip |
ARM: OMAP2: clock: use DT clock boot if available
Otherwise legacy boot clock data is used. This patch also includes the
clock data files to the base dtsi files.
Signed-off-by: Tero Kristo <t-kristo@ti.com>
Diffstat (limited to 'arch/arm/boot/dts/omap2430.dtsi')
-rw-r--r-- | arch/arm/boot/dts/omap2430.dtsi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap2430.dtsi b/arch/arm/boot/dts/omap2430.dtsi index c4e8013801ee..f9ab99d5c951 100644 --- a/arch/arm/boot/dts/omap2430.dtsi +++ b/arch/arm/boot/dts/omap2430.dtsi @@ -288,3 +288,6 @@ &i2c2 { compatible = "ti,omap2430-i2c"; }; + +/include/ "omap24xx-clocks.dtsi" +/include/ "omap2430-clocks.dtsi" |