]> git.ipfire.org Git - people/ms/u-boot.git/commit
sunxi: Add generic defconfigs for A33 Q8 tablets with 1024x600 / 800x480 LCD
authorHans de Goede <hdegoede@redhat.com>
Sun, 20 Sep 2015 23:46:49 +0000 (19:46 -0400)
committerHans de Goede <hdegoede@redhat.com>
Tue, 29 Sep 2015 09:50:44 +0000 (11:50 +0200)
commit46f166caad48ed38f6ccc0c2fc6d1828d15dacb2
tree850e77f5a76920260de050fd86172090c8dd89c5
parentbe90974c4375cec40a91f389dfba244c20b08ef7
sunxi: Add generic defconfigs for A33 Q8 tablets with 1024x600 / 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[i] 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-a33-q8-tablet.dts [new file with mode: 0644]
arch/arm/dts/sun8i-q8-common.dtsi [new file with mode: 0644]
board/sunxi/MAINTAINERS
configs/q8_a33_tablet_1024x600_defconfig [new file with mode: 0644]
configs/q8_a33_tablet_800x480_defconfig [new file with mode: 0644]