]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sunxi: Add support for gt90h-v4 tablets
authorHans de Goede <hdegoede@redhat.com>
Fri, 14 Aug 2015 14:13:03 +0000 (16:13 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 10:19:12 +0000 (12:19 +0200)
commitaf8ce17a2a7d38a7a5620dcca5a5dd4781cb129a
treeecc6960c09470c65af73cde0e7a8ddbcf9b69a8e
parent33d4ac749f0947ff23a43ddb657213802ecf4a96
sunxi: Add support for gt90h-v4 tablets

The gt90h is a pcb found in generic 9" tablets with an A23 soc, 1G RAM
and 8G nand, rtl8723as usb wifi, 1 micro usb port and 1 micro sd slot.

The pmic setup on this board is somewhat special, dcdc2 MUST be set
to 1.1V instead of the usual 1.2V otherwise the board is very unstable.
aldo1 is used to power the micro sd slot, dldo1 is used for wifi.

This commit adds a defconfig + dts (as submitted to the kernel) for
the gt90h-v4 pcb.

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-gt90h-v4.dts [new file with mode: 0644]
board/sunxi/MAINTAINERS
configs/gt90h_v4_defconfig [new file with mode: 0644]