diff options
author | Chris Zhong <zyw@rock-chips.com> | 2015-12-01 19:03:04 +0300 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2015-12-03 18:55:40 +0300 |
commit | 0e1410dda74ef1834916ce60d646ce13cfafb314 (patch) | |
tree | d9c8ed6a58c737d114c5fca6041a6cede52d38a0 /arch/arm/boot/dts/Makefile | |
parent | 6ea78309ad3ef6bbc6da69da7357d23d15c21fd5 (diff) | |
download | linux-0e1410dda74ef1834916ce60d646ce13cfafb314.tar.xz |
ARM: dts: rockchip: add veyron-mickey board
Also known as the Asus Chromebit.
Signed-off-by: Chris Zhong <zyw@rock-chips.com>
Tested-by: Caesar Wang <wxt@rock-chips.com>
For the license change:
Acked-by: Brian Norris <briannorris@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 2f29350ccce1..8b49bfcbc5d4 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -527,6 +527,7 @@ dtb-$(CONFIG_ARCH_ROCKCHIP) += \ rk3288-veyron-brain.dtb \ rk3288-veyron-jaq.dtb \ rk3288-veyron-jerry.dtb \ + rk3288-veyron-mickey.dtb \ rk3288-veyron-minnie.dtb \ rk3288-veyron-pinky.dtb \ rk3288-veyron-speedy.dtb |