]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
sun5i: Add q8_a13_tablet defconfig and dts
authorHans de Goede <hdegoede@redhat.com>
Sat, 5 Sep 2015 15:01:31 +0000 (17:01 +0200)
committerHans de Goede <hdegoede@redhat.com>
Thu, 10 Sep 2015 18:11:58 +0000 (20:11 +0200)
commit56f5eb401d30f240ea0ccd874a08c67ede4c21b7
treec5adca8010b888656c34ec26c025d87935ebbbf7
parent05e4d62a634e911cedcf88e4b91f3623e1c4b2f6
sun5i: Add q8_a13_tablet defconfig and dts

This commits adds a generic support for q8 formfactor a13 based tablets.

These tablets ship in many variants, with the difference mainly being the
touchscreen controller / accelerometer / wifi chip used.

The wifi is USB based, and thus not listed in devicetree.

ATM the kernel does not support the touchscreen / accelerometer on these
devices. In the future we may need multiple configs with different
CONFIG_DEFAULT_DEVICE_TREE settings, this depends on how we solve the
hw differences on the kernel side.

For now this will suffice.

The dts files are identical to the dts files submitted to the upstream
kernel for these tablets.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Ian Campbell <ijc@hellion.org.uk>
arch/arm/dts/Makefile
arch/arm/dts/sun5i-a13-q8-tablet.dts [new file with mode: 0644]
arch/arm/dts/sun5i-q8-common.dtsi [new file with mode: 0644]
arch/arm/dts/sunxi-q8-common.dtsi [new file with mode: 0644]
board/sunxi/MAINTAINERS
configs/q8_a13_tablet_defconfig [new file with mode: 0644]