diff options
author | Simon Glass <sjg@chromium.org> | 2016-11-13 14:22:16 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2016-11-25 17:59:32 -0700 |
commit | e70408c069795fc2084aaee65a1a6c5f42c91a8f (patch) | |
tree | 022d813d71357c0c1cd6948dec459316924f90e6 /arch/arm/dts/Makefile | |
parent | 095e6c1f2dd65635543859ddf689e3d90ab6e5cd (diff) | |
download | u-boot-imx-e70408c069795fc2084aaee65a1a6c5f42c91a8f.zip u-boot-imx-e70408c069795fc2084aaee65a1a6c5f42c91a8f.tar.gz u-boot-imx-e70408c069795fc2084aaee65a1a6c5f42c91a8f.tar.bz2 |
rockchip: Add support for veyron-mickey (Chromebit)
This adds support for the Asus Chromebit, and RK3288-based device designed
to plug directly into an HDMI monitor. The device tree file comes from
Linux v4.8.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm/dts/Makefile')
-rw-r--r-- | arch/arm/dts/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile index a345018..fcbcdb5 100644 --- a/arch/arm/dts/Makefile +++ b/arch/arm/dts/Makefile @@ -31,6 +31,7 @@ dtb-$(CONFIG_ARCH_ROCKCHIP) += \ rk3036-sdk.dtb \ rk3288-firefly.dtb \ rk3288-veyron-jerry.dtb \ + rk3288-veyron-mickey.dtb \ rk3288-rock2-square.dtb \ rk3288-evb.dtb \ rk3288-fennec.dtb \ |