summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/rockchip/Makefile
diff options
context:
space:
mode:
authorJianqun Xu <jay.xu@rock-chips.com>2016-03-16 12:27:28 +0800
committerGerrit Code Review <gerrit@rock-chips.com>2016-03-16 15:04:37 +0800
commitd7834b46faf152641724382bb6a89c2f216c9e66 (patch)
treedeb43aaa1c4abebb9b80d17afbd9e7b6206a34f7 /arch/arm64/boot/dts/rockchip/Makefile
parentbaa727d83770079cc36392874e53cf1363ec7d11 (diff)
ARM64: dts: rockchip: add dts files for rk3399
The dts files include three level: - rk3399.dtsi includes nodes who closed to SoC, such as cpu\pmu\cru\i2c\pinctl\iommu... - rk3399-tb.dtsi includes nodes who required by main board, they are common nodes for both chromeos and android; also to enable node from rk3399.dtsi if needs - rk3399-monkey.dts used by evb board with android system - rk3399-chrome.dts used by evb board with chromeos system Change-Id: I02e21a8d184e74c96807f3b8b72075d466e1027f Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
Diffstat (limited to 'arch/arm64/boot/dts/rockchip/Makefile')
-rw-r--r--arch/arm64/boot/dts/rockchip/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/rockchip/Makefile b/arch/arm64/boot/dts/rockchip/Makefile
index 3a15b471e282..972df23f6022 100644
--- a/arch/arm64/boot/dts/rockchip/Makefile
+++ b/arch/arm64/boot/dts/rockchip/Makefile
@@ -4,6 +4,7 @@ dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3368-r88.dtb
dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3368-tb-sheep.dtb
dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3399-chrome.dtb
dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3399-fpga.dtb
+dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3399-monkey.dtb
always := $(dtb-y)
subdir-y := $(dts-dirs)