From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Sat, 04 Oct 2014 09:37:04 +0100 Subject: [U-Boot] [PATCH 5/6] sunxi: Use PG3 - PG8 as io-pins for mmc1 In-Reply-To: <1412348759-4599-6-git-send-email-hdegoede@redhat.com> References: <1412348759-4599-1-git-send-email-hdegoede@redhat.com> <1412348759-4599-6-git-send-email-hdegoede@redhat.com> Message-ID: <1412411824.17796.61.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, 2014-10-03 at 17:05 +0200, Hans de Goede wrote: > None of the known sunxi devices actually use mmc1 routed through PH, where > as some devices do actually use mmc1 routed through PG, so change the routing > of mmc1 to PG. If in the future we encounter devices with mmc1 routed through > PH, we will need to change things to be a bit more flexible. > > Signed-off-by: Hans de Goede Acked-by: Ian Campbell Although it seems that adding a Kconfig choice option would only be a dozen or so lines of pretty trivial stuff if we wanted to do it now. Ian.