projects
/
pinmux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36385cd
)
default MUX config to microtest
author
Sneha Madle
<f20140705@goa.bits-pilani.ac.in>
Thu, 2 Aug 2018 13:16:35 +0000
(18:46 +0530)
committer
Sneha Madle
<f20140705@goa.bits-pilani.ac.in>
Thu, 2 Aug 2018 13:16:35 +0000
(18:46 +0530)
src/spec/microtest.py
patch
|
blob
|
history
diff --git
a/src/spec/microtest.py
b/src/spec/microtest.py
index f6cf3aba70f44d65f588d246ff2801288b1a1b3b..cfe71cb569a289a9048622f73be7b1fc8bcaa5a7 100644
(file)
--- a/
src/spec/microtest.py
+++ b/
src/spec/microtest.py
@@
-47,7
+47,13
@@
def pinspec():
'ULPI2': 'ULPI (USB Low Pin-count) 2',
}
- ps = PinSpec(pinbanks, fixedpins, function_names)
+ ps = PinSpec(pinbanks, fixedpins, function_names,
+ { "muxconfig" :
+ {
+ "A" : "011000"
+ }
+ }
+ )
# Bank A, 0-3
ps.gpio("", ('A', 0), 0, 0, 3)