diff options
Diffstat (limited to 'drivers/ram/rockchip/sdram_px30.c')
-rw-r--r-- | drivers/ram/rockchip/sdram_px30.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/ram/rockchip/sdram_px30.c b/drivers/ram/rockchip/sdram_px30.c index 729255493a..fd5763d0a0 100644 --- a/drivers/ram/rockchip/sdram_px30.c +++ b/drivers/ram/rockchip/sdram_px30.c @@ -6,6 +6,8 @@ #include <common.h> #include <debug_uart.h> #include <dm.h> +#include <init.h> +#include <log.h> #include <ram.h> #include <syscon.h> #include <asm/io.h> @@ -15,6 +17,7 @@ #include <asm/arch-rockchip/hardware.h> #include <asm/arch-rockchip/sdram.h> #include <asm/arch-rockchip/sdram_px30.h> +#include <linux/delay.h> struct dram_info { #ifdef CONFIG_TPL_BUILD |