From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Mon, 01 Jun 2015 19:12:26 +0100 Subject: [U-Boot] [PATCH] sunxi: Add new Mele_A1000G_quad defconfig In-Reply-To: <1433170917-13601-1-git-send-email-hdegoede@redhat.com> References: <1433170917-13601-1-git-send-email-hdegoede@redhat.com> Message-ID: <1433182346.5748.285.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 Mon, 2015-06-01 at 17:01 +0200, Hans de Goede wrote: > The Mele A1000G-quad and the Mele M9 have the same PCB, sofar we've been > using the same defconfig (and dts on the kernel side) for both models. > Unfortunately this does not work for the otg controller, on the M9 this > is routed to a micro-usb connector on the outside, while as on the > A1000G-quad it is connected to an usb to sata bridge. > > This commit adds a new defconfig for the Mele-A1000G-quad to allow using > different otg controller settings on the 2 boards. > > Signed-off-by: Hans de Goede > diff --git a/configs/Mele_A1000G_quad_defconfig b/configs/Mele_A1000G_quad_defconfig > new file mode 100644 > index 0000000..b93dcf5 > --- /dev/null > +++ b/configs/Mele_A1000G_quad_defconfig > @@ -0,0 +1,24 @@ > +# The Mele A1000G quad is yet another Allwinnner based Android top set box > +# from Mele. > +# > +# It uses the same case as the original Mele A1000 and the same PCB as the M9, > +# the USM sata storage slot is connected via anusb to sata bridge connected to > +# the otg controller, this renders the micro USB B receptacle non functional. > +# > +# It features an A31 SoC, 2G RAM, 16G Nand, 100Mbit ethernet, HDMI out, > +# 3 USB A receptacles, 3.5 mm jack for analog audio out, optical spdif, > +# RTL R8188EU (USB) wifi and a full size sdcard slot Have you seen the thread "Clean all defconfigs with savedefconfig" which we were copied on today? It seems that these comments are subject to automated cleansing :-/ So we should put them somewhere else. Tom says there "in a README somewhere". Apart from that and assuming this matches the Linux patch you copied me on and _that_ gets accepted: Acked-by: Ian Campbell Ian.