Test environment:
ubu...@ubuntu:~$ uname -a 
Linux ubuntu 2.6.35-23-omap #37-Ubuntu Sat Nov 6 02:01:12 UTC 2010 armv7l 
GNU/Linux
ubu...@ubuntu:~$ cat /proc/version
Linux version 2.6.35-23-omap (bui...@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

  ubu...@ubuntu:~$ cat /sys/kernel/debug/gpio | grep GPIO_WIFI_NPD
  gpio-94  (GPIO_WIFI_NPD       ) out hi
  ubu...@ubuntu:~$ cat /sys/kernel/debug/gpio | grep GPIO_WIFI_NRESET
  gpio-95  (GPIO_WIFI_NRESET    ) out hi
  ubu...@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

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

 - Result, PASS, GPIOs are correctly configured.

-- 
WLAN-BT GPIOs need proper initialization 
https://bugs.launchpad.net/bugs/654590
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to