]> 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)
committerHans de Goede <hdegoede@redhat.com>
Mon, 31 Aug 2015 06:43:41 +0000 (08:43 +0200)
commitf9a37289b83100cf9c75114283c1216c1149386c
tree727314b687e043eac891ab2b0ba4ba6f956ec3a8
parent7a0bbe64d8ec87e07179fe6124dc8a177b5abd3e
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]