diff options
author | Andy Yan <andy.yan@rock-chips.com> | 2016-11-14 20:17:43 +0800 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2016-11-16 12:53:55 +0100 |
commit | f35597ac4906d34797a6f344e6cded426d891f52 (patch) | |
tree | ba425b7e375d19458d4496140f5ab6c2c426b3f2 /arch/arm/boot/dts/Makefile | |
parent | 601018167fcb2624f374aa3d5a1b7f264c2ae97e (diff) | |
download | kernel_replicant_linux-f35597ac4906d34797a6f344e6cded426d891f52.tar.gz kernel_replicant_linux-f35597ac4906d34797a6f344e6cded426d891f52.tar.bz2 kernel_replicant_linux-f35597ac4906d34797a6f344e6cded426d891f52.zip |
ARM: dts: rockchip: add rockchip RK1108 Evaluation board
RK1108 EVB is designed by Rockchip for CVR field.
This patch add basic support for it, which can boot with
initramfs into shell.
Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm/boot/dts/Makefile')
-rw-r--r-- | arch/arm/boot/dts/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index e49476a78250..249dca960cdd 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -635,6 +635,7 @@ dtb-$(CONFIG_ARCH_REALVIEW) += \ arm-realview-pba8.dtb \ arm-realview-pbx-a9.dtb dtb-$(CONFIG_ARCH_ROCKCHIP) += \ + rk1108-evb.dtb \ rk3036-evb.dtb \ rk3036-kylin.dtb \ rk3066a-bqcurie2.dtb \ |