dts/extract: deprecate old IRQ alias define generation
Make the old IRQ aliases that where missing the _0, _1, etc. part as deprecated. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
dba65ce47c
commit
fe2062b38b
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ class DTInterrupts(DTDirective):
|
|||
'_'.join([str_to_label(alias)] +
|
||||
l_cell_prefix + name + l_cell_name),
|
||||
full_name,
|
||||
prop_alias)
|
||||
prop_alias, True)
|
||||
|
||||
index += 1
|
||||
insert_defs(node_path, prop_def, prop_alias)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue