diff options
author | Jacob Chen <jacob-chen@iotwrt.com> | 2017-08-03 18:32:37 +0800 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2017-08-06 17:38:36 +0200 |
commit | 0a3c78e251b3a266872be8eed46fa05522691c5b (patch) | |
tree | 556899d657f29f93cbb9cec6486fffb7ec289dcd /arch/arm64/boot/dts/rockchip/Makefile | |
parent | 8164a84cca12703d55435e5655ace0f0d07b4fe8 (diff) | |
download | lwn-0a3c78e251b3a266872be8eed46fa05522691c5b.tar.gz lwn-0a3c78e251b3a266872be8eed46fa05522691c5b.zip |
arm64: dts: rockchip: Add support for rk3399 excavator main board
Add support for the rk3399 excavator main board.
This board works in a combination with the sapphire SOM.
This board have been sold as the rk3399 evaluation board for commercial customers.
You can get more info from below link:
http://opensource.rock-chips.com/wiki_Excavator_sapphire_board
Signed-off-by: Jacob Chen <jacob-chen@iotwrt.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm64/boot/dts/rockchip/Makefile')
-rw-r--r-- | arch/arm64/boot/dts/rockchip/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/rockchip/Makefile b/arch/arm64/boot/dts/rockchip/Makefile index bcfa53b1e6b7..d0ad366bbd12 100644 --- a/arch/arm64/boot/dts/rockchip/Makefile +++ b/arch/arm64/boot/dts/rockchip/Makefile @@ -7,6 +7,7 @@ dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3368-r88.dtb dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3399-evb.dtb dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3399-firefly.dtb dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3399-gru-kevin.dtb +dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3399-sapphire-excavator.dtb always := $(dtb-y) subdir-y := $(dts-dirs) |