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:
Kumar Gala 2019-06-19 13:04:30 -05:00 committed by Kumar Gala
commit fe2062b38b

View file

@ -88,7 +88,7 @@ class DTInterrupts(DTDirective):
'_'.join([str_to_label(alias)] + '_'.join([str_to_label(alias)] +
l_cell_prefix + name + l_cell_name), l_cell_prefix + name + l_cell_name),
full_name, full_name,
prop_alias) prop_alias, True)
index += 1 index += 1
insert_defs(node_path, prop_def, prop_alias) insert_defs(node_path, prop_def, prop_alias)