ARM: nomadik: initial devicetree support
authorLinus Walleij <linus.walleij@linaro.org>
Fri, 4 Jan 2013 23:29:31 +0000 (00:29 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 28 Jan 2013 22:23:44 +0000 (23:23 +0100)
commitf8635abd38776a413d1e84c79353693b8ecf45c9
tree335410b72facf10dac9bbd53aeafd570eb4dd538
parenta352d85adbe8ed0c5c8c69e3ea0ee1833b3ee27e
ARM: nomadik: initial devicetree support

Support basic device tree boot on the Nomadik. Implement the
support in the cpu file with the intent of deleting the board
files later. At this stage IRQ controllers, system timer,
l2x0 cache, UARTs and thus console boot is fully functional.
Patch out the code adding devices by initcalls for now so
as not to disturb the boot.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Documentation/devicetree/bindings/arm/ste-nomadik.txt [new file with mode: 0644]
arch/arm/boot/dts/Makefile
arch/arm/boot/dts/ste-nomadik-s8815.dts [new file with mode: 0644]
arch/arm/boot/dts/ste-nomadik-stn8815.dtsi [new file with mode: 0644]
arch/arm/mach-nomadik/board-nhk8815.c
arch/arm/mach-nomadik/cpu-8815.c
arch/arm/mach-nomadik/cpu-8815.h
arch/arm/mach-nomadik/i2c-8815nhk.c