update backlight
author钟勇汪 <zyw@rock-chips.com>
Wed, 19 May 2010 02:51:16 +0000 (02:51 +0000)
committer黄涛 <huangtao@rock-chips.com>
Mon, 21 Jun 2010 05:35:13 +0000 (13:35 +0800)
drivers/video/backlight/rk2818_backlight.c

index 0f0062fc1ec6aa31647b33a7bbd7f86973ec4aed..8ece2ec20183fb6f171552d8e3c5339d42656606 100644 (file)
@@ -311,6 +311,11 @@ static int rk2818_backlight_probe(struct platform_device *pdev)
 
     rk2818_mux_api_set(pwm_iomux[id], 1);
 
+    if(rk2818_bl_info->pw_iomux)
+    {
+        rk2818_mux_api_set(rk2818_bl_info->pw_iomux, 0); 
+    }
+
     ret = gpio_request(pin, NULL); 
     if(ret != 0)
     {