diff options
author | Hans de Goede <hdegoede@redhat.com> | 2015-01-18 13:09:44 +0100 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2015-01-21 09:59:19 +0100 |
commit | 431729a037e8a15956b174351f7299ce785af5e5 (patch) | |
tree | f1cc1822f16d454f7444ce9afe61b8668a4d0add /arch/arm/boot/dts/Makefile | |
parent | ARM: dts: sun4i: Add mk802 board (diff) | |
download | linux-431729a037e8a15956b174351f7299ce785af5e5.tar.xz linux-431729a037e8a15956b174351f7299ce785af5e5.zip |
ARM: dts: sun4i: Add mk802ii board
The mk802ii is a revised version of the mk802 A10 based hdmi tv-stick, it
features 1G RAM, 4G nand, a hdmi male connector, USB-A receptacle, 2 micro
usb receptacles (OTG & power) and USB-wifi, and does come with an axp209 pmic.
For more details see: http://linux-sunxi.org/Rikomagic_mk802ii
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
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 61ffd5f4849f..6563b576b7b1 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -449,6 +449,7 @@ dtb-$(CONFIG_MACH_SUN4I) += \ sun4i-a10-cubieboard.dtb \ sun4i-a10-mini-xplus.dtb \ sun4i-a10-mk802.dtb \ + sun4i-a10-mk802ii.dtb \ sun4i-a10-hackberry.dtb \ sun4i-a10-inet97fv2.dtb \ sun4i-a10-olinuxino-lime.dtb \ |