From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Fri, 14 Aug 2015 18:04:50 +0100 Subject: [U-Boot] [PATCH 2/2] sunxi: Add support for gt90h-v4 tablets In-Reply-To: <55CE0169.8050405@redhat.com> References: <1439563954-18287-1-git-send-email-hdegoede@redhat.com> <1439563954-18287-2-git-send-email-hdegoede@redhat.com> <55CE0169.8050405@redhat.com> Message-ID: <1439571890.18644.121.camel@hellion.org.uk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, 2015-08-14 at 16:55 +0200, Hans de Goede wrote: > Hi, > > On 14-08-15 16:52, Hans de Goede wrote: > > 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 > > --- > > arch/arm/dts/Makefile | 1 + > > arch/arm/dts/sun8i-a23-gt90h-v4.dts | 145 > ++++++++++++++++++++++++++++++++++++ > > configs/gt90h_v4_defconfig | 26 +++++++ > > 3 files changed, 172 insertions(+) > > create mode 100644 arch/arm/dts/sun8i-a23-gt90h-v4.dts > > create mode 100644 configs/gt90h_v4_defconfig > > Gah, and I've forgotten about updating MAINTAINERS again, fixed in > my personal tree. With that: Acked-by: Ian Campbell