diff options
author | Paweł Jarosz <paweljarosz3691@gmail.com> | 2016-10-08 22:22:30 +0200 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2016-10-21 18:09:48 +0200 |
commit | cbab82029c87b92c30ee1effb777c312c468fc0b (patch) | |
tree | 0f246f1aeaef4d313a19d6f5d461cfbb422e5fb6 /arch/arm/boot/dts/Makefile | |
parent | c2eb848ffa7fe8d1c0e3c6bc321a6e6d140fce9d (diff) |
ARM: dts: rockchip: Add rk3066 MK808 board
MK808 is a tv stick which has rockchip rk3066 CPU inside, two usb ports
- host and otg, micro sd card slot and onboard wifi RK901.
Signed-off-by: Paweł Jarosz <paweljarosz3691@gmail.com>
Reviewed-by: Shawn Lin <shawn.lin@rock-chip.com>
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 0df336c66a44..e49476a78250 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -639,6 +639,7 @@ dtb-$(CONFIG_ARCH_ROCKCHIP) += \ rk3036-kylin.dtb \ rk3066a-bqcurie2.dtb \ rk3066a-marsboard.dtb \ + rk3066a-mk808.dtb \ rk3066a-rayeager.dtb \ rk3188-px3-evb.dtb \ rk3188-radxarock.dtb \ |