summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-08-07 16:24:11 +0300
committerSimon Glass <sjg@chromium.org>2021-09-25 18:46:15 +0300
commit3e57ad907caa55bab8ba52ef87ddbc5130aede2c (patch)
treee06d04c0dbb964ec388ca885aa4544da2398963d /tools
parentf521be6083db98e8e17b5b05626bfa6a0d5acf9b (diff)
downloadu-boot-3e57ad907caa55bab8ba52ef87ddbc5130aede2c.tar.xz
irq: Tidy up of-platdata irq support
This function is available but not exported. More generally it does not really work as intended. Reimplement it and add a sandbox test too. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools')
-rw-r--r--tools/dtoc/dtb_platdata.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/dtoc/dtb_platdata.py b/tools/dtoc/dtb_platdata.py
index 869c92b49b..3bb5c680f2 100644
--- a/tools/dtoc/dtb_platdata.py
+++ b/tools/dtoc/dtb_platdata.py
@@ -62,6 +62,7 @@ VAL_PREFIX = 'dtv_'
# a phandle property.
PHANDLE_PROPS = {
'clocks': '#clock-cells',
+ 'interrupts-extended': '#interrupt-cells',
'gpios': '#gpio-cells',
'sandbox,emul': '#emul-cells',
}