Comment 6 for bug 654590

Revision history for this message
Enric Balletbo i Serra (eballetbo) wrote :

Test environment:
ubuntu@ubuntu:~$ uname -a
Linux ubuntu 2.6.35-23-omap #37-Ubuntu Sat Nov 6 02:01:12 UTC 2010 armv7l GNU/Linux
ubuntu@ubuntu:~$ cat /proc/version
Linux version 2.6.35-23-omap (buildd@gourd) (gcc version 4.4.5 (Ubuntu/Linaro 4.4.4-14ubuntu5) ) #37-Ubuntu Sat Nov 6 02:01:12 UTC 2010

Testcase 1 : Check for correct GPIOs for WLAN/BT on IGEP v2 Rev. B

 - Expected result :
    - GPIO_WIFI_NPD 94
    - GPIO_WIFI_NRESET 95
    - GPIO_BT_NRESET 137

 - Step 1 : Boot an IGEP v2 Rev. B board and check for WIFI/BT GPIOs

  ubuntu@ubuntu:~$ cat /sys/kernel/debug/gpio | grep GPIO_WIFI_NPD
  gpio-94 (GPIO_WIFI_NPD ) out hi
  ubuntu@ubuntu:~$ cat /sys/kernel/debug/gpio | grep GPIO_WIFI_NRESET
  gpio-95 (GPIO_WIFI_NRESET ) out hi
  ubuntu@ubuntu:~$ cat /sys/kernel/debug/gpio | grep GPIO_BT_NRESET
  gpio-137 (GPIO_BT_NRESET ) out hi

 - Result, PASS, GPIOs are correctly configured.

Testcase 1 : Check for correct GPIOs for WLAN/BT on IGEP v2 Rev. C

 - Expected result :
    - GPIO_WIFI_NPD 138
    - GPIO_WIFI_NRESET 139
    - GPIO_BT_NRESET 137

 - Step 1 : Boot an IGEP v2 Rev. C board and check for WIFI/BT GPIOs

 ubuntu@ubuntu:~$ cat /sys/kernel/debug/gpio | grep GPIO_WIFI_NPD
 gpio-138 (GPIO_WIFI_NPD ) out hi
 ubuntu@ubuntu:~$ cat /sys/kernel/debug/gpio | grep GPIO_WIFI_NRESET
 gpio-139 (GPIO_WIFI_NRESET ) out hi
 ubuntu@ubuntu:~$ cat /sys/kernel/debug/gpio | grep GPIO_BT_NRESET
 gpio-137 (GPIO_BT_NRESET ) out hi

 - Result, PASS, GPIOs are correctly configured.