From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hans de Goede Date: Mon, 23 Mar 2015 17:26:22 +0100 Subject: [U-Boot] [PATCH 0/3] sunxi: Yones Toptech BD1078 support In-Reply-To: <1427044344-32135-1-git-send-email-contact@paulk.fr> References: <1427044344-32135-1-git-send-email-contact@paulk.fr> Message-ID: <55103EAE.4080304@redhat.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, p.s. On 22-03-15 18:12, Paul Kocialkowski wrote: > This series goes on top of my previous series that concludes with Ainol AW1 > support. > > Also, if you're interested by the idea of using sunxi_name_to_gpio_bank, this > could be extended for UART as well, where *many* different pin mux setups are > possible. We are just lucky that hardware designers usually use the ports that > U-Boot selects, but there is no fundamental reason for that. I'm not really interested in making the #ifdeffery for the uart setup even more complicated, eventually we should get all this info, including all the pinmux stuff from a dtb (shared with the kernel) appended to the u-boot binary, and then this will use standard devicetree pinmux stuff, until we get there I would like to keep this as simple as possible. Regards, Hans