Re: [PATCH 4/4] watchdog: s3c2410: Add support for device tree based probe

2011-02-07 Thread Rob Herring
Thomas, On 02/06/2011 07:17 AM, Thomas Abraham wrote: This patch adds the of_match_table to enable s3c2410-wdt driver to be probed when watchdog device node is found in the device tree. Signed-off-by: Thomas Abraham --- drivers/watchdog/s3c2410_wdt.c | 10 ++ 1 files changed, 10 in

[PATCH 4/4] watchdog: s3c2410: Add support for device tree based probe

2011-02-06 Thread Thomas Abraham
This patch adds the of_match_table to enable s3c2410-wdt driver to be probed when watchdog device node is found in the device tree. Signed-off-by: Thomas Abraham --- drivers/watchdog/s3c2410_wdt.c | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/drivers/watchdog