From 3c83ec59b3c9a9f30ab7d694ed5b3f7e79349f9b Mon Sep 17 00:00:00 2001 From: Burt P Date: Sat, 22 Jul 2017 03:50:28 -0500 Subject: device tree: interrupts-extended and dmas support Signed-off-by: Burt P --- includes/dt_util.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'includes') 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, /* */ DTP_GPIOS, /* */ + DTP_DMAS, /* dma-specifier list */ }; /* simplest, no aliases. -- cgit v1.2.3