summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/rockchip/Makefile
diff options
context:
space:
mode:
authorDavid Wu <david.wu@rock-chips.com>2016-01-25 22:03:51 +0800
committerDavid Wu <david.wu@rock-chips.com>2016-01-25 22:15:15 +0800
commite4c2ff17b9a3941f3e50383e9c7e889bcd808202 (patch)
tree46806f9ab5c7d312aefbe73e051831eda72a43d7 /arch/arm64/boot/dts/rockchip/Makefile
parent36eaf1e2bd74fc7ae36c2bc423d7d473edd98bc8 (diff)
dts: arm64: rockchip: add rk3366-tb dts file
Change-Id: I9b053677f411f7e0e447b663269689fdf7738ab8 Signed-off-by: David Wu <david.wu@rock-chips.com>
Diffstat (limited to 'arch/arm64/boot/dts/rockchip/Makefile')
-rw-r--r--arch/arm64/boot/dts/rockchip/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/rockchip/Makefile b/arch/arm64/boot/dts/rockchip/Makefile
index 1c9aac1d8cca..71ceda0a7bd0 100644
--- a/arch/arm64/boot/dts/rockchip/Makefile
+++ b/arch/arm64/boot/dts/rockchip/Makefile
@@ -1,6 +1,8 @@
dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3368-r88.dtb
dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3368-tb-sheep.dtb
dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3399-fpga.dtb
+dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3366-fpga.dtb
+dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3366-tb.dtb
always := $(dtb-y)
subdir-y := $(dts-dirs)