diff options
author | Hans de Goede <hdegoede@redhat.com> | 2016-08-18 19:50:42 +0200 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2016-08-26 16:58:36 +0200 |
commit | a1243f78519f91ec4da7dd70daccfdfae9100cd0 (patch) | |
tree | 16c44b9807987178cd303adaeb5dcde6fa8586ef /arch/arm/dts/Makefile | |
parent | da968c7bfa4cc1203a4f9f61a97f55c85dfbb3b6 (diff) | |
download | u-boot-imx-a1243f78519f91ec4da7dd70daccfdfae9100cd0.zip u-boot-imx-a1243f78519f91ec4da7dd70daccfdfae9100cd0.tar.gz u-boot-imx-a1243f78519f91ec4da7dd70daccfdfae9100cd0.tar.bz2 |
sun6i: Add defconfig and dts file for tablets using the inet-q972 PCB
Add a defconfig and dts file for tablets using the generic inet-q972 PCB.
Tablets with this PCB feature a mini-hdmi output, micro-usb usb-host,
micro-usb usb-otg, 3.5mm headphone jack, a micro sd slot,
(mini) power-barrel and an usb wifi module.
This has been tested on a 9.7" 1024x768 qware qw tb9718-qhd tablet.
The dts files are identical to the ones submitted to the upstream kernel.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Ian Campbell <ijc@hellion.org.uk>
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 223124e..459233c 100644 --- a/arch/arm/dts/Makefile +++ b/arch/arm/dts/Makefile @@ -200,6 +200,7 @@ dtb-$(CONFIG_MACH_SUN6I) += \ sun6i-a31-mixtile-loftq.dtb \ sun6i-a31s-colorfly-e708-q1.dtb \ sun6i-a31s-cs908.dtb \ + sun6i-a31s-inet-q972.dtb \ sun6i-a31s-primo81.dtb \ sun6i-a31s-sina31s.dtb \ sun6i-a31s-sinovoip-bpi-m2.dtb \ |