summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorBurt P <pburt0@gmail.com>2017-07-22 03:50:28 -0500
committerLeandro A. F. Pereira <leandro@hardinfo.org>2017-07-22 14:24:27 -0700
commit3c83ec59b3c9a9f30ab7d694ed5b3f7e79349f9b (patch)
treec4ad2b019c10aba32c6367fec86c50264e95ae0d /includes
parent9870e396bc02f3717cf9fc1000436c46f1dcf1eb (diff)
device tree: interrupts-extended and dmas support
Signed-off-by: Burt P <pburt0@gmail.com>
Diffstat (limited to 'includes')
-rw-r--r--includes/dt_util.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/includes/dt_util.h b/includes/dt_util.h
index 273d227d..e077279b 100644
--- a/includes/dt_util.h
+++ b/includes/dt_util.h
@@ -6,7 +6,6 @@
/* some not-quite-complete stuff that can be disabled */
#define DTEX_PHREFS 1
-#define DTEX_MTUP 1
#ifndef DTR_ROOT
#define DTR_ROOT dtr_find_device_tree_root()
@@ -22,12 +21,14 @@ enum {
DTP_HEX, /* list of 32-bit values displayed in hex */
DTP_UINT, /* unsigned int list */
DTP_INTRUPT, /* interrupt-specifier list */
+ DTP_INTRUPT_EX, /* extended interrupt-specifier list */
DTP_OVR, /* all in /__overrides__ */
DTP_PH, /* phandle */
DTP_PH_REF, /* reference to phandle */
DTP_REG, /* <#address-cells, #size-cells> */
DTP_CLOCKS, /* <phref, #clock-cells> */
DTP_GPIOS, /* <phref, #gpio-cells> */
+ DTP_DMAS, /* dma-specifier list */
};
/* simplest, no aliases.