]> git.ipfire.org Git - people/ms/u-boot.git/commit - configs/q8_a23_tablet_800x480_defconfig
sunxi: Add generic defconfigs for A23 Q8 tablets with 800x480 LCD
authorHans de Goede <hdegoede@redhat.com>
Tue, 29 Sep 2015 09:48:01 +0000 (11:48 +0200)
committerHans de Goede <hdegoede@redhat.com>
Sat, 3 Oct 2015 10:08:04 +0000 (12:08 +0200)
commit97fec7105c6d31f52026921e669ec78e1b7ca623
treef9e1a4c45c4592b58f7374761d8fcbd6dd8dc096
parentfbb0c7bd92255bfcb13826a8ac81be6e2f94ba48
sunxi: Add generic defconfigs for A23 Q8 tablets with 800x480 LCD

The 7" Q8 tablet enclosure is used for a ton of slightly different cheap
chinese tablets. There are some differences in which accelerometer /
wifi is used, but other then that these are all the same from a u-boot /
kernel pov.

When we get to adding accelerometer support the plan is to add some kind
of autodetection and mangle the dt accordingly (likely using the new quirks
mechanism).

For now this is a non issue as we do not yet have accelerometer
support, and in the future, some sort of auto-detect is the way to go
as we cannot expect users to exactly know what is inside their tablet.

The dts files this commit adds 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>
arch/arm/dts/Makefile
arch/arm/dts/sun8i-a23-q8-tablet.dts [new file with mode: 0644]
board/sunxi/MAINTAINERS
configs/q8_a23_tablet_800x480_defconfig [new file with mode: 0644]