diff options
author | Xing Zheng <zhengxing@rock-chips.com> | 2015-11-05 10:39:52 +0300 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2015-11-24 02:10:15 +0300 |
commit | faef90f1a203f96796d5bc3c6225ee100ec70864 (patch) | |
tree | 749d95f80fa69c91a061ef46c6935d83104da9c4 /arch/arm/boot/dts/Makefile | |
parent | faea098e1808729e4785cdba3a3fc52fae49f1ab (diff) | |
download | linux-faef90f1a203f96796d5bc3c6225ee100ec70864.tar.xz |
ARM: dts: rockchip: add rk3036-evb board
Initial release for rk3036 sdk board.
Signed-off-by: Xing Zheng <zhengxing@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 30bbc3746130..87c875247518 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -512,6 +512,7 @@ dtb-$(CONFIG_ARCH_QCOM) += \ dtb-$(CONFIG_ARCH_REALVIEW) += \ arm-realview-pb1176.dtb dtb-$(CONFIG_ARCH_ROCKCHIP) += \ + rk3036-evb.dtb \ rk3066a-bqcurie2.dtb \ rk3066a-marsboard.dtb \ rk3066a-rayeager.dtb \ |