diff options
author | Caesar Wang <wxt@rock-chips.com> | 2015-12-17 17:21:50 +0300 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2015-12-19 20:11:48 +0300 |
commit | 94cf32b97bbb043b99e914aacff1a6d7833daf58 (patch) | |
tree | 6ead1a3075e9479be07ce56fe7e66dca734d4ad5 /arch/arm/boot/dts/Makefile | |
parent | 187d7967a5ee630ae062fb543655e59d2f0f91fb (diff) | |
download | linux-94cf32b97bbb043b99e914aacff1a6d7833daf58.tar.xz |
ARM: dts: rockchip: add the kylin board for rk3036
This patchset is the initiation version to try work
for kylin board.
Signed-off-by: Caesar Wang <wxt@rock-chips.com>
Reviewed-by: Kees Cook <keescook@chromium.org>
Acked-by: Rob Herring <robh@kernel.org>
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 37a74e9b667e..bf5470c577f9 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -513,6 +513,7 @@ dtb-$(CONFIG_ARCH_REALVIEW) += \ arm-realview-pb1176.dtb dtb-$(CONFIG_ARCH_ROCKCHIP) += \ rk3036-evb.dtb \ + rk3036-kylin.dtb \ rk3066a-bqcurie2.dtb \ rk3066a-marsboard.dtb \ rk3066a-rayeager.dtb \ |