diff options
author | Burt P <pburt0@gmail.com> | 2017-07-19 13:52:26 -0500 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2017-07-21 05:14:20 -0700 |
commit | 09a97340826d926f9949f4aa1a99c4f6848c10ac (patch) | |
tree | 05419a19258b432e66f81545abab97dd167f4c80 /includes/dt_util.h | |
parent | 620997880825682ac43eec3e0fcc9c40407dd5c4 (diff) |
device tree: special handling gpios and clocks
Signed-off-by: Burt P <pburt0@gmail.com>
Diffstat (limited to 'includes/dt_util.h')
-rw-r--r-- | includes/dt_util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/dt_util.h b/includes/dt_util.h index 4861955c..56ff50e1 100644 --- a/includes/dt_util.h +++ b/includes/dt_util.h @@ -6,6 +6,7 @@ /* some not-quite-complete stuff that can be disabled */ #define DTEX_PHREFS 1 +#define DTEX_MTUP 0 #ifndef DTR_ROOT #define DTR_ROOT "/proc/device-tree" |