diff options
author | Heiko Stuebner <heiko.stuebner@collabora.com> | 2015-11-30 17:29:11 +0300 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2015-12-03 18:55:37 +0300 |
commit | 6ea78309ad3ef6bbc6da69da7357d23d15c21fd5 (patch) | |
tree | 507ec66d0a7d3e9ea11ccd04cb1efa0cef685ece /arch/arm/boot/dts/Makefile | |
parent | ba5810ab0c84069a73b4cd30582c77568158635f (diff) | |
download | linux-6ea78309ad3ef6bbc6da69da7357d23d15c21fd5.tar.xz |
ARM: dts: rockchip: add veyron-brain board
Similar to pinky, brain is a development model and probably also
nearing extinction. But to keep pinky from being lonely I'll keep
the two brain boards around as well, especially as they as well
have easily accessible dut-connectors.
Signed-off-by: Heiko Stuebner <heiko.stuebner@collabora.com>
For the license change:
Acked-by: Brian Norris <briannorris@chromium.org>
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 87c875247518..2f29350ccce1 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -524,6 +524,7 @@ dtb-$(CONFIG_ARCH_ROCKCHIP) += \ rk3288-popmetal.dtb \ rk3288-r89.dtb \ rk3288-rock2-square.dtb \ + rk3288-veyron-brain.dtb \ rk3288-veyron-jaq.dtb \ rk3288-veyron-jerry.dtb \ rk3288-veyron-minnie.dtb \ |