Re: [PATCH] backlight: platform-lcd: Add support for device tree based probe

2012-09-21 Thread Andrew Morton
On Fri, 21 Sep 2012 10:27:07 +0900 Jingoo Han wrote: > This patch adds the of_match_table to platform-lcd driver to be > probed when platform-lcd device node is found in the device tree. > > Cc: Richard Purdie > Signed-off-by: Jingoo Han > --- > drivers/video/backlight/platform_lcd.c |9 +

[PATCH] backlight: platform-lcd: Add support for device tree based probe

2012-09-20 Thread Jingoo Han
This patch adds the of_match_table to platform-lcd driver to be probed when platform-lcd device node is found in the device tree. Cc: Richard Purdie Signed-off-by: Jingoo Han --- drivers/video/backlight/platform_lcd.c |9 + 1 files changed, 9 insertions(+), 0 deletions(-) diff --gi