diff options
author | Matthias Kaehlcke <mka@chromium.org> | 2019-07-25 19:26:42 +0300 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2019-07-25 23:56:15 +0300 |
commit | 4a11458611fb17b4f21e5e7b2f24445c00e900e1 (patch) | |
tree | c4383e9f40dead58ef620fdc65f218b55ebc33a1 /arch/arm/boot/dts/Makefile | |
parent | 0067692b662e7dd99afa2f871e79e3e5aa5c3c5b (diff) | |
download | linux-4a11458611fb17b4f21e5e7b2f24445c00e900e1.tar.xz |
ARM: dts: rockchip: add veyron-tiger board
Also known as the AOpen Chromebase Mini.
tiger and fievel are share the same board, tiger has a display and
touchscreen, fievel not. Use the fievel .dts as base and add the
extra bits.
Signed-off-by: Matthias Kaehlcke <mka@chromium.org>
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 9fd1e075c624..64b08922e75d 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -927,6 +927,7 @@ dtb-$(CONFIG_ARCH_ROCKCHIP) += \ rk3288-veyron-minnie.dtb \ rk3288-veyron-pinky.dtb \ rk3288-veyron-speedy.dtb \ + rk3288-veyron-tiger.dtb \ rk3288-vyasa.dtb dtb-$(CONFIG_ARCH_S3C24XX) += \ s3c2416-smdk2416.dtb |