diff options
Diffstat (limited to 'drivers/ram/rockchip')
-rw-r--r-- | drivers/ram/rockchip/dmc-rk3368.c | 1 | ||||
-rw-r--r-- | drivers/ram/rockchip/sdram_px30.c | 1 | ||||
-rw-r--r-- | drivers/ram/rockchip/sdram_rk3128.c | 1 | ||||
-rw-r--r-- | drivers/ram/rockchip/sdram_rk3188.c | 1 | ||||
-rw-r--r-- | drivers/ram/rockchip/sdram_rk3288.c | 1 | ||||
-rw-r--r-- | drivers/ram/rockchip/sdram_rk3328.c | 1 | ||||
-rw-r--r-- | drivers/ram/rockchip/sdram_rk3399.c | 1 |
7 files changed, 7 insertions, 0 deletions
diff --git a/drivers/ram/rockchip/dmc-rk3368.c b/drivers/ram/rockchip/dmc-rk3368.c index 2d82a176db7..8dc47389206 100644 --- a/drivers/ram/rockchip/dmc-rk3368.c +++ b/drivers/ram/rockchip/dmc-rk3368.c @@ -7,6 +7,7 @@ #include <clk.h> #include <dm.h> #include <hang.h> +#include <log.h> #include <dt-bindings/memory/rk3368-dmc.h> #include <dt-structs.h> #include <ram.h> diff --git a/drivers/ram/rockchip/sdram_px30.c b/drivers/ram/rockchip/sdram_px30.c index ac7d96540f8..67f494c7f1f 100644 --- a/drivers/ram/rockchip/sdram_px30.c +++ b/drivers/ram/rockchip/sdram_px30.c @@ -7,6 +7,7 @@ #include <debug_uart.h> #include <dm.h> #include <init.h> +#include <log.h> #include <ram.h> #include <syscon.h> #include <asm/io.h> diff --git a/drivers/ram/rockchip/sdram_rk3128.c b/drivers/ram/rockchip/sdram_rk3128.c index 8486653c6fb..0162955aae0 100644 --- a/drivers/ram/rockchip/sdram_rk3128.c +++ b/drivers/ram/rockchip/sdram_rk3128.c @@ -5,6 +5,7 @@ #include <common.h> #include <dm.h> +#include <log.h> #include <ram.h> #include <syscon.h> #include <asm/arch-rockchip/clock.h> diff --git a/drivers/ram/rockchip/sdram_rk3188.c b/drivers/ram/rockchip/sdram_rk3188.c index 4f3ed739fbb..cc9bd02c161 100644 --- a/drivers/ram/rockchip/sdram_rk3188.c +++ b/drivers/ram/rockchip/sdram_rk3188.c @@ -13,6 +13,7 @@ #include <errno.h> #include <hang.h> #include <init.h> +#include <log.h> #include <ram.h> #include <regmap.h> #include <syscon.h> diff --git a/drivers/ram/rockchip/sdram_rk3288.c b/drivers/ram/rockchip/sdram_rk3288.c index 23fd7956a7e..2e6186d38d3 100644 --- a/drivers/ram/rockchip/sdram_rk3288.c +++ b/drivers/ram/rockchip/sdram_rk3288.c @@ -13,6 +13,7 @@ #include <errno.h> #include <hang.h> #include <init.h> +#include <log.h> #include <ram.h> #include <regmap.h> #include <syscon.h> diff --git a/drivers/ram/rockchip/sdram_rk3328.c b/drivers/ram/rockchip/sdram_rk3328.c index 36e0d2e8404..f01301068ea 100644 --- a/drivers/ram/rockchip/sdram_rk3328.c +++ b/drivers/ram/rockchip/sdram_rk3328.c @@ -8,6 +8,7 @@ #include <dm.h> #include <dt-structs.h> #include <init.h> +#include <log.h> #include <ram.h> #include <regmap.h> #include <syscon.h> diff --git a/drivers/ram/rockchip/sdram_rk3399.c b/drivers/ram/rockchip/sdram_rk3399.c index 7b95c954a6c..9d2d3cf510a 100644 --- a/drivers/ram/rockchip/sdram_rk3399.c +++ b/drivers/ram/rockchip/sdram_rk3399.c @@ -10,6 +10,7 @@ #include <dm.h> #include <dt-structs.h> #include <init.h> +#include <log.h> #include <ram.h> #include <regmap.h> #include <syscon.h> |