diff options
author | Klaus Goger <klaus.goger@theobroma-systems.com> | 2017-08-18 21:34:45 +0200 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2017-08-23 09:40:05 +0200 |
commit | 60fd9f72ce8a353f6371101c788e4d86212b16d7 (patch) | |
tree | 6295ae1d8e5ee175767b6247ec58403b14739bbd /arch/arm64/boot/dts/rockchip/Makefile | |
parent | arm64: dts: rockchip: add RK3399-Q7 (Puma) SoM (diff) | |
download | linux-60fd9f72ce8a353f6371101c788e4d86212b16d7.tar.xz linux-60fd9f72ce8a353f6371101c788e4d86212b16d7.zip |
arm64: dts: rockchip: add Haikou baseboard with RK3399-Q7 SoM
Haikou is a Qseven and μQseven baseboard featuring PCIe, USB3 and a
video connector for MIPI-DSI/CSI and eDP adapter.
This dts is for usage with the RK3399-Q7 SoM Puma.
Signed-off-by: Klaus Goger <klaus.goger@theobroma-systems.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 106fb8e0f2f8..f1c9b13cea5c 100644 --- a/arch/arm64/boot/dts/rockchip/Makefile +++ b/arch/arm64/boot/dts/rockchip/Makefile @@ -8,6 +8,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-puma-haikou.dtb dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3399-sapphire-excavator.dtb always := $(dtb-y) |