summaryrefslogtreecommitdiff
path: root/include/dm.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-05-17 23:18:04 (GMT)
committerSimon Glass <sjg@chromium.org>2017-06-01 12:57:52 (GMT)
commitd6ffb00a438ef8ba714feb2c72a7ddbdebad2b2e (patch)
tree0036080d0cc903dcd95ccfda42a1888bd85d1a67 /include/dm.h
parent9d922450aa9944ecf8c249c892078cda80f40e02 (diff)
downloadu-boot-fsl-qoriq-d6ffb00a438ef8ba714feb2c72a7ddbdebad2b2e.tar.xz
dm: core: Move dev_get_addr() etc. into a separate file
Move this group of address-related functions into a new file. These use the flat device tree. Future work will provide new versions of these which can support the live tree. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/dm.h')
-rw-r--r--include/dm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dm.h b/include/dm.h
index a179c8a..84f789d 100644
--- a/include/dm.h
+++ b/include/dm.h
@@ -8,6 +8,7 @@
#define _DM_H_
#include <dm/device.h>
+#include <dm/fdtaddr.h>
#include <dm/platdata.h>
#include <dm/uclass.h>