diff options
author | Burt P <pburt0@gmail.com> | 2017-07-19 16:15:36 -0500 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2017-07-21 05:14:20 -0700 |
commit | 9f658f1b22f3167e817edadfec1bb23b6c6469e3 (patch) | |
tree | dc052b8ceefa4a3973b46bd2956e2eba32fd43ab /includes/dt_util.h | |
parent | 8bc918eaf6d8a2f3aea56b7a23662ffaece9c87b (diff) |
device tree: decode /__overrides__ fields
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 56ff50e1..4f4daac1 100644 --- a/includes/dt_util.h +++ b/includes/dt_util.h @@ -22,6 +22,7 @@ enum { DTP_HEX, /* list of 32-bit values displayed in hex */ DTP_UINT, /* DTP_INT, */ + DTP_OVR, /* all in /__overrides__ */ DTP_PH, /* phandle */ DTP_PH_REF, /* reference to phandle */ DTP_REG, /* <#address-cells, #size-cells> */ |