ARM i.MX27: Add devicetree support
authorSascha Hauer <s.hauer@pengutronix.de>
Tue, 28 Feb 2012 20:57:50 +0000 (21:57 +0100)
committerSascha Hauer <s.hauer@pengutronix.de>
Wed, 29 Feb 2012 08:15:09 +0000 (09:15 +0100)
commit9f0749e3eb88f94bfca2f24c77472d29bc18eb28
treee42cc791bd1b501d5640d3db86c34bf1a8559f08
parent6b21d18ed50c7d145220b0724ea7f2613abf0f95
ARM i.MX27: Add devicetree support

This patch adds basic devicetree support for i.MX27 based SoCs.
Only the bindings for which drivers exist are added here:

- UART
- fec
- CSPI
- I2C
- watchdog
- gpio

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
arch/arm/boot/dts/imx27.dtsi [new file with mode: 0644]
arch/arm/mach-imx/Kconfig
arch/arm/mach-imx/Makefile
arch/arm/mach-imx/clock-imx27.c
arch/arm/mach-imx/imx27-dt.c [new file with mode: 0644]
arch/arm/plat-mxc/include/mach/common.h
This page took 0.026496 seconds and 5 git commands to generate.