summaryrefslogtreecommitdiff
path: root/drivers/ram
diff options
context:
space:
mode:
authorSean Anderson <seanga2@gmail.com>2020-10-05 04:39:48 +0300
committerTom Rini <trini@konsulko.com>2020-10-16 01:36:56 +0300
commit8d4c5966440539c19c419c4997ccb40d5f1a4ffc (patch)
tree6bd197f628ccb3f1e391c9cf233a4052ac28e65c /drivers/ram
parentbdc1fdf6fc5cbcffa669e1a374fb17685e58eeba (diff)
downloadu-boot-8d4c5966440539c19c419c4997ccb40d5f1a4ffc.tar.xz
ram: imxrt: Include device_compat.h
Necessary for dev_xxx. Signed-off-by: Sean Anderson <seanga2@gmail.com>
Diffstat (limited to 'drivers/ram')
-rw-r--r--drivers/ram/imxrt_sdram.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ram/imxrt_sdram.c b/drivers/ram/imxrt_sdram.c
index 765a2141d1..b6ee02d227 100644
--- a/drivers/ram/imxrt_sdram.c
+++ b/drivers/ram/imxrt_sdram.c
@@ -7,6 +7,7 @@
#include <common.h>
#include <clk.h>
#include <dm.h>
+#include <dm/device_compat.h>
#include <init.h>
#include <log.h>
#include <ram.h>