This patchset adds Samsung's SMDKV310 machine with device tree support. The bootargs and memory information is obtained from the device tree. The watchdog driver is also modified such that it is probed based on the information from the device tree.
Thomas Abraham (4): ARM: DT: Add SMDKV310 machine with device tree support. ARM: DT: Add a basic dts file for SMDKV310 machine ARM: DT: Add support for probing platform bus on SMDKV310 machine watchdog: s3c2410: Add support for device tree based probe
arch/arm/mach-s5pv310/Kconfig | 7 ++ arch/arm/mach-s5pv310/Makefile | 1 + arch/arm/mach-s5pv310/mach-smdkv310-dt.c | 107 ++++++++++++++++++++++++++++++ arch/arm/mach-s5pv310/mach-smdkv310.dts | 38 +++++++++++ drivers/watchdog/s3c2410_wdt.c | 10 +++ 5 files changed, 163 insertions(+), 0 deletions(-) create mode 100644 arch/arm/mach-s5pv310/mach-smdkv310-dt.c create mode 100755 arch/arm/mach-s5pv310/mach-smdkv310.dts