Merge branch develop-3.10 into develop-3.10-next
[firefly-linux-kernel-4.4.55.git] / drivers / media / video / rk_camsys / camsys_gpio.h
index 3c282ea3f53eb123e9740988240b034e43e4ae53..1c6d2e2a8f2d36da488225e765b21ccf866cfa9c 100755 (executable)
@@ -55,7 +55,11 @@ static inline unsigned int camsys_gpio_group(unsigned char *io_name)
         group = 5;      
     } else if (strstr(io_name,"PIN6")) {
         group = 6;      
-    } 
+    } else if (strstr(io_name,"PIN7")) {
+        group = 7;      
+    } else if (strstr(io_name,"PIN8")) {
+        group = 8;      
+    }  
 
     return group;
 }