Commit 713cafa
committed
Workaround test failure until TIMERn bug is fixed
Replace GPIO for test "TIMER6" with "P8_10" as TIMERn syntax
is not working on newer kernels such as 4.4.
This is a valid path:
/sys/devices/platform/ocp/ocp:P8_10_pinmux/state
while this path is invalid:
/sys/devices/platform/ocp/ocp:TIMER_pinmux/state
Originally discovered while testing Pull Request #152.
See issue #156 for details.1 parent 3dad90d commit 713cafa
1 file changed
+10
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
24 | 28 | | |
25 | 29 | | |
26 | 30 | | |
| |||
34 | 38 | | |
35 | 39 | | |
36 | 40 | | |
37 | | - | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
38 | 46 | | |
39 | 47 | | |
40 | 48 | | |
| |||
0 commit comments