summaryrefslogtreecommitdiffstats
path: root/src/soc/rockchip/rk3288
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-10-13 11:01:16 +0200
committerPatrick Georgi <pgeorgi@google.com>2020-10-19 07:12:07 +0000
commitfa2db84a470eb15099e126f5cd7dca6c25796150 (patch)
tree2b8e61c00453b30dca5388070ce3f75470f1c455 /src/soc/rockchip/rk3288
parent78efb84509080508d71c1348dd39718bdec90a61 (diff)
downloadcoreboot-fa2db84a470eb15099e126f5cd7dca6c25796150.tar.gz
coreboot-fa2db84a470eb15099e126f5cd7dca6c25796150.tar.bz2
coreboot-fa2db84a470eb15099e126f5cd7dca6c25796150.zip
soc/rockchip/rk3288/include/soc/display.h: Add missing includes
Change-Id: I3e4824722d3add989a352122b365c2a73f3f703b Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/46329 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Julius Werner <jwerner@chromium.org>
Diffstat (limited to 'src/soc/rockchip/rk3288')
-rw-r--r--src/soc/rockchip/rk3288/include/soc/display.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/soc/rockchip/rk3288/include/soc/display.h b/src/soc/rockchip/rk3288/include/soc/display.h
index 9883799614ec..3cff4e990d0c 100644
--- a/src/soc/rockchip/rk3288/include/soc/display.h
+++ b/src/soc/rockchip/rk3288/include/soc/display.h
@@ -3,6 +3,9 @@
#ifndef __SOC_ROCKCHIP_RK3288_DISPLAY_H__
#define __SOC_ROCKCHIP_RK3288_DISPLAY_H__
+#include <device/device.h>
+#include <stdint.h>
+
/*
* this bit select edp phy pll, this bit define different between
* rk3288 and rk3399 in edp phy, so implement it in soc specific code