summaryrefslogtreecommitdiffstats
path: root/arch/arm/boards
diff options
context:
space:
mode:
authorWadim Egorov <w.egorov@phytec.de>2016-08-24 14:49:23 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2016-08-26 07:28:31 +0200
commitb9c57abc8c3ce61f17f6ca10811356e475541784 (patch)
tree74fd50891fb899d5260701ef86ffa4d430ceca5b /arch/arm/boards
parenteabab332838178044b98014b06d3195531eac95d (diff)
downloadbarebox-b9c57abc8c3ce61f17f6ca10811356e475541784.tar.gz
barebox-b9c57abc8c3ce61f17f6ca10811356e475541784.tar.xz
ARM: rockchip: Add basic RK3288 support
The RK3288 SoC is a low power, high performance processor for mobile phones, personal mobile internet devices and other digital multimedia applications. It has an integrated quad-core cortex-A17 with separate NEON coprocessor. Prepare mach-rockchip infrastructure for Rockchip RK3288 support. Let's seperate the RK3188 and RK3288 SoCs. Later we will have two different configs. Signed-off-by: Wadim Egorov <w.egorov@phytec.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/boards')
-rw-r--r--arch/arm/boards/radxa-rock/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boards/radxa-rock/board.c b/arch/arm/boards/radxa-rock/board.c
index ec053f9123..d45e8a9c52 100644
--- a/arch/arm/boards/radxa-rock/board.c
+++ b/arch/arm/boards/radxa-rock/board.c
@@ -16,7 +16,7 @@
#include <io.h>
#include <i2c/i2c.h>
#include <i2c/i2c-gpio.h>
-#include <mach/rockchip-regs.h>
+#include <mach/rk3188-regs.h>
#include <mfd/act8846.h>
#include <asm/armlinux.h>