zephyr/scripts/dts
Kumar Gala 5824b81176 scripts: dts: extract: Fix handling of irq prop being a list of lists
Before dtc 1.4.7 we'd get something like the following for an interrupt
property in which #interrupt-cells is 2.

interrupts = <1 2 3 4>;

After dtc 1.4.7 we get:

interrupts = <1 2>, <3 4>;

We should handle both cases in the extract interrupt handling code.  So
if we see a list of lists, we flatten it to a single list to normalize
the property.

Fixes: #9558

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2018-09-06 09:46:03 -05:00
..
extract scripts: dts: extract: Fix handling of irq prop being a list of lists 2018-09-06 09:46:03 -05:00
devicetree.py
extract_dts_includes.py dts: bindings: scan application dir for bindings 2018-08-27 12:50:13 -04:00