From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Tue, 25 Nov 2014 13:16:44 -0800 Subject: [U-Boot] [PATCH] ls1021aqds: add hwconfig setting to do pin mux In-Reply-To: <1413880493-3490-2-git-send-email-yao.yuan@freescale.com> References: <1413880493-3490-1-git-send-email-yao.yuan@freescale.com> <1413880493-3490-2-git-send-email-yao.yuan@freescale.com> Message-ID: <5474F1BC.8000407@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 10/21/2014 01:34 AM, Yuan Yao wrote: > The Freescale LS1021AQDS share some pins, so Add the hwconfig option > that allows the user to choose which the function he wants. > > The main pin mux IP is: > eSDHC, SAI, IIC2, RGMII, CAN, SAI. > > Signed-off-by: Yuan Yao > --- > board/freescale/ls1021aqds/ls1021aqds.c | 67 ++++++++++++++++++++++++++++++++- > include/configs/ls1021aqds.h | 1 + > 2 files changed, 67 insertions(+), 1 deletion(-) > Yuan, This patch has a conflict. Please rebase to latest u-boot. Thanks. York