mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-10 09:44:13 +00:00
m1n1.adt: Add clock-frequencies decoding
Signed-off-by: Hector Martin <marcan@marcan.st>
This commit is contained in:
parent
ffacef41ee
commit
c461b5d033
1 changed files with 5 additions and 0 deletions
|
@ -123,6 +123,11 @@ DEV_PROPERTIES = {
|
|||
"stockholm-spmi": {
|
||||
"required-functions": ADTStringList,
|
||||
},
|
||||
"arm-io": {
|
||||
"clock-frequencies": GreedyRange(Int32ul),
|
||||
"clock-frequencies-regs": GreedyRange(Hex(Int64ul)),
|
||||
"clock-frequencies-nclk": GreedyRange(Int32ul),
|
||||
},
|
||||
}
|
||||
|
||||
def parse_prop(node, path, node_name, name, v, is_template=False):
|
||||
|
|
Loading…
Reference in a new issue