]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/ltp-ddt.git/commitdiff
Add gpio test support in ltp-ddt
authorYan Liu <yan-liu@ti.com>
Thu, 7 Nov 2013 19:33:04 +0000 (14:33 -0500)
committerYan Liu <yan-liu@ti.com>
Thu, 7 Nov 2013 19:33:41 +0000 (14:33 -0500)
Signed-off-by: Yan Liu <yan-liu@ti.com>
testcases/ddt/scripts/gpio/gpio.sh

index e74d31c39d5a9671a20ed579ef007916d632c5a9..db500d152a310f7f7a4320713a93af2a99a3e95e 100755 (executable)
@@ -114,6 +114,10 @@ case $MACHINE in
   keystone-evm)
     GPIO_NUM_IN_BANKS="6 8"
   ;;
+  dra7xx-evm)
+    # bank number starts from 1 and total 8 banks
+    GPIO_NUM_IN_BANKS="22 29 0 0 0 14 0 0"
+  ;;
   *)
     die "The gpio numbers are not available for this platform $MACHINE"
 esac