diff options
author | Tony Lindgren <tony@atomide.com> | 2015-01-19 20:47:35 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-01-19 20:47:35 +0100 |
commit | 7383ca92552721fe430a82aab8271bc462423dca (patch) | |
tree | 34b9f4d30f13415c1ce2dfc6d4fd9ef8cf0cfc69 /arch/arm/boot/dts/dm816x.dtsi | |
parent | ARM: dts: Add basic dm816x device tree configuration (diff) | |
download | linux-7383ca92552721fe430a82aab8271bc462423dca.tar.xz linux-7383ca92552721fe430a82aab8271bc462423dca.zip |
ARM: dts: Add basic clocks for dm816x
The clocks on dm816x are a bit different from the other omap
variants. The clocks are sourced from a FAPLL (Flying Adder PLL)
unlike on other omaps. Other than that, it's a similar setup
to am33xx with extra muxes and dividers that can be defined
as existing component clocks.
Cc: Brian Hutchinson <b.hutchman@gmail.com>
Cc: Paul Walmsley <paul@pwsan.com>
Cc: Tero Kristo <t-kristo@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/dm816x.dtsi')
-rw-r--r-- | arch/arm/boot/dts/dm816x.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/dm816x.dtsi b/arch/arm/boot/dts/dm816x.dtsi index 5b5df63a21c8..7adac097a71c 100644 --- a/arch/arm/boot/dts/dm816x.dtsi +++ b/arch/arm/boot/dts/dm816x.dtsi @@ -384,3 +384,4 @@ }; }; +#include "dm816x-clocks.dtsi" |