mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 01:31:44 +00:00
e9a91de760
Merged existing board files to a single dt-capable file. Converted irq and timer code to devicetree. Removed existing device files that are no longer required with devicetree support. All existing platform devices are converted to devicetree nodes except PWM. Removed restart.c and moved code into vt8500.c to remove duplicate PMC code. Signed-off-by: Tony Prisk <linux@prisktech.co.nz> Acked-by: Arnd Bergmann <arnd@arndb.de>
2 lines
52 B
Makefile
2 lines
52 B
Makefile
obj-$(CONFIG_ARCH_VT8500) += irq.o timer.o vt8500.o
|