summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/am3517.dtsi
Commit message (Collapse)AuthorAgeFilesLines
* ARM: dts: AM35xx: use DT clock dataTero Kristo2014-01-171-0/+3
| | | | | | | | | | 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>
* ARM: dts: Fix missing entries for am3517Tony Lindgren2013-12-061-0/+63
On am3517 there are some extra devices compared to omap3.dtsi that we currently have not defined. Let's fix that by adding am3517.dtsi file. Signed-off-by: Tony Lindgren <tony@atomide.com>